Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c334 struct fw_fcoe_port_stats fcoe_port_stats; in csio_get_stats() local
341 be64_to_cpu(fcoe_port_stats.tx_mcast_frames) + in csio_get_stats()
342 be64_to_cpu(fcoe_port_stats.tx_ucast_frames) + in csio_get_stats()
343 be64_to_cpu(fcoe_port_stats.tx_offload_frames)); in csio_get_stats()
345 be64_to_cpu(fcoe_port_stats.tx_mcast_bytes) + in csio_get_stats()
346 be64_to_cpu(fcoe_port_stats.tx_ucast_bytes) + in csio_get_stats()
347 be64_to_cpu(fcoe_port_stats.tx_offload_bytes)) / in csio_get_stats()
350 be64_to_cpu(fcoe_port_stats.rx_mcast_frames) + in csio_get_stats()
351 be64_to_cpu(fcoe_port_stats.rx_ucast_frames)); in csio_get_stats()
353 be64_to_cpu(fcoe_port_stats.rx_mcast_bytes) + in csio_get_stats()
[all …]