Lines Matching defs:iocb
5079 * Return true if iocb matches the specified nport
5084 struct lpfc_iocbq *iocb,
5092 if (iocb->vport != vport)
5095 ulp_command = get_job_cmnd(phba, iocb);
5096 ulp_context = get_job_ulpcontext(phba, iocb);
5097 remote_id = get_job_els_rsp64_did(phba, iocb);
5102 if (iocb->ndlp == ndlp)
5110 if (iocb->ndlp == ndlp)
5130 struct lpfc_iocbq *iocb, *next_iocb;
5132 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
5133 /* Check to see if iocb matches the nport */
5134 if (lpfc_check_sli_ndlp(phba, pring, iocb, ndlp))
5136 list_move_tail(&iocb->list, dequeue_list);
6035 struct lpfc_iocbq *iocb, *next_iocb;
6043 /* Error matching iocb on txq or txcmplq
6047 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
6048 if (iocb->ndlp != ndlp)
6051 ulp_command = get_job_cmnd(phba, iocb);
6056 list_move_tail(&iocb->list, &completions);
6061 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) {
6062 if (iocb->ndlp != ndlp)
6065 ulp_command = get_job_cmnd(phba, iocb);
6069 lpfc_sli_issue_abort_iotag(phba, pring, iocb, NULL);