Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_defs.h146 #define MTU_TO_FRAME_SIZE 38 macro
H A Dhxge_hw.c66 hxgep->vmac.maxframesize = HXGE_DEFAULT_MTU + MTU_TO_FRAME_SIZE; in hxge_hw_id_init()
H A Dhxge_main.c3190 new_framesize = new_mtu + MTU_TO_FRAME_SIZE; in hxge_m_setprop()
3345 MIN_FRAME_SIZE - MTU_TO_FRAME_SIZE, in hxge_m_propinfo()
3346 MAX_FRAME_SIZE - MTU_TO_FRAME_SIZE); in hxge_m_propinfo()
4250 macp->m_max_sdu = hxgep->vmac.maxframesize - MTU_TO_FRAME_SIZE; in hxge_mac_register()