Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c1014 UPDATE_EXTEND_E_USTAT(ucast_no_buff_pkts, no_buff_discard); in bnx2x_storm_stats_update()
1015 UPDATE_EXTEND_E_USTAT(mcast_no_buff_pkts, no_buff_discard); in bnx2x_storm_stats_update()
1016 UPDATE_EXTEND_E_USTAT(bcast_no_buff_pkts, no_buff_discard); in bnx2x_storm_stats_update()
1060 UPDATE_EXTEND_E_USTAT(coalesced_events, total_tpa_aggregations); in bnx2x_storm_stats_update()
1062 UPDATE_EXTEND_E_USTAT(coalesced_pkts, in bnx2x_storm_stats_update()
Dbnx2x_stats.h455 #define UPDATE_EXTEND_E_USTAT(s, t) \ macro