Searched refs:emb (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/powerpc/ |
D | Makefile | 336 85xx-32bit 85xx-hw fsl-emb-nonhw) 341 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw) 346 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw dpaa) 351 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa) 356 86xx-hw fsl-emb-nonhw) 361 86xx-smp 86xx-hw fsl-emb-nonhw)
|
/Linux-v5.10/arch/powerpc/perf/ |
D | Makefile | 16 obj-$(CONFIG_FSL_EMB_PERF_EVENT) += core-fsl-emb.o
|
/Linux-v5.10/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 1779 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config() argument 1797 if (emb) { in lpfc_sli4_config() 1887 uint16_t exts_count, uint16_t rsrc_type, bool emb) in lpfc_sli4_mbox_rsrc_extent() argument 1894 if (emb == LPFC_SLI4_MBX_NEMBED) { in lpfc_sli4_mbox_rsrc_extent() 1906 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent() 1923 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent()
|
D | lpfc_sli.c | 5872 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts() argument 5893 *emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_cfg_post_extnts() 5898 *emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_cfg_post_extnts() 5903 req_len, *emb); in lpfc_sli4_cfg_post_extnts() 5911 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); in lpfc_sli4_cfg_post_extnts() 5938 bool emb = false; in lpfc_sli4_alloc_extent() local 5977 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent() 5989 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_alloc_extent() 6907 bool emb; in lpfc_sli4_get_allocated_extnts() local 6963 emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_get_allocated_extnts() [all …]
|