Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_stats.c95 diff = le32_to_cpu(tclient->s) - le32_to_cpu(old_tclient->s); \
96 old_tclient->s = tclient->s; \
777 struct tstorm_per_client_stats *tclient = in bnx2x_storm_stats_update() local
796 if (le16_to_cpu(tclient->stats_counter) != cur_stats_counter) { in bnx2x_storm_stats_update()
799 i, tclient->stats_counter, cur_stats_counter + 1); in bnx2x_storm_stats_update()
810 le32_to_cpu(tclient->rcv_broadcast_bytes.hi); in bnx2x_storm_stats_update()
812 le32_to_cpu(tclient->rcv_broadcast_bytes.lo); in bnx2x_storm_stats_update()
815 le32_to_cpu(tclient->rcv_multicast_bytes.hi), in bnx2x_storm_stats_update()
817 le32_to_cpu(tclient->rcv_multicast_bytes.lo)); in bnx2x_storm_stats_update()
820 le32_to_cpu(tclient->rcv_unicast_bytes.hi), in bnx2x_storm_stats_update()
[all …]