Searched refs:fwstats (Results 1 – 3 of 3) sorted by relevance
1191 struct fw_vi_stats_vf fwstats; in t4vf_get_port_stats() local1193 __be64 *fwsp = (__be64 *)&fwstats; in t4vf_get_port_stats()1231 s->tx_bcast_bytes = be64_to_cpu(fwstats.tx_bcast_bytes); in t4vf_get_port_stats()1232 s->tx_bcast_frames = be64_to_cpu(fwstats.tx_bcast_frames); in t4vf_get_port_stats()1233 s->tx_mcast_bytes = be64_to_cpu(fwstats.tx_mcast_bytes); in t4vf_get_port_stats()1234 s->tx_mcast_frames = be64_to_cpu(fwstats.tx_mcast_frames); in t4vf_get_port_stats()1235 s->tx_ucast_bytes = be64_to_cpu(fwstats.tx_ucast_bytes); in t4vf_get_port_stats()1236 s->tx_ucast_frames = be64_to_cpu(fwstats.tx_ucast_frames); in t4vf_get_port_stats()1237 s->tx_drop_frames = be64_to_cpu(fwstats.tx_drop_frames); in t4vf_get_port_stats()1238 s->tx_offload_bytes = be64_to_cpu(fwstats.tx_offload_bytes); in t4vf_get_port_stats()[all …]
483 estats->s = le32_to_cpu(tport->s) + fwstats->s; \488 fwstats->f = estats->f; \
1015 struct bnx2x_fw_port_stats_old *fwstats = &bp->fw_stats_old; in bnx2x_storm_stats_update() local1557 struct bnx2x_fw_port_stats_old *fwstats = &bp->fw_stats_old; in bnx2x_save_statistics() local