Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/perf/
DMakefile11 obj-$(CONFIG_FSL_EMB_PERF_EVENT) += core-fsl-emb.o
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_mbox.c1763 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config() argument
1781 if (emb) { in lpfc_sli4_config()
1871 uint16_t exts_count, uint16_t rsrc_type, bool emb) in lpfc_sli4_mbox_rsrc_extent() argument
1878 if (emb == LPFC_SLI4_MBX_NEMBED) { in lpfc_sli4_mbox_rsrc_extent()
1890 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent()
1907 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 …]