Searched refs:emb (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/arch/powerpc/ |
D | Makefile | 290 85xx-32bit 85xx-hw fsl-emb-nonhw) 295 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw) 300 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw dpaa) 305 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa) 310 86xx-hw fsl-emb-nonhw) 315 86xx-smp 86xx-hw fsl-emb-nonhw)
|
/Linux-v6.1/arch/powerpc/perf/ |
D | Makefile | 14 obj-$(CONFIG_FSL_EMB_PERF_EVENT) += core-fsl-emb.o
|
/Linux-v6.1/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 1840 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config() argument 1858 if (emb) { in lpfc_sli4_config() 1948 uint16_t exts_count, uint16_t rsrc_type, bool emb) in lpfc_sli4_mbox_rsrc_extent() argument 1955 if (emb == LPFC_SLI4_MBX_NEMBED) { in lpfc_sli4_mbox_rsrc_extent() 1967 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent() 1984 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent()
|
D | lpfc_sli.c | 6359 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts() argument 6380 *emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_cfg_post_extnts() 6385 *emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_cfg_post_extnts() 6390 req_len, *emb); in lpfc_sli4_cfg_post_extnts() 6398 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); in lpfc_sli4_cfg_post_extnts() 6425 bool emb = false; in lpfc_sli4_alloc_extent() local 6464 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent() 6476 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_alloc_extent() 7443 bool emb; in lpfc_sli4_get_allocated_extnts() local 7499 emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_get_allocated_extnts() [all …]
|