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

/drivers/net/ethernet/intel/
H A De100.c1984 u16 fcs_pad = 0; local
2018 fcs_pad = 4;
2049 if (actual_size > ETH_DATA_LEN + VLAN_ETH_HLEN + fcs_pad)
2058 } else if (actual_size > ETH_DATA_LEN + VLAN_ETH_HLEN + fcs_pad) {
2065 dev->stats.rx_bytes += (actual_size - fcs_pad);

Completed in 28 milliseconds