Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_netdev.c3060 BNGE_GET_RX_PORT_STATS64(rx, rx_fcs_err_frames); in bnge_get_port_stats64()
3062 BNGE_GET_RX_PORT_STATS64(rx, rx_align_err_frames); in bnge_get_port_stats64()
3064 BNGE_GET_RX_PORT_STATS64(rx, rx_undrsz_frames) + in bnge_get_port_stats64()
3065 BNGE_GET_RX_PORT_STATS64(rx, rx_ovrsz_frames) + in bnge_get_port_stats64()
3066 BNGE_GET_RX_PORT_STATS64(rx, rx_runt_frames); in bnge_get_port_stats64()
3068 BNGE_GET_RX_PORT_STATS64(rx, rx_false_carrier_frames) + in bnge_get_port_stats64()
3069 BNGE_GET_RX_PORT_STATS64(rx, rx_jbr_frames); in bnge_get_port_stats64()
H A Dbnge_netdev.h232 #define BNGE_GET_RX_PORT_STATS64(sw, counter) \ macro