Home
last modified time | relevance | path

Searched refs:NIX_RX_ACTIONOP_RSS (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_mcast.c104 action = NIX_RX_ACTIONOP_RSS; in nix_hw_update_mc_addr_list()
H A Dotx2_vlan.c54 action = NIX_RX_ACTIONOP_RSS; in nix_set_rx_vlan_action()
418 NIX_RX_ACTIONOP_RSS; in nix_vlan_handle_default_rx_entry()
H A Dotx2_flow.c276 flow->npc_action |= NIX_RX_ACTIONOP_RSS; in flow_program_rss_action()
295 if (flow->npc_action & NIX_RX_ACTIONOP_RSS) { in flow_free_rss_action()
/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_nix.h425 #define NIX_RX_ACTIONOP_RSS (0x4ull) macro