Lines Matching refs:emb
5259 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()
6013 emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_get_allocated_extnts()
6023 req_len, emb); in lpfc_sli4_get_allocated_extnts()
6032 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb); in lpfc_sli4_get_allocated_extnts()
6056 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_get_allocated_extnts()