Lines Matching refs:old_tclient
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() local
3680 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()
3692 old_tclient->total_rcv_pkts = le32_to_cpu(tclient->total_rcv_pkts); in bnx2x_storm_stats_update()
3694 old_tclient->checksum_discard = le32_to_cpu(tclient->checksum_discard); in bnx2x_storm_stats_update()
3695 old_tclient->packets_too_big_discard = in bnx2x_storm_stats_update()
3698 old_tclient->no_buff_discard = le32_to_cpu(tclient->no_buff_discard); in bnx2x_storm_stats_update()
3699 old_tclient->ttl0_discard = le32_to_cpu(tclient->ttl0_discard); in bnx2x_storm_stats_update()
3722 struct tstorm_per_client_stats *old_tclient = &bp->old_tclient; in bnx2x_net_stats_update() local
3740 nstats->rx_dropped = old_tclient->checksum_discard + in bnx2x_net_stats_update()
3754 old_tclient->packets_too_big_discard + in bnx2x_net_stats_update()
3763 nstats->rx_fifo_errors = old_tclient->no_buff_discard; in bnx2x_net_stats_update()
3813 struct tstorm_per_client_stats *old_tclient = &bp->old_tclient; in bnx2x_stats_update() local
3836 old_tclient->checksum_discard, in bnx2x_stats_update()
3837 old_tclient->packets_too_big_discard, in bnx2x_stats_update()
3838 old_tclient->no_buff_discard, estats->mac_discard, in bnx2x_stats_update()
3841 old_tclient->ttl0_discard); in bnx2x_stats_update()