Searched refs:actor_state (Results 1 – 4 of 4) sorted by relevance
78 #define ACTOR_STATE(_p, _f) (!!CHECK_FLAGS((_p)->actor_state, STATE_ ## _f))79 #define ACTOR_STATE_SET(_p, _f) SET_FLAGS((_p)->actor_state, STATE_ ## _f)80 #define ACTOR_STATE_CLR(_p, _f) CLEAR_FLAGS((_p)->actor_state, STATE_ ## _f)92 uint8_t actor_state; member
337 if (((port->actor_state ^ lacp->partner.state) & state_mask) || in rx_machine()467 (port->actor_state & state_mask) != 0)) { in mux_machine()469 port->actor_state &= ~state_mask; in mux_machine()508 RTE_ASSERT((port->actor_state & (STATE_COLLECTING | in mux_machine()609 lacpdu->actor.state = port->actor_state; in tx_machine()1068 port->actor_state = STATE_AGGREGATION | STATE_LACP_ACTIVE | STATE_DEFAULTED; in bond_mode_8023ad_activate_slave()1537 info->actor_state = port->actor_state; in rte_eth_bond_8023ad_slave_info()
146 uint8_t actor_state; member
6165 if ((info->actor_state >> i) & 1) in lacp_slave_info_show()