Searched refs:DEFAULT_MTU (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | forcedeth.c | 270 #define DEFAULT_MTU 1500 /* also maximum supported, at least for now */ macro 279 #define RX_NIC_BUFSIZE (DEFAULT_MTU + 64) 281 #define RX_ALLOC_BUFSIZE (DEFAULT_MTU + 128)
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_sw.h | 273 #define DEFAULT_MTU ETHERMTU macro 278 (DEFAULT_MTU + sizeof (struct ether_vlan_header) + ETHERFCSL)
|
H A D | e1000g_main.c | 3492 if ((new_mtu < DEFAULT_MTU) || in e1000g_m_setprop() 3761 max = DEFAULT_MTU; in e1000g_m_propinfo() 3766 mac_prop_info_set_range_uint32(prh, DEFAULT_MTU, max); in e1000g_m_propinfo()
|
/titanic_50/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_gld.c | 446 if (new_mtu < DEFAULT_MTU || new_mtu > ixgbe->capab->max_mtu) { in ixgbe_m_setprop() 732 DEFAULT_MTU, ixgbe->capab->max_mtu); in ixgbe_m_propinfo()
|
H A D | ixgbe_sw.h | 154 #define DEFAULT_MTU ETHERMTU macro
|
H A D | ixgbe_main.c | 3321 MIN_MTU, ixgbe->capab->max_mtu, DEFAULT_MTU); in ixgbe_get_conf()
|
/titanic_50/usr/src/uts/common/io/igb/ |
H A D | igb_sw.h | 156 #define DEFAULT_MTU ETHERMTU macro
|
H A D | igb_main.c | 1367 MIN_MTU, MAX_MTU, DEFAULT_MTU); in igb_init_adapter() 2899 MIN_MTU, MAX_MTU, DEFAULT_MTU); in igb_get_conf()
|
/titanic_50/usr/src/uts/common/io/vioif/ |
H A D | vioif.c | 335 #define DEFAULT_MTU ETHERMTU macro
|