Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac.h219 u64 rx_fcs_err; /* packets with bad FCS. */ member
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h253 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
H A Datl1e_main.c1170 hw_stats->rx_fcs_err + in atl1e_get_stats()
1179 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1e_get_stats()
/linux/drivers/net/wireless/ti/wl1251/
H A Dwl1251.h155 struct dentry *rx_fcs_err; member
/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.h399 u64 rx_fcs_err; /* RX packets with bad FCS */ member
H A Dhw.c1076 hw->stats.rx_fcs_err += alx_read_mem32(hw, ALX_MIB_RX_FCS_ERR); in alx_update_hw_stats()
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h304 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
H A Datl1c_main.c1551 hw_stats->rx_fcs_err + in atl1c_get_stats()
1560 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1c_get_stats()
/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.h316 u32 rx_fcs_err; /* RX packets with bad FCS */ member
H A Datl1.c1660 smb->rx_fcs_err + in atl1_inc_smb()
1686 adapter->soft_stats.rx_crc_errors += smb->rx_fcs_err; in atl1_inc_smb()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c6392 p->rx_fcs_err = GET_STAT(RX_PORT_CRC_ERROR); in t4_get_port_stats()