Home
last modified time | relevance | path

Searched refs:rx_fcs_err (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
Datl1e.h266 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
Datl1e_main.c1186 hw_stats->rx_fcs_err + in atl1e_get_stats()
1195 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1e_get_stats()
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dwl1251.h169 struct dentry *rx_fcs_err; member
/linux-4.1.27/drivers/net/ethernet/atheros/alx/
Dhw.h397 u64 rx_fcs_err; /* RX packets with bad FCS */ member
Dmain.c1190 hw_stats->rx_fcs_err + in alx_get_stats64()
1199 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in alx_get_stats64()
Dhw.c1062 hw->stats.rx_fcs_err += alx_read_mem32(hw, ALX_MIB_RX_FCS_ERR); in alx_update_hw_stats()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/
Datl1c.h319 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
Datl1c_main.c1507 hw_stats->rx_fcs_err + in atl1c_get_stats()
1516 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1c_get_stats()
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
Datl1.h329 u32 rx_fcs_err; /* RX packets with bad FCS */ member
Datl1.c1681 smb->rx_fcs_err + in atl1_inc_smb()
1707 adapter->soft_stats.rx_crc_errors += smb->rx_fcs_err; in atl1_inc_smb()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h139 u64 rx_fcs_err; /* # of received frames with bad FCS */ member
Dcxgb4_main.c2889 ns->rx_crc_errors = stats.rx_fcs_err; in cxgb_get_stats()
2905 ns->rx_errors = stats.rx_symbol_err + stats.rx_fcs_err + in cxgb_get_stats()
Dt4_hw.c3502 p->rx_fcs_err = GET_STAT(RX_PORT_CRC_ERROR); in t4_get_port_stats()