Searched refs:lp_mux_state (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/net/
H A Dieee8023ad_lacp.c1388 lp->lp_mux_state, selected, p_sync, p_collecting);
1392 KASSERT(lp->lp_mux_state == LACP_MUX_DETACHED || la != NULL,
1394 new_state = lp->lp_mux_state;
1395 switch (lp->lp_mux_state) {
1436 if (lp->lp_mux_state == new_state) {
1449 if (lp->lp_mux_state == new_state) {
1490 LACP_DPRINTF((lp, "mux_state %d -> %d\n", lp->lp_mux_state, new_state));
1492 lp->lp_mux_state = new_state;
H A Dieee8023ad_lacp.h217 enum lacp_mux_state lp_mux_state; member in struct:lacp_port

Completed in 151 milliseconds