Lines Matching refs:emb
6359 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts() argument
6380 *emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_cfg_post_extnts()
6385 *emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_cfg_post_extnts()
6390 req_len, *emb); in lpfc_sli4_cfg_post_extnts()
6398 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); in lpfc_sli4_cfg_post_extnts()
6425 bool emb = false; in lpfc_sli4_alloc_extent() local
6464 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent()
6476 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_alloc_extent()
7443 bool emb; in lpfc_sli4_get_allocated_extnts() local
7499 emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_get_allocated_extnts()
7505 emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_get_allocated_extnts()
7515 req_len, emb); in lpfc_sli4_get_allocated_extnts()
7524 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb); in lpfc_sli4_get_allocated_extnts()
7548 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_get_allocated_extnts()