Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_stats.c109 diff = le32_to_cpu(xclient->s) - le32_to_cpu(old_xclient->s); \
110 old_xclient->s = xclient->s; \
783 struct xstorm_per_client_stats *xclient = in bnx2x_storm_stats_update() local
790 if (le16_to_cpu(xclient->stats_counter) != cur_stats_counter) { in bnx2x_storm_stats_update()
793 i, xclient->stats_counter, cur_stats_counter + 1); in bnx2x_storm_stats_update()
875 le32_to_cpu(xclient->unicast_bytes_sent.hi); in bnx2x_storm_stats_update()
877 le32_to_cpu(xclient->unicast_bytes_sent.lo); in bnx2x_storm_stats_update()
880 le32_to_cpu(xclient->multicast_bytes_sent.hi), in bnx2x_storm_stats_update()
882 le32_to_cpu(xclient->multicast_bytes_sent.lo)); in bnx2x_storm_stats_update()
885 le32_to_cpu(xclient->broadcast_bytes_sent.hi), in bnx2x_storm_stats_update()
[all …]