Home
last modified time | relevance | path

Searched refs:lp_link_duplex (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c233 port->lp_link_duplex = LINK_DUPLEX_UNKNOWN; in aggr_port_create()
367 if (port->lp_link_duplex != link_duplex) { in aggr_port_notify_link()
369 do_attach |= (port->lp_link_duplex != LINK_DUPLEX_FULL); in aggr_port_notify_link()
371 do_detach |= (port->lp_link_duplex == LINK_DUPLEX_FULL); in aggr_port_notify_link()
373 port->lp_link_duplex = link_duplex; in aggr_port_notify_link()
H A Daggr_grp.c353 port->lp_link_duplex != LINK_DUPLEX_FULL) { in aggr_grp_attach_port()
/illumos-gate/usr/src/uts/common/sys/
H A Daggr_impl.h146 link_duplex_t lp_link_duplex; member