Home
last modified time | relevance | path

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

/external/libnl/include/linux-private/linux/
Dif_ether.h36 #define ETH_FCS_LEN 4 /* Octets in the FCS */ macro
/external/u-boot/drivers/net/
Dxilinx_emaclite.c26 #define ETH_FCS_LEN 4 /* Octets in the FCS */ macro
503 first_read = ALIGN(ETHER_HDR_SIZE + ARP_HDR_SIZE + ETH_FCS_LEN, 4); in emaclite_recv()
516 length += ETHER_HDR_SIZE + ETH_FCS_LEN; in emaclite_recv()
De1000.h435 (MAXIMUM_ETHERNET_FRAME_SIZE - ETH_FCS_LEN)
437 (MINIMUM_ETHERNET_FRAME_SIZE - ETH_FCS_LEN)
438 #define CRC_LENGTH ETH_FCS_LEN
Dpch_gbe.c308 length = rx_desc->rx_words_eob - 3 - ETH_FCS_LEN; in pch_gbe_recv()
Dmvpp2.c658 ETH_HLEN + ETH_FCS_LEN, MVPP2_CPU_D_CACHE_LINE_SIZE)
/external/iproute2/include/uapi/linux/
Dif_ether.h37 #define ETH_FCS_LEN 4 /* Octets in the FCS */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h38 #define ETH_FCS_LEN 4 /* Octets in the FCS */ macro
/external/u-boot/include/
Dnet.h313 #define ETH_FCS_LEN 4 /* Octets in the FCS */ macro