Lines Matching refs:tpp
1241 aggr_port_t *tpp;
1292 for (tpp = aggrp->lg_ports; tpp; tpp = tpp->lp_next) {
1293 if (ether_cmp(&tpp->lp_lacp.PartnerOperSystem,
1295 (tpp->lp_lacp.PartnerOperKey != 0))
1303 if (tpp == NULL) {
1323 for (tpp = aggrp->lg_ports; tpp; tpp = tpp->lp_next) {
1324 if (ether_cmp(&tpp->lp_lacp.PartnerOperSystem,
1326 (tpp->lp_lacp.PartnerOperKey ==
1337 if (tpp == NULL) {
1386 for (tpp = aggrp->lg_ports; tpp; tpp =
1387 tpp->lp_next) {
1388 if (tpp == portp)
1390 if (ether_cmp(&tpp->lp_lacp.PartnerOperSystem,
1392 (tpp->lp_lacp.PartnerOperKey ==
1394 lacp_selection_logic(tpp);
1447 for (tpp = aggrp->lg_ports; tpp; tpp = tpp->lp_next) {
1448 if (((tpp->lp_lacp.sm.mux_state == LACP_WAITING) ||
1449 tpp->lp_lacp.sm.begin) &&
1450 !tpp->lp_lacp.PartnerOperPortState.bit.sync) {
1453 if (!tpp->lp_lacp.sm.ready_n) {
1455 aggr_port_t *, tpp);
1471 for (tpp = aggrp->lg_ports; tpp; tpp = tpp->lp_next)
1472 lacp_mux_sm(tpp);