Searched refs:ACTOR_STATE (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_8023ad.c | 305 if (!ACTOR_STATE(port, DEFAULTED) && in rx_machine() 343 if (match == true && ACTOR_STATE(port, AGGREGATION) == in rx_machine() 352 if (ACTOR_STATE(port, LACP_SHORT_TIMEOUT)) in rx_machine() 398 uint8_t active = ACTOR_STATE(port, LACP_ACTIVE) || in periodic_machine() 495 if ((ACTOR_STATE(port, DISTRIBUTING) || ACTOR_STATE(port, COLLECTING)) && in mux_machine() 506 if (!ACTOR_STATE(port, SYNCHRONIZATION)) { in mux_machine() 514 } else if (!ACTOR_STATE(port, COLLECTING)) { in mux_machine() 521 } else if (ACTOR_STATE(port, COLLECTING)) { in mux_machine() 524 if (!ACTOR_STATE(port, DISTRIBUTING)) { in mux_machine() 1601 return ACTOR_STATE(port, DISTRIBUTING); in rte_eth_bond_8023ad_ext_distrib_get() [all …]
|
| H A D | eth_bond_8023ad_private.h | 78 #define ACTOR_STATE(_p, _f) (!!CHECK_FLAGS((_p)->actor_state, STATE_ ## _f)) macro
|
| H A D | rte_eth_bond_pmd.c | 313 collecting = ACTOR_STATE(&bond_mode_8023ad_ports[slaves[idx]], in rx_burst_8023ad() 1269 if (ACTOR_STATE(port, DISTRIBUTING)) in tx_burst_8023ad()
|