Searched refs:UPDATE_EXTEND_TSTAT (Results 1 – 2 of 2) sorted by relevance
969 UPDATE_EXTEND_TSTAT(rcv_ucast_pkts, total_unicast_packets_received); in bnx2x_storm_stats_update()970 UPDATE_EXTEND_TSTAT(rcv_mcast_pkts, total_multicast_packets_received); in bnx2x_storm_stats_update()971 UPDATE_EXTEND_TSTAT(rcv_bcast_pkts, total_broadcast_packets_received); in bnx2x_storm_stats_update()1018 UPDATE_EXTEND_TSTAT(checksum_discard, in bnx2x_storm_stats_update()1020 UPDATE_EXTEND_TSTAT(ttl0_discard, in bnx2x_storm_stats_update()
496 #define UPDATE_EXTEND_TSTAT(s, t) UPDATE_EXTEND_TSTAT_X(s, t, 32) macro