Searched refs:fwstats (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dt4vf_hw.c1138 struct fw_vi_stats_vf fwstats; local
1140 __be64 *fwsp = (__be64 *)&fwstats;
1178 s->tx_bcast_bytes = be64_to_cpu(fwstats.tx_bcast_bytes);
1179 s->tx_bcast_frames = be64_to_cpu(fwstats.tx_bcast_frames);
1180 s->tx_mcast_bytes = be64_to_cpu(fwstats.tx_mcast_bytes);
1181 s->tx_mcast_frames = be64_to_cpu(fwstats.tx_mcast_frames);
1182 s->tx_ucast_bytes = be64_to_cpu(fwstats.tx_ucast_bytes);
1183 s->tx_ucast_frames = be64_to_cpu(fwstats.tx_ucast_frames);
1184 s->tx_drop_frames = be64_to_cpu(fwstats.tx_drop_frames);
1185 s->tx_offload_bytes = be64_to_cpu(fwstats
[all...]

Completed in 40 milliseconds