Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c1956 u16 fcs_pad = 0; in e100_rx_indicate() local
1990 fcs_pad = 4; in e100_rx_indicate()
2021 if (actual_size > ETH_DATA_LEN + VLAN_ETH_HLEN + fcs_pad) in e100_rx_indicate()
2030 } else if (actual_size > ETH_DATA_LEN + VLAN_ETH_HLEN + fcs_pad) { in e100_rx_indicate()
2037 dev->stats.rx_bytes += (actual_size - fcs_pad); in e100_rx_indicate()
/openbmc/qemu/hw/net/
H A De1000e_core.c1530 static const uint32_t fcs_pad; in e1000e_write_packet_to_guest() local
1589 (const char *) &fcs_pad, e1000x_fcs_len(core->mac)); in e1000e_write_packet_to_guest()
H A Digb_core.c1832 static const uint32_t fcs_pad; in igb_write_payload_to_rx_buffers() local
1856 (const char *) &fcs_pad, in igb_write_payload_to_rx_buffers()