Lines Matching refs:emb
5709 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts() argument
5730 *emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_cfg_post_extnts()
5735 *emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_cfg_post_extnts()
5740 req_len, *emb); in lpfc_sli4_cfg_post_extnts()
5748 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); in lpfc_sli4_cfg_post_extnts()
5775 bool emb = false; in lpfc_sli4_alloc_extent() local
5814 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent()
5826 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_alloc_extent()
6439 bool emb; in lpfc_sli4_get_allocated_extnts() local
6495 emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_get_allocated_extnts()
6501 emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_get_allocated_extnts()
6511 req_len, emb); in lpfc_sli4_get_allocated_extnts()
6520 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb); in lpfc_sli4_get_allocated_extnts()
6544 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_get_allocated_extnts()