Searched refs:num_rqe_to_fill (Results 1 – 2 of 2) sorted by relevance
221 funq->num_rqe_to_fill++; in fun_rq_update_pos()342 if (funq->num_rqe_to_fill) { in fun_process_cq()343 funq->rq_tail = (funq->rq_tail + funq->num_rqe_to_fill) % in fun_process_cq()345 funq->num_rqe_to_fill = 0; in fun_process_cq()
60 u16 num_rqe_to_fill; member