Home
last modified time | relevance | path

Searched refs:MTU (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/io/e1000api/
H A DREADME.new173 Transport Unit (MTU) frame size above its default of 1500 bytes.
175 The Jumbo Frames MTU range for Intel Adapters is 1500 to 16110. To modify
180 To confirm the MTU used between two specific devices, use:
188 - To enable Jumbo Frames, increase the MTU size on the interface beyond
192 larger than that of the MTU.
194 - The maximum MTU setting for Jumbo Frames is 16110. This value coincides
198 limit of 9238 bytes, with a corresponding MTU size limit of 9216 bytes.
H A DREADME47 problem with default MTU size of 2024.
70 MTU size of 2024.
129 …rnet sdu from 2024 to 1500, as driver could be configured for invalid frame MTU sizes in Solaris 9.
158 2) Corrections to MTU size calculations first introduced
160 MTU size calculations.
663 6812227 e1000g(intel 82571 adapter) must support MTU size of 9216
767 6965855 e1000g(intel 82571 adapter) needs to support MTU size of 9000
/titanic_41/usr/src/uts/common/sys/ib/mgt/
H A Dsa_recs.h558 uint8_t MTU :6; member
581 uint8_t MTU :6; member
/titanic_41/usr/src/uts/common/io/e1000g/
H A DREADME47 problem with default MTU size of 2024.
70 MTU size of 2024.
129 …rnet sdu from 2024 to 1500, as driver could be configured for invalid frame MTU sizes in Solaris 9.
158 2) Corrections to MTU size calculations first introduced
160 MTU size calculations.
663 6812227 e1000g(intel 82571 adapter) must support MTU size of 9216
767 6965855 e1000g(intel 82571 adapter) needs to support MTU size of 9000
/titanic_41/usr/src/lib/libslp/etc/
H A Dslp.conf.example175 # send (MTU), in bytes. Default is 1400. This example changes it to
177 # net.slp.MTU=1500
/titanic_41/usr/src/cmd/cmd-inet/etc/dhcp/
H A Dinittab63 MTU STANDARD, 26, UNUMBER16, 1, 1, sdmi
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties144 buffer_overflow = Message size of {0} bytes exceeds network MTU size of {1} bytes
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c4985 mcg_req.MTU = mcg_arg->mcg_attr.mc_mtu_req.r_mtu; in ibcm_process_join_mcg()
5090 mcg_info_p->mc_mtu = mcg_resp->MTU; in ibcm_process_join_mcg()
5408 mcg_req.MTU = mcg_attr->mc_mtu_req.r_mtu; in ibt_query_mcg()
5577 mcg_infop[i].mc_mtu = mcg_resp->MTU; in ibt_query_mcg()
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME151 the maximum MTU) and its connections to DHCP-related state (the
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c2743 (void) printf("%8d%c ", rtm->rtm_rmx.rmx_mtu, lock(MTU)); in print_getmsg()