Searched refs:emb (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/ |
| H A D | Makefile | 272 85xx-32bit 85xx-hw fsl-emb-nonhw) 277 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw) 282 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw dpaa) 287 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa) 292 86xx-hw fsl-emb-nonhw) 297 86xx-smp 86xx-hw fsl-emb-nonhw)
|
| /linux/arch/powerpc/perf/ |
| H A D | Makefile | 14 obj-$(CONFIG_FSL_EMB_PERF_EVENT) += core-fsl-emb.o
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_mbox.c | 1835 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config() argument 1853 if (emb) { in lpfc_sli4_config() 1943 uint16_t exts_count, uint16_t rsrc_type, bool emb) in lpfc_sli4_mbox_rsrc_extent() argument 1950 if (emb == LPFC_SLI4_MBX_NEMBED) { in lpfc_sli4_mbox_rsrc_extent() 1962 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent() 1979 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent()
|
| H A D | lpfc_sli.c | 6356 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts() argument 6377 *emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_cfg_post_extnts() 6382 *emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_cfg_post_extnts() 6387 req_len, *emb); in lpfc_sli4_cfg_post_extnts() 6395 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); in lpfc_sli4_cfg_post_extnts() 6422 bool emb = false; in lpfc_sli4_alloc_extent() local 6461 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent() 6473 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_alloc_extent() 7440 bool emb; in lpfc_sli4_get_allocated_extnts() local 7496 emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_get_allocated_extnts() [all …]
|