/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | Makefile | 30 obj-$(CONFIG_EFI_EMBEDDED_FIRMWARE) += embedded-firmware.o
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | Makefile | 30 obj-$(CONFIG_EFI_EMBEDDED_FIRMWARE) += embedded-firmware.o
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_dsmark.c | 54 struct mask_value embedded[DSMARK_EMBEDDED_SZ]; member 375 p->mv = p->embedded; in dsmark_init() 421 if (p->mv != p->embedded) in dsmark_destroy()
|
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be_cmds.c | 277 * PCI/DMA memory allocated and posted in non-embedded mode in beiscsi_mccq_compl_wait() 514 * Only for non-embedded cmd, PCI resource is allocated. in beiscsi_process_mcc_compl() 674 bool embedded, u8 sge_cnt) in be_wrb_hdr_prepare() 676 if (embedded) in be_wrb_hdr_prepare() 673 be_wrb_hdr_prepare(struct be_mcc_wrb *wrb, u32 payload_len, bool embedded, u8 sge_cnt) be_wrb_hdr_prepare() argument
|
H A D | be_cmds.h | 28 /* bits 0 - embedded */ 42 u8 embedded_payload[236]; /* used by embedded cmds */ 43 struct be_sge sgl[19]; /* used by non-embedded cmds */ 1457 bool embedded, u8 sge_cnt);
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_cmds.c | 277 * PCI/DMA memory allocated and posted in non-embedded mode in beiscsi_mccq_compl_wait() 514 * Only for non-embedded cmd, PCI resource is allocated. in beiscsi_process_mcc_compl() 674 bool embedded, u8 sge_cnt) in be_wrb_hdr_prepare() 676 if (embedded) in be_wrb_hdr_prepare() 673 be_wrb_hdr_prepare(struct be_mcc_wrb *wrb, u32 payload_len, bool embedded, u8 sge_cnt) be_wrb_hdr_prepare() argument
|
H A D | be_cmds.h | 28 /* bits 0 - embedded */ 42 u8 embedded_payload[236]; /* used by embedded cmds */ 43 struct be_sge sgl[19]; /* used by non-embedded cmds */ 1457 bool embedded, u8 sge_cnt);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | perf_event.h | 882 unsigned int embedded : 1; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 793 /* mem will be NULL for embedded commands */ 808 wrb->embedded |= (1 & MCC_WRB_SGE_CNT_MASK) << in be_wrb_cmd_hdr_prepare() 815 wrb->embedded |= MCC_WRB_EMBEDDED_MASK; in be_wrb_cmd_hdr_prepare() 898 if (wrb->embedded & cpu_to_le32(MCC_WRB_EMBEDDED_MASK)) in be_cmd_copy() 1585 /* Get stats is a non embedded command: the request is not embedded inside
|
H A D | be_cmds.h | 32 u32 embedded; /* dword 0 */ member 38 u8 embedded_payload[236]; /* used by embedded cmds */ 39 struct be_sge sgl[19]; /* used by non-embedded cmds */
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.c | 2112 int i, master = -1, embedded = -1; in dcn10_align_pixel_clocks() local 2148 embedded = i; in dcn10_align_pixel_clocks() 2175 if (i != embedded && !grouped_pipes[i]->stream->has_non_synchronizable_pclk) { in dcn10_align_pixel_clocks()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 794 /* mem will be NULL for embedded commands */ 809 wrb->embedded |= (1 & MCC_WRB_SGE_CNT_MASK) << in be_wrb_cmd_hdr_prepare() 816 wrb->embedded |= MCC_WRB_EMBEDDED_MASK; in be_wrb_cmd_hdr_prepare() 899 if (wrb->embedded & cpu_to_le32(MCC_WRB_EMBEDDED_MASK)) in be_cmd_copy() 1586 /* Get stats is a non embedded command: the request is not embedded inside
|
H A D | be_cmds.h | 32 u32 embedded; /* dword 0 */ member 38 u8 embedded_payload[236]; /* used by embedded cmds */ 39 struct be_sge sgl[19]; /* used by non-embedded cmds */
|
/kernel/linux/linux-5.10/scripts/ |
H A D | kernel-doc | 48 Read C language source or header FILEs, extract embedded documentation comments, 218 # match expressions used to find embedded type information
|
/kernel/linux/linux-6.6/scripts/ |
H A D | kernel-doc | 45 Read C language source or header FILEs, extract embedded documentation comments, 62 # match expressions used to find embedded type information
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | core.c | 4856 epc->embedded = 1; in find_get_pmu_context() 4958 if (epc->embedded) in put_pmu_ctx()
|