Searched refs:emb (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/powerpc/ |
D | Makefile | 325 85xx-32bit 85xx-hw fsl-emb-nonhw) 330 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw) 335 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw dpaa) 340 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa) 345 86xx-hw fsl-emb-nonhw) 350 86xx-smp 86xx-hw fsl-emb-nonhw)
|
/Linux-v4.19/arch/powerpc/perf/ |
D | Makefile | 13 obj-$(CONFIG_FSL_EMB_PERF_EVENT) += core-fsl-emb.o
|
/Linux-v4.19/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 | 5709 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts() argument 5730 *emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_cfg_post_extnts() 5735 *emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_cfg_post_extnts() 5740 req_len, *emb); in lpfc_sli4_cfg_post_extnts() 5748 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); in lpfc_sli4_cfg_post_extnts() 5775 bool emb = false; in lpfc_sli4_alloc_extent() local 5814 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent() 5826 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_alloc_extent() 6439 bool emb; in lpfc_sli4_get_allocated_extnts() local 6495 emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_get_allocated_extnts() [all …]
|