Lines Matching refs:s_txreq
74 ps->s_txreq = get_txreq(ps->dev, qp); in hfi1_make_uc_req()
75 if (!ps->s_txreq) in hfi1_make_uc_req()
99 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_uc_req()
101 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_uc_req()
107 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_uc_req()
109 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_uc_req()
269 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_uc_req()
270 ps->s_txreq->sde = priv->s_sde; in hfi1_make_uc_req()
271 ps->s_txreq->ss = &qp->s_sge; in hfi1_make_uc_req()
272 ps->s_txreq->s_cur_size = len; in hfi1_make_uc_req()
279 hfi1_put_txreq(ps->s_txreq); in hfi1_make_uc_req()
280 ps->s_txreq = NULL; in hfi1_make_uc_req()
284 hfi1_put_txreq(ps->s_txreq); in hfi1_make_uc_req()
287 ps->s_txreq = NULL; in hfi1_make_uc_req()