Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
Dfc_lport.c298 u64 fcp_in_bytes = 0; in fc_get_host_stats() local
320 fcp_in_bytes += READ_ONCE(stats->InputBytes); in fc_get_host_stats()
327 fc_stats->fcp_input_megabytes = div_u64(fcp_in_bytes, 1000000); in fc_get_host_stats()