Searched refs:tclient (Results 1 – 1 of 1) sorted by relevance
95 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() local796 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 …]