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

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c1015 struct bnx2x_fw_port_stats_old *fwstats = &bp->fw_stats_old; local
1557 struct bnx2x_fw_port_stats_old *fwstats = &bp->fw_stats_old; local
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1191 struct fw_vi_stats_vf fwstats; local
1193 __be64 *fwsp = (__be64 *)&fwstats;
1231 s->tx_bcast_bytes = be64_to_cpu(fwstats.tx_bcast_bytes);
1232 s->tx_bcast_frames = be64_to_cpu(fwstats.tx_bcast_frames);
1233 s->tx_mcast_bytes = be64_to_cpu(fwstats.tx_mcast_bytes);
1234 s->tx_mcast_frames = be64_to_cpu(fwstats.tx_mcast_frames);
1235 s->tx_ucast_bytes = be64_to_cpu(fwstats.tx_ucast_bytes);
1236 s->tx_ucast_frames = be64_to_cpu(fwstats.tx_ucast_frames);
1237 s->tx_drop_frames = be64_to_cpu(fwstats.tx_drop_frames);
1238 s->tx_offload_bytes = be64_to_cpu(fwstats
[all...]

Completed in 78 milliseconds