Lines Matching refs:emb
5862 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts() argument
5883 *emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_cfg_post_extnts()
5888 *emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_cfg_post_extnts()
5893 req_len, *emb); in lpfc_sli4_cfg_post_extnts()
5901 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); in lpfc_sli4_cfg_post_extnts()
5928 bool emb = false; in lpfc_sli4_alloc_extent() local
5967 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent()
5979 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_alloc_extent()
6897 bool emb; in lpfc_sli4_get_allocated_extnts() local
6953 emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_get_allocated_extnts()
6959 emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_get_allocated_extnts()
6969 req_len, emb); in lpfc_sli4_get_allocated_extnts()
6978 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb); in lpfc_sli4_get_allocated_extnts()
7002 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_get_allocated_extnts()