Lines Matching refs:s_txreq
348 grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh; in hfi1_make_ud_req_9B()
353 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_ud_req_9B()
356 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_ud_req_9B()
387 ps->s_txreq->phdr.hdr.hdr_type = HFI1_PKT_TYPE_9B; in hfi1_make_ud_req_9B()
388 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh, in hfi1_make_ud_req_9B()
430 grh = &ps->s_txreq->phdr.hdr.opah.u.l.grh; in hfi1_make_ud_req_16B()
433 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_ud_req_16B()
436 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_ud_req_16B()
458 ps->s_txreq->phdr.hdr.hdr_type = HFI1_PKT_TYPE_16B; in hfi1_make_ud_req_16B()
459 hfi1_make_16b_hdr(&ps->s_txreq->phdr.hdr.opah, in hfi1_make_ud_req_16B()
481 ps->s_txreq = get_txreq(ps->dev, qp); in hfi1_make_ud_req()
482 if (!ps->s_txreq) in hfi1_make_ud_req()
547 ps->s_txreq->s_cur_size = wqe->length; in hfi1_make_ud_req()
548 ps->s_txreq->ss = &qp->s_sge; in hfi1_make_ud_req()
560 ps->s_txreq->sde = priv->s_sde; in hfi1_make_ud_req()
562 ps->s_txreq->psc = priv->s_sendcontext; in hfi1_make_ud_req()
568 ps->s_txreq->hdr_dwords = qp->s_hdrwords + 2; in hfi1_make_ud_req()
573 hfi1_put_txreq(ps->s_txreq); in hfi1_make_ud_req()
574 ps->s_txreq = NULL; in hfi1_make_ud_req()
578 hfi1_put_txreq(ps->s_txreq); in hfi1_make_ud_req()
581 ps->s_txreq = NULL; in hfi1_make_ud_req()