Searched refs:lp_link_state (Results 1 – 3 of 3) sorted by relevance
230 port->lp_link_state = LINK_STATE_UNKNOWN; in aggr_port_create()355 if (port->lp_link_state != link_state) { in aggr_port_notify_link()357 do_attach = (port->lp_link_state != LINK_STATE_UP); in aggr_port_notify_link()359 do_detach = (port->lp_link_state == LINK_STATE_UP); in aggr_port_notify_link()361 port->lp_link_state = link_state; in aggr_port_notify_link()
319 port->lp_link_state != LINK_STATE_UP || in aggr_grp_attach_port()
119 link_state_t lp_link_state; member