Searched refs:MTU_SIZE (Results 1 – 2 of 2) sorted by relevance
771 DDI_PROP_DONTPASS, defaultmtu_propname, MTU_SIZE); in unm_check_options()773 if (adapter->mtu < MTU_SIZE) { in unm_check_options()774 cmn_err(CE_WARN, "Raising mtu to %d\n", MTU_SIZE); in unm_check_options()775 adapter->mtu = MTU_SIZE; in unm_check_options()789 if (adapter->mtu <= MTU_SIZE) in unm_check_options()
255 #define MTU_SIZE 1500 macro