Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusb_ether.h17 #define ETH_HLEN 14 /* Total octets in header. */ macro
/rk3399_rockchip-uboot/drivers/net/
H A Dmvneta.c47 #define ETH_HLEN 14 /* Total octets in header */ macro
50 #define WRAP (2 + ETH_HLEN + 4 + 32)
H A Dmvpp2.c71 #define ETH_HLEN ETHER_HDR_SIZE /* Total octets in header */ macro
74 #define WRAP (2 + ETH_HLEN + 4 + 32)
658 ETH_HLEN + ETH_FCS_LEN, MVPP2_CPU_D_CACHE_LINE_SIZE)
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.c75 #define ETH_HLEN 14 /* Total octets in header. */ macro
1575 if (req->actual < ETH_HLEN || ETH_FRAME_LEN < req->actual) { in rx_complete()
H A Drndis.c40 #define ETH_HLEN 14 /* Total octets in header. */ macro