Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/libfc/
Dfc_lport.c295 u64 fcp_in_bytes = 0; in fc_get_host_stats() local
317 fcp_in_bytes += stats->InputBytes; in fc_get_host_stats()
324 fc_stats->fcp_input_megabytes = div_u64(fcp_in_bytes, 1000000); in fc_get_host_stats()