Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h290 struct list_head txcmplq; member
H A Dlpfc_sli.c1724 list_add_tail(&piocb->list, &pring->txcmplq); in lpfc_sli_ringtxcmpl_put()
4590 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) in lpfc_sli_abort_iocb_ring()
4592 list_splice_init(&pring->txcmplq, &tx_completions); in lpfc_sli_abort_iocb_ring()
4596 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) in lpfc_sli_abort_iocb_ring()
4651 LIST_HEAD(txcmplq); in lpfc_sli_flush_io_rings()
4680 &pring->txcmplq, list) in lpfc_sli_flush_io_rings()
4683 list_splice_init(&pring->txcmplq, &txcmplq); in lpfc_sli_flush_io_rings()
4693 lpfc_sli_cancel_iocbs(phba, &txcmplq, in lpfc_sli_flush_io_rings()
4706 &pring->txcmplq, list) in lpfc_sli_flush_io_rings()
4709 list_splice_init(&pring->txcmplq, &txcmplq); in lpfc_sli_flush_io_rings()
[all …]
H A Dlpfc_attr.c1455 if (!lpfc_emptyq_wait(phba, &pring->txcmplq, in lpfc_do_offline()
1464 if (!lpfc_emptyq_wait(phba, &pring->txcmplq, in lpfc_do_offline()
H A Dlpfc_bsg.c1691 lpfc_emptyq_wait(phba, &pring->txcmplq, &phba->hbalock); in lpfc_bsg_diag_mode_enter()
1698 if (!lpfc_emptyq_wait(phba, &pring->txcmplq, in lpfc_bsg_diag_mode_enter()
H A Dlpfc_init.c1027 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()
H A Dlpfc_scsi.c5153 if (!list_empty(&phba->sli.sli3_ring[LPFC_FCP_RING].txcmplq)) in lpfc_poll_rearm_timer()
/linux/Documentation/scsi/
H A DChangeLog.lpfc251 lpfc_els_abort to reset txq and txcmplq iterator after a