Lines Matching refs:selected
232 portp->lp_lacp.sm.selected = AGGR_SELECTED;
247 portp->lp_lacp.sm.selected = AGGR_UNSELECTED;
780 if ((pl->sm.selected == AGGR_SELECTED) ||
781 (pl->sm.selected == AGGR_STANDBY)) {
788 if (pl->sm.selected == AGGR_UNSELECTED) {
793 if ((pl->sm.selected == AGGR_SELECTED) && aggrp->aggr.ready) {
800 if ((pl->sm.selected == AGGR_UNSELECTED) ||
801 (pl->sm.selected == AGGR_STANDBY)) {
806 if ((pl->sm.selected == AGGR_SELECTED) &&
814 if ((pl->sm.selected == AGGR_UNSELECTED) ||
815 (pl->sm.selected == AGGR_STANDBY) ||
1132 portp->lp_lacp.sm.selected = AGGR_UNSELECTED;
1148 * Remove the specified port from the list of selected ports.
1176 * Add the specified port to the list of selected ports. Returns B_FALSE
1224 * Sets the selected variable on a per port basis
1261 "selected %d-->%d (begin=%d, lacp_enabled = %d, "
1262 "lp_state=%d)\n", portp->lp_linkid, pl->sm.selected,
1273 * If LACP is not enabled then selected is never set.
1276 AGGR_LACP_DBG(("lacp_selection_logic:(%d): selected %d-->%d\n",
1277 portp->lp_linkid, pl->sm.selected, AGGR_UNSELECTED));
1416 /* If we get to here, automatically set selected */
1417 if (pl->sm.selected != AGGR_SELECTED) {
1419 "selected %d-->%d\n", portp->lp_linkid,
1420 pl->sm.selected, AGGR_SELECTED));
1427 * From this point onward we have selected the port
1910 "selected %d-->%d\n", portp->lp_linkid, pl->sm.selected,
1942 "selected %d-->%d\n", portp->lp_linkid,
1943 pl->sm.selected, AGGR_UNSELECTED));