Searched refs:txcmplq (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.h | 290 struct list_head txcmplq; member
|
| H A D | lpfc_sli.c | 1724 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 D | lpfc_attr.c | 1455 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 D | lpfc_bsg.c | 1691 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 D | lpfc_init.c | 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()
|
| H A D | lpfc_scsi.c | 5153 if (!list_empty(&phba->sli.sli3_ring[LPFC_FCP_RING].txcmplq)) in lpfc_poll_rearm_timer()
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 251 lpfc_els_abort to reset txq and txcmplq iterator after a
|