Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/
A De100.c1960 u16 fcs_pad = 0; in e100_rx_indicate() local
1994 fcs_pad = 4; in e100_rx_indicate()
2025 if (actual_size > ETH_DATA_LEN + VLAN_ETH_HLEN + fcs_pad) in e100_rx_indicate()
2034 } else if (actual_size > ETH_DATA_LEN + VLAN_ETH_HLEN + fcs_pad) { in e100_rx_indicate()
2041 dev->stats.rx_bytes += (actual_size - fcs_pad); in e100_rx_indicate()

Completed in 11 milliseconds