Home
last modified time | relevance | path

Searched refs:io_cnt (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c5964 uint32_t io_cnt; in lpfc_cmf_timer() local
6012 io_cnt = 0; in lpfc_cmf_timer()
6018 io_cnt += atomic_xchg(&cgs->rx_io_cnt, 0); in lpfc_cmf_timer()
6055 if (io_cnt) { in lpfc_cmf_timer()
6057 atomic_add(io_cnt, &phba->cgn_latency_evt_cnt); in lpfc_cmf_timer()
6083 if (io_cnt) { in lpfc_cmf_timer()
6084 entry.avg_io_latency = div_u64(lat, io_cnt); in lpfc_cmf_timer()
6085 entry.avg_io_size = div_u64(rcv, io_cnt); in lpfc_cmf_timer()
6091 entry.io_cnt = io_cnt; in lpfc_cmf_timer()
H A Dlpfc_sli.c8142 entry->cmf_busy, entry->io_cnt, in lpfc_rx_monitor_report()