res_head          211 drivers/infiniband/sw/rxe/rxe_loc.h 	qp->resp.res_head++;
res_head          212 drivers/infiniband/sw/rxe/rxe_loc.h 	if (unlikely(qp->resp.res_head == qp->attr.max_dest_rd_atomic))
res_head          213 drivers/infiniband/sw/rxe/rxe_loc.h 		qp->resp.res_head = 0;
res_head          127 drivers/infiniband/sw/rxe/rxe_qp.c 	qp->resp.res_head = 0;
res_head          675 drivers/infiniband/sw/rxe/rxe_resp.c 		res = &qp->resp.resources[qp->resp.res_head];
res_head          998 drivers/infiniband/sw/rxe/rxe_resp.c 	res = &qp->resp.resources[qp->resp.res_head];
res_head          229 drivers/infiniband/sw/rxe/rxe_verbs.h 	unsigned int		res_head;