Lines Matching refs:emb
5848 * @emb: buffer to hold either MBX_EMBED or MBX_NEMBED operation.
5862 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox)
5883 *emb = LPFC_SLI4_MBX_EMBED;
5888 *emb = LPFC_SLI4_MBX_NEMBED;
5893 req_len, *emb);
5901 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb);
5928 bool emb = false;
5967 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox);
5979 if (emb == LPFC_SLI4_MBX_EMBED) {
6897 bool emb;
6953 emb = LPFC_SLI4_MBX_EMBED;
6959 emb = LPFC_SLI4_MBX_NEMBED;
6969 req_len, emb);
6978 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb);
7002 if (emb == LPFC_SLI4_MBX_EMBED) {