Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_defs.h140 #define STD_FRAME_SIZE 1522 /* 1518 + 4 = 5EE + 4 */ macro
H A Dhxge_send.c625 if ((pkt_len - TX_PKT_HEADER_SIZE) > (STD_FRAME_SIZE - ETHERFCSL)) { in hxge_start()
H A Dhxge_rxdma.c2022 if (l2_len > (STD_FRAME_SIZE - ETHERFCSL)) in hxge_receive_packet()