Home
last modified time | relevance | path

Searched refs:TX_JUMBO_MTU (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/hxge/
H A Dhxge_txdma_hw.h123 #define TX_JUMBO_MTU 9216 macro
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_mac.h48 #define NXGE_MAXIMUM_MTU (TX_JUMBO_MTU - NXGE_EHEADER_VLAN_CRC)
H A Dnxge_txdma_hw.h845 #define TX_JUMBO_MTU 9216 macro
/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_main.c105 uint32_t nxge_jumbo_mtu = TX_JUMBO_MTU;
783 (max_frame_size <= TX_JUMBO_MTU)) { in nxge_attach()