Lines Matching refs:head
69 next = wq->head + 1; in ipath_post_srq_receive()
79 wqe = get_rwqe_ptr(&srq->rq, wq->head); in ipath_post_srq_receive()
86 wq->head = next; in ipath_post_srq_receive()
175 srq->rq.wq->head = 0; in ipath_create_srq()
226 u32 sz, size, n, head, tail; in ipath_modify_srq() local
268 head = owq->head; in ipath_modify_srq()
269 if (head >= srq->rq.size) in ipath_modify_srq()
270 head = 0; in ipath_modify_srq()
274 n = head; in ipath_modify_srq()
285 while (tail != head) { in ipath_modify_srq()
301 wq->head = n; in ipath_modify_srq()