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

/freebsd-13-stable/sys/net/
H A Dieee8023ad_lacp.c1522 lp->lp_mux_state, selected, p_sync, p_collecting);
1526 KASSERT(lp->lp_mux_state == LACP_MUX_DETACHED || la != NULL,
1528 new_state = lp->lp_mux_state;
1529 switch (lp->lp_mux_state) {
1570 if (lp->lp_mux_state == new_state) {
1583 if (lp->lp_mux_state == new_state) {
1624 LACP_DPRINTF((lp, "mux_state %d -> %d\n", lp->lp_mux_state, new_state));
1626 lp->lp_mux_state = new_state;
H A Dieee8023ad_lacp.h226 enum lacp_mux_state lp_mux_state; member in struct:lacp_port

Completed in 84 milliseconds