Home
last modified time | relevance | path

Searched refs:txcmplq (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h290 struct list_head txcmplq; member
H A Dlpfc_sli.c1702 * lpfc_sli_ringtxcmpl_put - Adds new iocb to the txcmplq
1709 * new iocb to txcmplq of the given ring. This function always returns
1723 list_add_tail(&piocb->list, &pring->txcmplq); in lpfc_sli_ringtxcmpl_put()
2182 * ring pointers. It adds the new iocb to txcmplq if there is
4561 * in txcmplq. The iocbs in the txcmplq is not guaranteed to complete before
4588 /* Cancel everything on txcmplq */ in lpfc_sli_abort_iocb_ring()
4589 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) in lpfc_sli_abort_iocb_ring()
4591 list_splice_init(&pring->txcmplq, &tx_completions); in lpfc_sli_abort_iocb_ring()
4594 /* Issue ABTS for everything on the txcmplq */ in lpfc_sli_abort_iocb_ring()
[all...]
H A Dlpfc_bsg.c1693 lpfc_emptyq_wait(phba, &pring->txcmplq, &phba->hbalock); in lpfc_bsg_diag_mode_enter()
1700 if (!lpfc_emptyq_wait(phba, &pring->txcmplq, in lpfc_bsg_diag_mode_enter()
H A Dlpfc_init.c1003 * This routine will cleanup the txcmplq after the HBA is reset when bringing
1024 * Nothing should be on txcmplq as it will in lpfc_hba_clean_txcmplq()
1027 list_splice_init(&pring->txcmplq, &completions); in lpfc_hba_clean_txcmplq()
1044 &pring->txcmplq, list) in lpfc_hba_clean_txcmplq()
1046 list_splice_init(&pring->txcmplq, &completions); in lpfc_hba_clean_txcmplq()
1714 * dropped by the firmware. Error iocb (I/O) on txcmplq and let the in lpfc_handle_deferred_eratt()
1829 * Error iocb (I/O) on txcmplq and let the SCSI layer in lpfc_handle_eratt_s3()
14093 /* Final cleanup of txcmplq and reset the HBA */ in lpfc_pci_remove_one_s3()
14259 * There may be errored I/Os through HBA, abort all I/Os on txcmplq in lpfc_sli_prep_dev_for_recover()
15087 * There may be errored I/Os through HBA, abort all I/Os on txcmplq in lpfc_sli4_prep_dev_for_recover()
[all...]
/linux/Documentation/scsi/
H A DChangeLog.lpfc251 lpfc_els_abort to reset txq and txcmplq iterator after a