Lines Matching refs:wqe
57 struct ipath_rwqe *wqe; in ipath_post_srq_receive() local
79 wqe = get_rwqe_ptr(&srq->rq, wq->head); in ipath_post_srq_receive()
80 wqe->wr_id = wr->wr_id; in ipath_post_srq_receive()
81 wqe->num_sge = wr->num_sge; in ipath_post_srq_receive()
83 wqe->sg_list[i] = wr->sg_list[i]; in ipath_post_srq_receive()
286 struct ipath_rwqe *wqe; in ipath_modify_srq() local
289 wqe = get_rwqe_ptr(&srq->rq, tail); in ipath_modify_srq()
290 p->wr_id = wqe->wr_id; in ipath_modify_srq()
291 p->num_sge = wqe->num_sge; in ipath_modify_srq()
292 for (i = 0; i < wqe->num_sge; i++) in ipath_modify_srq()
293 p->sg_list[i] = wqe->sg_list[i]; in ipath_modify_srq()