Home
last modified time | relevance | path

Searched refs:emb (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/powerpc/
DMakefile296 85xx-32bit 85xx-hw fsl-emb-nonhw)
301 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw)
306 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw)
311 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw)
/linux-4.4.14/arch/powerpc/perf/
DMakefile11 obj-$(CONFIG_FSL_EMB_PERF_EVENT) += core-fsl-emb.o
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_mbox.c1768 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config() argument
1786 if (emb) { in lpfc_sli4_config()
1876 uint16_t exts_count, uint16_t rsrc_type, bool emb) in lpfc_sli4_mbox_rsrc_extent() argument
1883 if (emb == LPFC_SLI4_MBX_NEMBED) { in lpfc_sli4_mbox_rsrc_extent()
1895 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent()
1912 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent()
Dlpfc_sli.c5259 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts() argument
5280 *emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_cfg_post_extnts()
5285 *emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_cfg_post_extnts()
5290 req_len, *emb); in lpfc_sli4_cfg_post_extnts()
5298 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); in lpfc_sli4_cfg_post_extnts()
5325 bool emb = false; in lpfc_sli4_alloc_extent() local
5364 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent()
5376 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_alloc_extent()
5951 bool emb; in lpfc_sli4_get_allocated_extnts() local
6007 emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_get_allocated_extnts()
[all …]