Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c936 port->p_flags |= PORT_FLAG_NOJUMBO; in yge_init_port()
3278 if (new_mtu > (port->p_flags & PORT_FLAG_NOJUMBO ? in yge_m_setprop()
3359 port->p_flags & PORT_FLAG_NOJUMBO ? in yge_m_propinfo()
H A Dyge.h2244 #define PORT_FLAG_NOJUMBO 0x0020 macro