Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_sli.h239 uint16_t txcmplq_cnt; /* current length of queue */ member
Dlpfc_sli.c1608 pring->txcmplq_cnt++; in lpfc_sli_ringtxcmpl_put()
3163 pring->txcmplq_cnt--; in lpfc_sli_iocbq_lookup()
3210 pring->txcmplq_cnt--; in lpfc_sli_iocbq_lookup_by_tag()
4170 pring->txcmplq_cnt = 0; in lpfc_sli_flush_io_rings()
4194 pring->txcmplq_cnt = 0; in lpfc_sli_flush_io_rings()
10730 pring->txcmplq_cnt = 0; in lpfc_sli4_queue_init()
10739 pring->txcmplq_cnt = 0; in lpfc_sli4_queue_init()
10749 pring->txcmplq_cnt = 0; in lpfc_sli4_queue_init()
12068 int txcmplq_cnt = 0; in lpfc_sli_issue_iocb_wait() local
12145 txcmplq_cnt++; in lpfc_sli_issue_iocb_wait()
[all …]
Dlpfc_nvme.c2297 if (pring->txcmplq_cnt) in lpfc_nvme_lport_unreg_wait()
2298 pending += pring->txcmplq_cnt; in lpfc_nvme_lport_unreg_wait()
Dlpfc_debugfs.c464 u32 txcmplq_cnt; in lpfc_debugfs_multixripools_data() local
532 txcmplq_cnt = qp->io_wq->pring->txcmplq_cnt; in lpfc_debugfs_multixripools_data()
537 txcmplq_cnt, pvt_pool->high_watermark, in lpfc_debugfs_multixripools_data()
Dlpfc_init.c966 pring->txcmplq_cnt = 0; in lpfc_hba_clean_txcmplq()
985 pring->txcmplq_cnt = 0; in lpfc_hba_clean_txcmplq()
/Linux-v5.10/Documentation/scsi/
DChangeLog.lpfc106 * Restart els timeout handler only if txcmplq_cnt. On submission,