Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_sli.h238 struct list_head txcmplq; member
Dlpfc_sli.c1590 list_add_tail(&piocb->list, &pring->txcmplq); in lpfc_sli_ringtxcmpl_put()
3942 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) in lpfc_sli_abort_iocb_ring()
3951 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) in lpfc_sli_abort_iocb_ring()
4004 LIST_HEAD(txcmplq); in lpfc_sli_flush_io_rings()
4024 &pring->txcmplq, list) in lpfc_sli_flush_io_rings()
4027 list_splice_init(&pring->txcmplq, &txcmplq); in lpfc_sli_flush_io_rings()
4037 lpfc_sli_cancel_iocbs(phba, &txcmplq, in lpfc_sli_flush_io_rings()
4048 &pring->txcmplq, list) in lpfc_sli_flush_io_rings()
4051 list_splice_init(&pring->txcmplq, &txcmplq); in lpfc_sli_flush_io_rings()
4060 lpfc_sli_cancel_iocbs(phba, &txcmplq, IOSTAT_LOCAL_REJECT, in lpfc_sli_flush_io_rings()
[all …]
Dlpfc_nvme.c743 list_for_each_entry_safe(wqe, next_wqe, &pring->txcmplq, list) { in lpfc_nvme_ls_abort()
2695 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()
7900 list_for_each_entry_safe(piocb, tmp_iocb, &pring->txcmplq, list) { in lpfc_els_timeout_handler()
7955 if (!list_empty(&pring->txcmplq)) in lpfc_els_timeout_handler()
8010 list_for_each_entry_safe(piocb, tmp_iocb, &pring->txcmplq, list) { in lpfc_els_flush_cmd()
Dlpfc_attr.c1256 if (!lpfc_emptyq_wait(phba, &pring->txcmplq, in lpfc_do_offline()
1265 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.c239 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { in lpfc_els_abort()
Dlpfc_init.c974 list_splice_init(&pring->txcmplq, &completions); in lpfc_hba_clean_txcmplq()
991 &pring->txcmplq, list) in lpfc_hba_clean_txcmplq()
993 list_splice_init(&pring->txcmplq, &completions); in lpfc_hba_clean_txcmplq()
Dlpfc_scsi.c4441 if (!list_empty(&phba->sli.sli3_ring[LPFC_FCP_RING].txcmplq)) in lpfc_poll_rearm_timer()
Dlpfc_hbadisc.c5668 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { in lpfc_free_tx()
/Linux-v5.4/Documentation/scsi/
DChangeLog.lpfc251 lpfc_els_abort to reset txq and txcmplq iterator after a