Searched refs:rtn (Results 1 – 1 of 1) sorted by relevance
79 uint64_t rtn; in octeontx_pko_dq_open() local101 rtn = octeontx_reg_ldadd_u64(vf_bar0 + reg_off, 0); in octeontx_pko_dq_open()104 if (((rtn >> PKO_DQ_OP_BIT) & 0x3) != 0x1) in octeontx_pko_dq_open()107 switch (rtn >> PKO_DQ_STATUS_BIT) { in octeontx_pko_dq_open()118 return rtn & ((1ull << PKO_DQ_OP_BIT) - 1); in octeontx_pko_dq_open()130 uint64_t rtn; in octeontx_pko_dq_close() local141 rtn = octeontx_reg_ldadd_u64(vf_bar0 + reg_off, 0); in octeontx_pko_dq_close()144 if (((rtn >> PKO_DQ_OP_BIT) & 0x3) != 0x2) in octeontx_pko_dq_close()147 switch (rtn >> PKO_DQ_STATUS_BIT) { in octeontx_pko_dq_close()155 res = rtn & ((1ull << PKO_DQ_OP_BIT) - 1); /* DEPTH */ in octeontx_pko_dq_close()