Home
last modified time | relevance | path

Searched refs:txcmplq_cnt (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_sli.h239 uint16_t txcmplq_cnt; /* current length of queue */ member
Dlpfc_sli.c1592 pring->txcmplq_cnt++; in lpfc_sli_ringtxcmpl_put()
3026 pring->txcmplq_cnt--; in lpfc_sli_iocbq_lookup()
3073 pring->txcmplq_cnt--; in lpfc_sli_iocbq_lookup_by_tag()
4029 pring->txcmplq_cnt = 0; in lpfc_sli_flush_io_rings()
4053 pring->txcmplq_cnt = 0; in lpfc_sli_flush_io_rings()
10485 pring->txcmplq_cnt = 0; in lpfc_sli4_queue_init()
10494 pring->txcmplq_cnt = 0; in lpfc_sli4_queue_init()
10504 pring->txcmplq_cnt = 0; in lpfc_sli4_queue_init()
11824 int txcmplq_cnt = 0; in lpfc_sli_issue_iocb_wait() local
11901 txcmplq_cnt++; in lpfc_sli_issue_iocb_wait()
[all …]
Dlpfc_nvme.c2226 if (pring->txcmplq_cnt) in lpfc_nvme_lport_unreg_wait()
2227 pending += pring->txcmplq_cnt; in lpfc_nvme_lport_unreg_wait()
Dlpfc_debugfs.c466 u32 txcmplq_cnt; in lpfc_debugfs_multixripools_data() local
534 txcmplq_cnt = qp->io_wq->pring->txcmplq_cnt; in lpfc_debugfs_multixripools_data()
539 txcmplq_cnt, pvt_pool->high_watermark, in lpfc_debugfs_multixripools_data()
Dlpfc_init.c975 pring->txcmplq_cnt = 0; in lpfc_hba_clean_txcmplq()
994 pring->txcmplq_cnt = 0; in lpfc_hba_clean_txcmplq()
/Linux-v5.4/Documentation/scsi/
DChangeLog.lpfc106 * Restart els timeout handler only if txcmplq_cnt. On submission,