Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/libfc/
Dfc_lport.c306 u64 fcp_in_bytes = 0; in fc_get_host_stats() local
330 fcp_in_bytes += stats->InputBytes; in fc_get_host_stats()
334 fcoe_stats->fcp_input_megabytes = div_u64(fcp_in_bytes, 1000000); in fc_get_host_stats()