Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_port.c232 port->lp_link_duplex = LINK_DUPLEX_UNKNOWN; in aggr_port_create()
365 if (port->lp_link_duplex != link_duplex) { in aggr_port_notify_link()
367 do_attach |= (port->lp_link_duplex != LINK_DUPLEX_FULL); in aggr_port_notify_link()
369 do_detach |= (port->lp_link_duplex == LINK_DUPLEX_FULL); in aggr_port_notify_link()
371 port->lp_link_duplex = link_duplex; in aggr_port_notify_link()
H A Daggr_grp.c320 port->lp_link_duplex != LINK_DUPLEX_FULL) { in aggr_grp_attach_port()
/titanic_41/usr/src/uts/common/sys/
H A Daggr_impl.h120 link_duplex_t lp_link_duplex; member