Lines Matching refs:first_iocbq
19152 struct lpfc_iocbq *first_iocbq, *iocbq;
19165 first_iocbq = lpfc_sli_get_iocbq(vport->phba);
19166 if (first_iocbq) {
19168 first_iocbq->wcqe_cmpl.total_data_placed = 0;
19169 bf_set(lpfc_wcqe_c_status, &first_iocbq->wcqe_cmpl,
19171 first_iocbq->vport = vport;
19175 bf_set(els_rsp64_sid, &first_iocbq->wqe.xmit_els_rsp,
19179 bf_set(wqe_ctxt_tag, &first_iocbq->wqe.xmit_els_rsp.wqe_com,
19181 bf_set(wqe_rcvoxid, &first_iocbq->wqe.xmit_els_rsp.wqe_com,
19188 first_iocbq->cmd_dmabuf = &seq_dmabuf->dbuf;
19189 first_iocbq->bpl_dmabuf = NULL;
19191 first_iocbq->wcqe_cmpl.word3 = 1;
19194 first_iocbq->wqe.gen_req.bde.tus.f.bdeSize =
19197 first_iocbq->wqe.gen_req.bde.tus.f.bdeSize = tot_len;
19199 first_iocbq->wcqe_cmpl.total_data_placed = tot_len;
19200 bf_set(wqe_els_did, &first_iocbq->wqe.xmit_els_rsp.wqe_dest,
19203 iocbq = first_iocbq;
19226 if (first_iocbq) {
19228 &first_iocbq->wcqe_cmpl,
19230 first_iocbq->wcqe_cmpl.parameter =
19255 list_add_tail(&iocbq->list, &first_iocbq->list);
19259 if (!first_iocbq)
19262 return first_iocbq;