Home
last modified time | relevance | path

Searched refs:PartnerOperKey (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c712 lacp->partner_info.key = htons(pl->PartnerOperKey); in fill_lacp_pdu()
1137 mac_str, portp->lp_lacp.PartnerOperKey, in lacp_misconfig_check()
1194 portp->lp_lacp.PartnerOperKey); in lacp_sel_ports_add()
1213 new_port->sp_partner_key = portp->lp_lacp.PartnerOperKey; in lacp_sel_ports_add()
1290 (pl->PartnerOperKey == 0)) { in lacp_selection_logic()
1295 (tpp->lp_lacp.PartnerOperKey != 0)) in lacp_selection_logic()
1321 (pl->PartnerOperKey != aggrp->aggr.PartnerOperAggrKey)) { in lacp_selection_logic()
1326 (tpp->lp_lacp.PartnerOperKey == in lacp_selection_logic()
1332 pl->PartnerOperKey; in lacp_selection_logic()
1379 aggrp->aggr.PartnerOperAggrKey = pl->PartnerOperKey; in lacp_selection_logic()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Daggr_lacp.h226 uint16_t PartnerOperKey; /* partner oper. key */ member