Searched refs:txcmplq (Results 1 – 5 of 5) 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 | 1723 list_add_tail(&piocb->list, &pring->txcmplq); in lpfc_sli_ringtxcmpl_put() 4589 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) in lpfc_sli_abort_iocb_ring() 4591 list_splice_init(&pring->txcmplq, &tx_completions); in lpfc_sli_abort_iocb_ring() 4595 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) in lpfc_sli_abort_iocb_ring() 4650 LIST_HEAD(txcmplq); in lpfc_sli_flush_io_rings() 4679 &pring->txcmplq, list) in lpfc_sli_flush_io_rings() 4682 list_splice_init(&pring->txcmplq, &txcmplq); in lpfc_sli_flush_io_rings() 4692 lpfc_sli_cancel_iocbs(phba, &txcmplq, in lpfc_sli_flush_io_rings() 4705 &pring->txcmplq, list) in lpfc_sli_flush_io_rings() 4708 list_splice_init(&pring->txcmplq, &txcmplq); in lpfc_sli_flush_io_rings() [all …]
|
| H A D | lpfc_bsg.c | 1693 lpfc_emptyq_wait(phba, &pring->txcmplq, &phba->hbalock); in lpfc_bsg_diag_mode_enter() 1700 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()
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 251 lpfc_els_abort to reset txq and txcmplq iterator after a
|