Home
last modified time | relevance | path

Searched refs:state_mask (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c379 uint32_t state_mask; in ipn3ke_pmd_tm_node_type_get() local
390 state_mask = 0; in ipn3ke_pmd_tm_node_type_get()
620 uint32_t state_mask; in ipn3ke_tm_node_capabilities_get() local
631 state_mask = 0; in ipn3ke_tm_node_capabilities_get()
1220 state_mask = 0; in ipn3ke_tm_node_add()
1233 state_mask = 0; in ipn3ke_tm_node_add()
1240 state_mask); in ipn3ke_tm_node_add()
1383 uint32_t state_mask; in ipn3ke_pmd_tm_node_delete() local
1402 state_mask = 0; in ipn3ke_pmd_tm_node_delete()
1426 state_mask = 0; in ipn3ke_pmd_tm_node_delete()
[all …]
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c334 uint8_t state_mask = STATE_LACP_ACTIVE | STATE_LACP_SHORT_TIMEOUT | in rx_machine() local
337 if (((port->actor_state ^ lacp->partner.state) & state_mask) || in rx_machine()
460 const uint8_t state_mask = STATE_SYNCHRONIZATION | STATE_DISTRIBUTING | in mux_machine() local
467 (port->actor_state & state_mask) != 0)) { in mux_machine()
469 port->actor_state &= ~state_mask; in mux_machine()
/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_npc.h282 uint8_t state_mask; member