Home
last modified time | relevance | path

Searched refs:get_rwqe_ptr (Results 1 – 16 of 16) sorted by relevance

/drivers/staging/rdma/ipath/
Dipath_srq.c79 wqe = get_rwqe_ptr(&srq->rq, wq->head); in ipath_post_srq_receive()
289 wqe = get_rwqe_ptr(&srq->rq, tail); in ipath_modify_srq()
Dipath_ud.c132 wqe = get_rwqe_ptr(rq, tail); in ipath_ud_loopback()
Dipath_verbs.h499 static inline struct ipath_rwqe *get_rwqe_ptr(struct ipath_rq *rq, in get_rwqe_ptr() function
Dipath_ruc.c204 wqe = get_rwqe_ptr(rq, tail); in ipath_get_rwqe()
Dipath_qp.c425 wc.wr_id = get_rwqe_ptr(&qp->r_rq, tail)->wr_id; in ipath_error_qp()
Dipath_verbs.c524 wqe = get_rwqe_ptr(&qp->r_rq, wq->head); in ipath_post_receive()
/drivers/staging/rdma/hfi1/
Dsrq.c96 wqe = get_rwqe_ptr(&srq->rq, wq->head); in hfi1_post_srq_receive()
302 wqe = get_rwqe_ptr(&srq->rq, tail); in hfi1_modify_srq()
Dverbs.h641 static inline struct hfi1_rwqe *get_rwqe_ptr(struct hfi1_rq *rq, unsigned n) in get_rwqe_ptr() function
Druc.c195 wqe = get_rwqe_ptr(rq, tail); in hfi1_get_rwqe()
Dqp.c529 wc.wr_id = get_rwqe_ptr(&qp->r_rq, tail)->wr_id; in hfi1_error_qp()
Dverbs.c565 wqe = get_rwqe_ptr(&qp->r_rq, wq->head); in post_receive()
/drivers/infiniband/hw/qib/
Dqib_srq.c79 wqe = get_rwqe_ptr(&srq->rq, wq->head); in qib_post_srq_receive()
285 wqe = get_rwqe_ptr(&srq->rq, tail); in qib_modify_srq()
Dqib_verbs.h630 static inline struct qib_rwqe *get_rwqe_ptr(struct qib_rq *rq, unsigned n) in get_rwqe_ptr() function
Dqib_ruc.c177 wqe = get_rwqe_ptr(rq, tail); in qib_get_rwqe()
Dqib_qp.c545 wc.wr_id = get_rwqe_ptr(&qp->r_rq, tail)->wr_id; in qib_error_qp()
Dqib_verbs.c547 wqe = get_rwqe_ptr(&qp->r_rq, wq->head); in qib_post_receive()