Lines Matching refs:s_txreq
33 ps->s_txreq = get_txreq(ps->dev, qp); in hfi1_make_uc_req()
34 if (!ps->s_txreq) in hfi1_make_uc_req()
58 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_uc_req()
60 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_uc_req()
66 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_uc_req()
68 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_uc_req()
228 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_uc_req()
229 ps->s_txreq->sde = priv->s_sde; in hfi1_make_uc_req()
230 ps->s_txreq->ss = &qp->s_sge; in hfi1_make_uc_req()
231 ps->s_txreq->s_cur_size = len; in hfi1_make_uc_req()
238 hfi1_put_txreq(ps->s_txreq); in hfi1_make_uc_req()
239 ps->s_txreq = NULL; in hfi1_make_uc_req()
243 hfi1_put_txreq(ps->s_txreq); in hfi1_make_uc_req()
246 ps->s_txreq = NULL; in hfi1_make_uc_req()