Searched refs:ETH_FRAME_LEN (Results 1 – 6 of 6) sorted by relevance
83 #define ETH_FRAME_LEN 1514 macro94 #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()
106 #define ETH_FRAME_LEN MAX_ETH_FRAME_SIZE macro
20 #define ETH_FRAME_LEN PKTSIZE_ALIGN /* Max. octets in frame sans FCS */ macro
98 LAN7X_MAC_RX_MAX_SIZE(ETH_FRAME_LEN + 4 /* VLAN */ + 4 /* CRC */)
78 #define ETH_FRAME_LEN PKTSIZE_ALIGN /* Max. octets in frame sans FCS */ macro529 .wMaxSegmentSize = __constant_cpu_to_le16(ETH_FRAME_LEN),1575 if (req->actual < ETH_HLEN || ETH_FRAME_LEN < req->actual) { in rx_complete()
43 #define ETH_FRAME_LEN PKTSIZE_ALIGN /* Max. octets in frame sans FCS */ macro