Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_vlan.c63 entry->action |= NIX_RX_ACTIONOP_DROP; in nix_set_rx_vlan_action()
437 vlan->def_rx_mcam_ent.action |= NIX_RX_ACTIONOP_DROP; in nix_vlan_handle_default_rx_entry()
H A Dotx2_flow_parse.c1045 flow->npc_action = NIX_RX_ACTIONOP_DROP; in otx2_flow_parse_actions()
1056 flow->npc_action = NIX_RX_ACTIONOP_DROP; in otx2_flow_parse_actions()
/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_nix.h421 #define NIX_RX_ACTIONOP_DROP (0x0ull) macro