Home
last modified time | relevance | path

Searched refs:PKO_VF_DQ_OP_SEND (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx/base/
H A Docteontx_pkovf.h32 #define PKO_VF_DQ_OP_SEND(gdq, op) (0x001000 | (gdq) << 17 | (op) << 3) macro
H A Docteontx_pkovf.c408 + PKO_VF_DQ_OP_SEND((dq), 0)); in octeontx_pko_channel_query()