Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Drtl8139.c83 #define ETH_FRAME_LEN 1514 macro
94 #define TX_BUF_SIZE ETH_FRAME_LEN /* FCS is added by the chip */
492 (rx_size < ETH_ZLEN) || (rx_size > ETH_FRAME_LEN + 4)) { in rtl_poll()
H A Drtl8169.c106 #define ETH_FRAME_LEN MAX_ETH_FRAME_SIZE macro
/rk3399_rockchip-uboot/include/
H A Dusb_ether.h20 #define ETH_FRAME_LEN PKTSIZE_ALIGN /* Max. octets in frame sans FCS */ macro
/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dlan7x.h98 LAN7X_MAC_RX_MAX_SIZE(ETH_FRAME_LEN + 4 /* VLAN */ + 4 /* CRC */)
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.c78 #define ETH_FRAME_LEN PKTSIZE_ALIGN /* Max. octets in frame sans FCS */ macro
529 .wMaxSegmentSize = __constant_cpu_to_le16(ETH_FRAME_LEN),
1575 if (req->actual < ETH_HLEN || ETH_FRAME_LEN < req->actual) { in rx_complete()
H A Drndis.c43 #define ETH_FRAME_LEN PKTSIZE_ALIGN /* Max. octets in frame sans FCS */ macro