Lines Matching refs:cmdiocbq
160 struct lpfc_iocbq *cmdiocbq = NULL; in lpfc_ct_reject_event() local
217 cmdiocbq = lpfc_sli_get_iocbq(phba); in lpfc_ct_reject_event()
218 if (!cmdiocbq) { in lpfc_ct_reject_event()
224 lpfc_sli_prep_xmit_seq64(phba, cmdiocbq, bmp, in lpfc_ct_reject_event()
229 lpfc_sli_prep_xmit_seq64(phba, cmdiocbq, bmp, 0, ulp_context, 1, in lpfc_ct_reject_event()
235 cmdiocbq->rsp_dmabuf = mp; in lpfc_ct_reject_event()
236 cmdiocbq->bpl_dmabuf = bmp; in lpfc_ct_reject_event()
237 cmdiocbq->cmd_cmpl = lpfc_ct_unsol_cmpl; in lpfc_ct_reject_event()
240 cmdiocbq->retry = 0; in lpfc_ct_reject_event()
241 cmdiocbq->vport = vport; in lpfc_ct_reject_event()
242 cmdiocbq->drvrTimeout = tmo + LPFC_DRVR_TIMEOUT; in lpfc_ct_reject_event()
244 cmdiocbq->ndlp = lpfc_nlp_get(ndlp); in lpfc_ct_reject_event()
245 if (!cmdiocbq->ndlp) in lpfc_ct_reject_event()
248 rc = lpfc_sli_issue_iocb(phba, LPFC_ELS_RING, cmdiocbq, 0); in lpfc_ct_reject_event()
257 lpfc_sli_release_iocbq(phba, cmdiocbq); in lpfc_ct_reject_event()