Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_stats.c102 diff = le32_to_cpu(uclient->s) - le32_to_cpu(old_uclient->s); \
103 old_uclient->s = uclient->s; \
128 diff = le32_to_cpu(uclient->s) - le32_to_cpu(old_uclient->s); \
780 struct ustorm_per_client_stats *uclient = in bnx2x_storm_stats_update() local
802 if (le16_to_cpu(uclient->stats_counter) != cur_stats_counter) { in bnx2x_storm_stats_update()
805 i, uclient->stats_counter, cur_stats_counter + 1); in bnx2x_storm_stats_update()
825 le32_to_cpu(uclient->bcast_no_buff_bytes.hi), in bnx2x_storm_stats_update()
827 le32_to_cpu(uclient->bcast_no_buff_bytes.lo)); in bnx2x_storm_stats_update()
830 le32_to_cpu(uclient->mcast_no_buff_bytes.hi), in bnx2x_storm_stats_update()
832 le32_to_cpu(uclient->mcast_no_buff_bytes.lo)); in bnx2x_storm_stats_update()
[all …]