Searched refs:PKO_DQ_OP_BIT (Results 1 – 2 of 2) sorted by relevance
104 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()
24 #define PKO_DQ_OP_BIT 48 macro