Searched refs:old_tclient (Results 1 – 2 of 2) sorted by relevance
3006 diff = le32_to_cpu(tclient->s) - old_tclient->s; \3007 old_tclient->s = le32_to_cpu(tclient->s); \3085 memset(&bp->old_tclient, 0, sizeof(struct tstorm_per_client_stats)); in bnx2x_stats_init()3608 struct tstorm_per_client_stats *old_tclient = &bp->old_tclient; in bnx2x_storm_stats_update() local3680 old_tclient->rcv_unicast_bytes.hi = in bnx2x_storm_stats_update()3682 old_tclient->rcv_unicast_bytes.lo = in bnx2x_storm_stats_update()3684 old_tclient->rcv_broadcast_bytes.hi = in bnx2x_storm_stats_update()3686 old_tclient->rcv_broadcast_bytes.lo = in bnx2x_storm_stats_update()3688 old_tclient->rcv_multicast_bytes.hi = in bnx2x_storm_stats_update()3690 old_tclient->rcv_multicast_bytes.lo = in bnx2x_storm_stats_update()[all …]
901 struct tstorm_per_client_stats old_tclient; member