Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_npc_mcam_dump.c360 (uint64_t)NIX_RX_ACTIONOP_DROP); in npc_flow_dump_tx_action()
409 case NIX_RX_ACTIONOP_DROP: in npc_flow_dump_rx_action()
411 (uint64_t)NIX_RX_ACTIONOP_DROP); in npc_flow_dump_rx_action()
H A Droc_npc.c596 flow->npc_action = NIX_RX_ACTIONOP_DROP; in npc_parse_actions()
/dpdk/drivers/common/cnxk/hw/
H A Dnix.h613 #define NIX_RX_ACTIONOP_DROP (0x0ull) macro