Home
last modified time | relevance | path

Searched refs:MTU_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c776 DDI_PROP_DONTPASS, defaultmtu_propname, MTU_SIZE); in unm_check_options()
778 if (adapter->mtu < MTU_SIZE) { in unm_check_options()
779 cmn_err(CE_WARN, "Raising mtu to %d\n", MTU_SIZE); in unm_check_options()
780 adapter->mtu = MTU_SIZE; in unm_check_options()
794 if (adapter->mtu <= MTU_SIZE) in unm_check_options()
H A Dunm_nic.h255 #define MTU_SIZE 1500 macro