Lines Matching defs:emb
6328 * @emb: buffer to hold either MBX_EMBED or MBX_NEMBED operation.
6342 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox)
6363 *emb = LPFC_SLI4_MBX_EMBED;
6368 *emb = LPFC_SLI4_MBX_NEMBED;
6373 req_len, *emb);
6381 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb);
6408 bool emb = false;
6447 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox);
6459 if (emb == LPFC_SLI4_MBX_EMBED) {
7426 bool emb;
7482 emb = LPFC_SLI4_MBX_EMBED;
7488 emb = LPFC_SLI4_MBX_NEMBED;
7498 req_len, emb);
7507 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb);
7531 if (emb == LPFC_SLI4_MBX_EMBED) {