Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_sli.h238 struct list_head txcmplq; member
Dlpfc_sli.c1606 list_add_tail(&piocb->list, &pring->txcmplq); in lpfc_sli_ringtxcmpl_put()
4079 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) in lpfc_sli_abort_iocb_ring()
4088 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) in lpfc_sli_abort_iocb_ring()
4140 LIST_HEAD(txcmplq); in lpfc_sli_flush_io_rings()
4165 &pring->txcmplq, list) in lpfc_sli_flush_io_rings()
4168 list_splice_init(&pring->txcmplq, &txcmplq); in lpfc_sli_flush_io_rings()
4178 lpfc_sli_cancel_iocbs(phba, &txcmplq, in lpfc_sli_flush_io_rings()
4189 &pring->txcmplq, list) in lpfc_sli_flush_io_rings()
4192 list_splice_init(&pring->txcmplq, &txcmplq); in lpfc_sli_flush_io_rings()
4201 lpfc_sli_cancel_iocbs(phba, &txcmplq, IOSTAT_LOCAL_REJECT, in lpfc_sli_flush_io_rings()
[all …]
Dlpfc_nvme.c874 list_for_each_entry_safe(wqe, next_wqe, &pring->txcmplq, list) { in __lpfc_nvme_ls_abort()
2739 while (!list_empty(&pring->txcmplq)) { in lpfc_nvme_wait_for_io_drain()
Dlpfc_els.c1420 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { in lpfc_els_abort_flogi()
7963 list_for_each_entry_safe(piocb, tmp_iocb, &pring->txcmplq, list) { in lpfc_els_timeout_handler()
8018 if (!list_empty(&pring->txcmplq)) in lpfc_els_timeout_handler()
8075 list_for_each_entry_safe(piocb, tmp_iocb, &pring->txcmplq, list) { in lpfc_els_flush_cmd()
Dlpfc_attr.c1253 if (!lpfc_emptyq_wait(phba, &pring->txcmplq, in lpfc_do_offline()
1262 if (!lpfc_emptyq_wait(phba, &pring->txcmplq, in lpfc_do_offline()
Dlpfc_bsg.c1735 lpfc_emptyq_wait(phba, &pring->txcmplq, &phba->hbalock); in lpfc_bsg_diag_mode_enter()
1742 if (!lpfc_emptyq_wait(phba, &pring->txcmplq, in lpfc_bsg_diag_mode_enter()
Dlpfc_nportdisc.c237 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { in lpfc_els_abort()
Dlpfc_init.c965 list_splice_init(&pring->txcmplq, &completions); in lpfc_hba_clean_txcmplq()
982 &pring->txcmplq, list) in lpfc_hba_clean_txcmplq()
984 list_splice_init(&pring->txcmplq, &completions); in lpfc_hba_clean_txcmplq()
Dlpfc_scsi.c4451 if (!list_empty(&phba->sli.sli3_ring[LPFC_FCP_RING].txcmplq)) in lpfc_poll_rearm_timer()
Dlpfc_hbadisc.c5798 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { in lpfc_free_tx()
/Linux-v5.10/Documentation/scsi/
DChangeLog.lpfc251 lpfc_els_abort to reset txq and txcmplq iterator after a