Home | History | Annotate | Download | only in ena-com

Lines Matching refs:q_depth

43 	head_masked = io_cq->head & (io_cq->q_depth - 1);
63 if (unlikely((io_cq->head & (io_cq->q_depth - 1)) == 0))
72 tail_masked = io_sq->tail & (io_sq->q_depth - 1);
87 dst_tail_mask = io_sq->tail & (io_sq->q_depth - 1);
103 if (unlikely((io_sq->tail & (io_sq->q_depth - 1)) == 0))
221 if (unlikely((io_sq->tail & (io_sq->q_depth - 1)) == 0))
228 idx &= (io_cq->q_depth - 1);
256 head_masked = io_cq->head & (io_cq->q_depth - 1);
599 masked_head = io_cq->head & (io_cq->q_depth - 1);
614 if (unlikely(cdesc->req_id >= io_cq->q_depth)) {