Searched refs:PARTNER_STATE (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_8023ad.c | 306 (ACTOR_STATE(port, AGGREGATION) != PARTNER_STATE(port, AGGREGATION) in rx_machine() 344 PARTNER_STATE(port, AGGREGATION)) in rx_machine() 346 else if (!PARTNER_STATE(port, AGGREGATION) && ACTOR_STATE(port, in rx_machine() 399 PARTNER_STATE(port, LACP_ACTIVE); in periodic_machine() 415 is_partner_fast = PARTNER_STATE(port, LACP_SHORT_TIMEOUT); in periodic_machine() 496 !PARTNER_STATE(port, SYNCHRONIZATION)) { in mux_machine() 516 if (PARTNER_STATE(port, SYNCHRONIZATION)) { in mux_machine() 525 if (PARTNER_STATE(port, COLLECTING)) { in mux_machine() 535 if (!PARTNER_STATE(port, COLLECTING)) { in mux_machine()
|
| H A D | eth_bond_8023ad_private.h | 82 #define PARTNER_STATE(_p, _f) (!!CHECK_FLAGS((_p)->partner_state, STATE_ ## _f)) macro
|