Lines Matching defs:iocb
4756 * Return true if iocb matches the specified nport
4761 struct lpfc_iocbq *iocb,
4764 IOCB_t *icmd = &iocb->iocb;
4767 if (iocb->vport != vport)
4773 if (iocb->context_un.ndlp == ndlp)
4781 if (iocb->context1 == (uint8_t *) ndlp)
4802 struct lpfc_iocbq *iocb, *next_iocb;
4804 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
4805 /* Check to see if iocb matches the nport */
4806 if (lpfc_check_sli_ndlp(phba, pring, iocb, ndlp))
4808 list_move_tail(&iocb->list, dequeue_list);
5814 struct lpfc_iocbq *iocb, *next_iocb;
5821 /* Error matching iocb on txq or txcmplq
5825 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
5826 if (iocb->context1 != ndlp) {
5829 icmd = &iocb->iocb;
5833 list_move_tail(&iocb->list, &completions);
5838 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) {
5839 if (iocb->context1 != ndlp) {
5842 icmd = &iocb->iocb;
5845 lpfc_sli_issue_abort_iotag(phba, pring, iocb);