Home
last modified time | relevance | path

Searched refs:USER_OPTION_MTU_MIN (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxcfg.h70 #define USER_OPTION_MTU_MIN 60 macro
H A Dbnxcfg.c392 if (option < USER_OPTION_MTU_MIN) { in bnx_cfg_init()
393 umdevice->dev_var.mtu = USER_OPTION_MTU_MIN; in bnx_cfg_init()
H A Dbnxgldv3.c1144 if (mtu < USER_OPTION_MTU_MIN || in bnx_m_setprop()
1498 USER_OPTION_MTU_MIN, USER_OPTION_MTU_MAX); in bnx_m_propinfo()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_cfg.c434 (option < USER_OPTION_MTU_MIN) ? in BnxeCfgInit()
435 USER_OPTION_MTU_MIN : in BnxeCfgInit()
H A Dbnxe_gld.c2420 if ((mtu < USER_OPTION_MTU_MIN) || (mtu > USER_OPTION_MTU_MAX)) in BnxeMacSetProperty()
2905 USER_OPTION_MTU_MIN, in BnxeMacPropertyInfo()
H A Dbnxe.h114 #define USER_OPTION_MTU_MIN 60 macro