Searched refs:enq_tail (Results 1 – 6 of 6) sorted by relevance
40 uint16_t enq_tail; member
86 uint16_t enq_tail; member
125 qp->pend_q.enq_tail = 0; in ree_qp_create()347 pend_q->rid_queue[pend_q->enq_tail].rid = (uintptr_t)op; in ree_enqueue()348 pend_q->rid_queue[pend_q->enq_tail].user_id = op->user_id; in ree_enqueue()356 REE_MOD_INC(pend_q->enq_tail, OTX2_REE_DEFAULT_CMD_QLEN); in ree_enqueue()
233 qp->pend_q.enq_tail = 0; in otx2_cpt_qp_create()523 pend_q->req_queue[pend_q->enq_tail] = (uintptr_t)req; in otx2_cpt_enqueue_req()526 MOD_INC(pend_q->enq_tail, OTX2_CPT_DEFAULT_CMD_QLEN); in otx2_cpt_enqueue_req()
433 pqueue->req_queue[pqueue->enq_tail] = (uintptr_t)user_req; in otx_cpt_request_enqueue()436 MOD_INC(pqueue->enq_tail, DEFAULT_CMD_QLEN); in otx_cpt_request_enqueue()
574 cptvf->pqueue.enq_tail = 0; in otx_cpt_get_resource()