Lines Matching refs:emb
5872 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts() argument
5893 *emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_cfg_post_extnts()
5898 *emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_cfg_post_extnts()
5903 req_len, *emb); in lpfc_sli4_cfg_post_extnts()
5911 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); in lpfc_sli4_cfg_post_extnts()
5938 bool emb = false; in lpfc_sli4_alloc_extent() local
5977 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent()
5989 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_alloc_extent()
6907 bool emb; in lpfc_sli4_get_allocated_extnts() local
6963 emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_get_allocated_extnts()
6969 emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_get_allocated_extnts()
6979 req_len, emb); in lpfc_sli4_get_allocated_extnts()
6988 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb); in lpfc_sli4_get_allocated_extnts()
7012 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_get_allocated_extnts()