Lines Matching refs:head
109 static int rtrs_post_send(struct ib_qp *qp, struct ib_send_wr *head,
112 if (head) {
113 struct ib_send_wr *next = head;
119 head = wr;
125 return ib_post_send(qp, head, NULL);
129 struct ib_send_wr *head)
150 return rtrs_post_send(con->qp, head, &wr, NULL);
158 struct ib_send_wr *head,
183 return rtrs_post_send(con->qp, head, &wr.wr, tail);
190 struct ib_send_wr *head)
207 return rtrs_post_send(con->qp, head, &wr.wr, NULL);