Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx/base/
H A Docteontx_pkovf.c104 if (((rtn >> PKO_DQ_OP_BIT) & 0x3) != 0x1) in octeontx_pko_dq_open()
118 return rtn & ((1ull << PKO_DQ_OP_BIT) - 1); in octeontx_pko_dq_open()
144 if (((rtn >> PKO_DQ_OP_BIT) & 0x3) != 0x2) in octeontx_pko_dq_close()
155 res = rtn & ((1ull << PKO_DQ_OP_BIT) - 1); /* DEPTH */ in octeontx_pko_dq_close()
H A Docteontx_pkovf.h24 #define PKO_DQ_OP_BIT 48 macro