/titanic_41/usr/src/stand/lib/inet/ |
H A D | ethernet_inet.h | 38 #define ETHERSIZE (ETHERMTU + 50) /* Usually a little bigger than 1500 */
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_rx.c | 276 if (Adapter->default_mtu > ETHERMTU) in e1000g_rx_setup() 320 if (Adapter->default_mtu > ETHERMTU) { in e1000g_rx_setup() 331 (Adapter->default_mtu > ETHERMTU)) { in e1000g_rx_setup() 350 boolean_t enable_jumbo = (Adapter->default_mtu > ETHERMTU ? in e1000g_rx_setup()
|
H A D | README | 57 > if (Adapter->Shared.max_frame_size == ETHERMTU) { 84 > Adapter->Shared.max_frame_size = ETHERMTU; 88 > Adapter->Shared.max_frame_size = ETHERMTU;
|
H A D | e1000g_sw.h | 272 #define DEFAULT_MTU ETHERMTU
|
/titanic_41/usr/src/lib/libbc/inc/include/netinet/ |
H A D | if_ether.h | 53 #define ETHERMTU 1500 macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ethernet.h | 110 #define ETHERMTU (1500) /* max frame w/o header or fcs */ macro
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge_main.c | 1003 DDI_PROP_DONTPASS, default_mtu, ETHERMTU); in nge_get_props() 1005 ngep->default_mtu = ETHERMTU; in nge_get_props() 1016 if (ngep->default_mtu > ETHERMTU && in nge_get_props() 1045 ngep->default_mtu = ETHERMTU; in nge_get_props() 1052 ngep->default_mtu = ETHERMTU; in nge_get_props() 1617 if (new_mtu < ETHERMTU || in nge_m_setprop() 1622 if ((new_mtu > ETHERMTU) && in nge_m_setprop() 1633 if (ngep->default_mtu > ETHERMTU && in nge_m_setprop() 1662 ngep->default_mtu = ETHERMTU; in nge_m_setprop() 1669 ngep->default_mtu = ETHERMTU; in nge_m_setprop() [all …]
|
/titanic_41/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_ether.c | 394 if (sap <= ETHERMTU) { in mac_ether_sap_verify() 451 hdr_info->mhi_bindsap = (ether_type > ETHERMTU) ? in mac_ether_header_info()
|
H A D | mac_wifi.c | 169 if (sap <= ETHERMTU) { in mac_wifi_sap_verify()
|
/titanic_41/usr/src/uts/common/io/rge/ |
H A D | rge_chip.c | 748 if (rgep->default_mtu > ETHERMTU) { in rge_chip_ident() 751 rgep->default_mtu = ETHERMTU; in rge_chip_ident() 762 if (rgep->default_mtu < ETHERMTU || rgep->default_mtu > RGE_JUMBO_MTU) in rge_chip_ident() 763 rgep->default_mtu = ETHERMTU; in rge_chip_ident() 764 if (rgep->default_mtu > ETHERMTU) { in rge_chip_ident() 964 if (rgep->default_mtu > ETHERMTU) { in rge_chip_init() 1423 opt_pkts = (1000*1000*1000/8)/ETHERMTU/CLK_TICK; in rge_intr() 1425 opt_pkts = (100*1000*1000/8)/ETHERMTU/CLK_TICK; in rge_intr()
|
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_main.c | 661 mac_prop_info_set_range_uint32(prh, ETHERMTU, ETHERMTU); in eib_m_propinfo() 835 macp->m_max_sdu = ETHERMTU; in eib_register_with_mac()
|
/titanic_41/usr/src/uts/common/io/yge/ |
H A D | yge.c | 945 port->p_mtu = ETHERMTU; in yge_init_port() 2386 if (port->p_mtu > ETHERMTU) in yge_set_tx_stfwd() 2395 if (port->p_mtu > ETHERMTU) { in yge_set_tx_stfwd() 2425 if (port->p_mtu < ETHERMTU) in yge_start_port() 2426 port->p_framesize = ETHERMTU; in yge_start_port() 2474 if (port->p_mtu > ETHERMTU) in yge_start_port() 3272 if (new_mtu < ETHERMTU) { in yge_m_setprop() 3279 ETHERMTU : YGE_JUMBO_MTU)) { in yge_m_setprop() 3358 mac_prop_info_set_range_uint32(prh, ETHERMTU, in yge_m_propinfo() 3360 ETHERMTU : YGE_JUMBO_MTU); in yge_m_propinfo()
|
/titanic_41/usr/src/uts/common/io/bfe/ |
H A D | bfe.h | 46 #define BFE_MTU ETHERMTU
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | vsw_ldc.h | 193 #define VSW_MAX_COOKIES ((ETHERMTU >> MMU_PAGESHIFT) + 2)
|
/titanic_41/usr/src/uts/common/io/chxge/ |
H A D | ch.h | 51 #define CHMAXPSZ ETHERMTU /* max packet size */
|
/titanic_41/usr/src/uts/sun/io/eri/ |
H A D | eri_mac.h | 747 #define BMAC_MAX_FRAME_SIZE (ETHERMTU + 18 + 4) /* enet + vlan */
|
/titanic_41/usr/src/uts/common/io/atge/ |
H A D | atge_main.c | 1137 atgep->atge_mtu = ETHERMTU; in atge_attach() 2100 if (atgep->atge_mtu < ETHERMTU) in atge_device_start() 2101 atgep->atge_max_frame_size = ETHERMTU; in atge_device_start() 2149 if (atgep->atge_mtu < ETHERMTU) in atge_device_start()
|
/titanic_41/usr/src/uts/common/io/vr/ |
H A D | vr.c | 380 macreg->m_max_sdu = ETHERMTU; in vr_attach() 727 vrp->param.mtu = ETHERMTU; in vr_param_init() 3357 ETHERMTU, ETHERMTU); in vr_mac_propinfo() 3521 if (val >= ETHERMIN && val <= ETHERMTU) in vr_mac_setprop()
|
/titanic_41/usr/src/uts/common/io/i40e/ |
H A D | i40e_sw.h | 126 #define I40E_DEF_MTU ETHERMTU
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw.c | 1779 if (vswp->mtu < ETHERMTU || vswp->mtu > VNET_MAX_MTU) { in vsw_get_initial_md_properties() 1780 vswp->mtu = ETHERMTU; in vsw_get_initial_md_properties() 2252 if (mtu >= ETHERMTU && mtu <= VNET_MAX_MTU) { in vsw_update_md_prop()
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_sw.h | 152 #define DEFAULT_MTU ETHERMTU
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_sw.h | 155 #define DEFAULT_MTU ETHERMTU
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_dlpi.c | 298 ((sap <= ETHERMTU) && sap && (type <= ETHERMTU))? 1 : 0)) 1618 if ((sap <= ETHERMTU) || (stp->ss_sap == 0))
|
/titanic_41/usr/src/uts/common/io/ |
H A D | gldutil.c | 266 if (typelen > ETHERMTU) { in gld_interpret_ether() 364 if (typelen <= ETHERMTU) in gld_unitdata_ether() 501 if (typelen <= ETHERMTU) in gld_fastpath_ether()
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | README | 57 > if (Adapter->Shared.max_frame_size == ETHERMTU) { 84 > Adapter->Shared.max_frame_size = ETHERMTU; 88 > Adapter->Shared.max_frame_size = ETHERMTU;
|