Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_lport.c304 u64 fcp_in_bytes = 0; in fc_get_host_stats() local
326 fcp_in_bytes += READ_ONCE(stats->InputBytes); in fc_get_host_stats()
333 fc_stats->fcp_input_megabytes = div_u64(fcp_in_bytes, 1000000); in fc_get_host_stats()