Searched refs:lp_link_duplex (Results 1 – 3 of 3) sorted by relevance
232 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()
320 port->lp_link_duplex != LINK_DUPLEX_FULL) { in aggr_grp_attach_port()
120 link_duplex_t lp_link_duplex; member