• Home
  • Raw
  • Download

Lines Matching refs:fwstats

1357 	struct fw_vi_stats_vf fwstats;  in t4vf_get_port_stats()  local
1359 __be64 *fwsp = (__be64 *)&fwstats; in t4vf_get_port_stats()
1397 s->tx_bcast_bytes = be64_to_cpu(fwstats.tx_bcast_bytes); in t4vf_get_port_stats()
1398 s->tx_bcast_frames = be64_to_cpu(fwstats.tx_bcast_frames); in t4vf_get_port_stats()
1399 s->tx_mcast_bytes = be64_to_cpu(fwstats.tx_mcast_bytes); in t4vf_get_port_stats()
1400 s->tx_mcast_frames = be64_to_cpu(fwstats.tx_mcast_frames); in t4vf_get_port_stats()
1401 s->tx_ucast_bytes = be64_to_cpu(fwstats.tx_ucast_bytes); in t4vf_get_port_stats()
1402 s->tx_ucast_frames = be64_to_cpu(fwstats.tx_ucast_frames); in t4vf_get_port_stats()
1403 s->tx_drop_frames = be64_to_cpu(fwstats.tx_drop_frames); in t4vf_get_port_stats()
1404 s->tx_offload_bytes = be64_to_cpu(fwstats.tx_offload_bytes); in t4vf_get_port_stats()
1405 s->tx_offload_frames = be64_to_cpu(fwstats.tx_offload_frames); in t4vf_get_port_stats()
1407 s->rx_bcast_bytes = be64_to_cpu(fwstats.rx_bcast_bytes); in t4vf_get_port_stats()
1408 s->rx_bcast_frames = be64_to_cpu(fwstats.rx_bcast_frames); in t4vf_get_port_stats()
1409 s->rx_mcast_bytes = be64_to_cpu(fwstats.rx_mcast_bytes); in t4vf_get_port_stats()
1410 s->rx_mcast_frames = be64_to_cpu(fwstats.rx_mcast_frames); in t4vf_get_port_stats()
1411 s->rx_ucast_bytes = be64_to_cpu(fwstats.rx_ucast_bytes); in t4vf_get_port_stats()
1412 s->rx_ucast_frames = be64_to_cpu(fwstats.rx_ucast_frames); in t4vf_get_port_stats()
1414 s->rx_err_frames = be64_to_cpu(fwstats.rx_err_frames); in t4vf_get_port_stats()