Home
last modified time | relevance | path

Searched refs:MAX_MTU (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h30 MAX_MTU = 9600, /* max MAC MTU, excluding header + FCS */ enumerator
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dvsc7326.c39 #define MAX_MTU 9600 macro
478 if (mtu > MAX_MTU) in mac_set_mtu()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1340 if (v32 < 46 || v32 > MAX_MTU) { in t4_mc_setprop()
1594 mac_prop_info_set_range_uint32(ph, 46, MAX_MTU); in t4_mc_propinfo()
1966 if (v < 46 || v > MAX_MTU) in setprop()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c1145 if (new_mtu < MIN_MTU || new_mtu > MAX_MTU) { in igb_m_setprop()
1379 mac_prop_info_set_range_uint32(prh, MIN_MTU, MAX_MTU); in igb_m_propinfo()
H A Digb_sw.h125 #define MAX_MTU 9000 macro
H A Digb_main.c1412 MIN_MTU, MAX_MTU, DEFAULT_MTU); in igb_init_adapter()
2944 MIN_MTU, MAX_MTU, DEFAULT_MTU); in igb_get_conf()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede.h217 #define MAX_MTU DEFAULT_JUMBO_MTU macro
H A Dqede_gld.c2446 MAX_MTU);