Searched refs:Q_STATS_OFFSET32 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 42 /* 1 */ { Q_STATS_OFFSET32(total_bytes_received_hi), 8, "[%s]: rx_bytes" }, 43 { Q_STATS_OFFSET32(total_unicast_packets_received_hi), 45 { Q_STATS_OFFSET32(total_multicast_packets_received_hi), 47 { Q_STATS_OFFSET32(total_broadcast_packets_received_hi), 49 { Q_STATS_OFFSET32(no_buff_discard_hi), 8, "[%s]: rx_discards" }, 50 { Q_STATS_OFFSET32(rx_err_discard_pkt), 52 { Q_STATS_OFFSET32(rx_skb_alloc_failed), 54 { Q_STATS_OFFSET32(hw_csum_err), 4, "[%s]: rx_csum_offload_errors" }, 55 { Q_STATS_OFFSET32(driver_xoff), 4, "[%s]: tx_exhaustion_events" }, 56 { Q_STATS_OFFSET32(total_bytes_transmitted_hi), 8, "[%s]: tx_bytes" }, [all …]
|
D | bnx2x.h | 511 #define Q_STATS_OFFSET32(stat_name) \ macro
|