Home
last modified time | relevance | path

Searched refs:rcv_bytes (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/qed/
H A Dqed_rdma_if.h434 u64 rcv_bytes; member
/linux/drivers/scsi/lpfc/
H A Dlpfc.h564 atomic64_t rcv_bytes; member
1559 uint64_t rcv_bytes; /* Total no of read bytes completed */ member
H A Dlpfc_init.c3207 atomic64_set(&cgs->rcv_bytes, 0); in lpfc_cmf_stop()
3272 atomic64_set(&cgs->rcv_bytes, 0); in lpfc_cmf_start()
6017 rcv += atomic64_xchg(&cgs->rcv_bytes, 0); in lpfc_cmf_timer()
6077 entry.rcv_bytes = rcv; in lpfc_cmf_timer()
H A Dlpfc_attr.c262 rcv += atomic64_read(&cgs->rcv_bytes); in lpfc_cmf_info_show()
H A Dlpfc_sli.c8168 entry->rcv_bytes, entry->avg_io_latency, in lpfc_rx_monitor_report()
8186 entry->total_bytes, entry->rcv_bytes, in lpfc_rx_monitor_report()