Home
last modified time | relevance | path

Searched refs:rx_symbol_err (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.h258 u64 rx_symbol_err; /* only for xgmac */ member
H A Dhns_dsaf_xgmac.c82 {"xgmac_rx_symbol_err_pkt", MAC_STATS_FIELD_OFF(rx_symbol_err)},
400 hw_stats->rx_symbol_err in hns_xgmac_update_stats()
/linux/drivers/net/dsa/microchip/
H A Dksz_common.c46 u64 rx_symbol_err; member
86 u64 rx_symbol_err; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h241 u64 rx_symbol_err; /* symbol errors */ member
H A Dcxgb4_main.c3035 ns->rx_frame_errors = stats.rx_symbol_err; in cxgb_get_stats()
3050 ns->rx_errors = stats.rx_symbol_err + stats.rx_fcs_err + in cxgb_get_stats()
H A Dt4_hw.c6394 p->rx_symbol_err = GET_STAT(RX_PORT_SYM_ERROR); in t4_get_port_stats()