HomeSort by: relevance | last modified time | path
    Searched refs:lp_mux_state (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/agr/
ieee8023ad_lacp_sm_mux.c 60 /* LACP_DPRINTF((lp, "%s: state %d\n", __func__, lp->lp_mux_state)); */
64 KASSERT(lp->lp_mux_state == LACP_MUX_DETACHED || la != NULL);
65 new_state = lp->lp_mux_state;
66 switch (lp->lp_mux_state) {
104 if (lp->lp_mux_state == new_state) {
145 LACP_DPRINTF((lp, "mux_state %d -> %d\n", lp->lp_mux_state, new_state));
147 lp->lp_mux_state = new_state;
ieee8023ad_lacp_impl.h 93 enum lacp_mux_state lp_mux_state; member in struct:lacp_port
  /src/sys/net/lagg/
if_lagg_lacp.c 123 enum lacp_mux_state lp_mux_state; member in struct:lacp_port
1824 lacpp->lp_mux_state = LACP_MUX_INIT;
2247 if (lacpp->lp_mux_state == new_state)
2295 lacpp->lp_mux_state, new_state));
2297 lacpp->lp_mux_state = new_state;
2314 next_state = lacpp->lp_mux_state;
2318 lacpp->lp_mux_state == LACP_MUX_DETACHED);
2320 switch (lacpp->lp_mux_state) {

Completed in 422 milliseconds