Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_sli.h253 struct list_head txcmplq; member
Dlpfc_sli.c1733 list_add_tail(&piocb->list, &pring->txcmplq); in lpfc_sli_ringtxcmpl_put()
4486 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) in lpfc_sli_abort_iocb_ring()
4495 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) in lpfc_sli_abort_iocb_ring()
4549 LIST_HEAD(txcmplq); in lpfc_sli_flush_io_rings()
4574 &pring->txcmplq, list) in lpfc_sli_flush_io_rings()
4577 list_splice_init(&pring->txcmplq, &txcmplq); in lpfc_sli_flush_io_rings()
4587 lpfc_sli_cancel_iocbs(phba, &txcmplq, in lpfc_sli_flush_io_rings()
4598 &pring->txcmplq, list) in lpfc_sli_flush_io_rings()
4601 list_splice_init(&pring->txcmplq, &txcmplq); in lpfc_sli_flush_io_rings()
4610 lpfc_sli_cancel_iocbs(phba, &txcmplq, IOSTAT_LOCAL_REJECT, in lpfc_sli_flush_io_rings()
[all …]
Dlpfc_nvme.c722 list_for_each_entry_safe(wqe, next_wqe, &pring->txcmplq, list) { in __lpfc_nvme_ls_abort()
2631 while (!list_empty(&pring->txcmplq)) { in lpfc_nvme_wait_for_io_drain()
Dlpfc_els.c1459 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { in lpfc_els_abort_flogi()
8956 list_for_each_entry_safe(piocb, tmp_iocb, &pring->txcmplq, list) { in lpfc_els_timeout_handler()
9014 if (!list_empty(&pring->txcmplq)) in lpfc_els_timeout_handler()
9071 list_for_each_entry_safe(piocb, tmp_iocb, &pring->txcmplq, list) { in lpfc_els_flush_cmd()
Dlpfc_attr.c1425 if (!lpfc_emptyq_wait(phba, &pring->txcmplq, in lpfc_do_offline()
1434 if (!lpfc_emptyq_wait(phba, &pring->txcmplq, in lpfc_do_offline()
Dlpfc_bsg.c1719 lpfc_emptyq_wait(phba, &pring->txcmplq, &phba->hbalock); in lpfc_bsg_diag_mode_enter()
1726 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.c967 list_splice_init(&pring->txcmplq, &completions); in lpfc_hba_clean_txcmplq()
984 &pring->txcmplq, list) in lpfc_hba_clean_txcmplq()
986 list_splice_init(&pring->txcmplq, &completions); in lpfc_hba_clean_txcmplq()
Dlpfc_hbadisc.c5925 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { in lpfc_free_tx()
Dlpfc_scsi.c5261 if (!list_empty(&phba->sli.sli3_ring[LPFC_FCP_RING].txcmplq)) in lpfc_poll_rearm_timer()
/Linux-v5.15/Documentation/scsi/
DChangeLog.lpfc251 lpfc_els_abort to reset txq and txcmplq iterator after a