Lines Matching refs:s_txreq
324 ps->s_txreq->hdr_dwords = 7;
326 ps->s_txreq->hdr_dwords++;
329 grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh;
330 ps->s_txreq->hdr_dwords +=
332 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS,
335 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth;
338 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth;
366 len = ps->s_txreq->hdr_dwords + nwords;
369 ps->s_txreq->phdr.hdr.hdr_type = HFI1_PKT_TYPE_9B;
370 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh,
399 ps->s_txreq->hdr_dwords = 6;
403 ps->s_txreq->hdr_dwords = 9;
405 ps->s_txreq->hdr_dwords++;
409 extra_bytes = hfi1_get_16b_padding((ps->s_txreq->hdr_dwords << 2),
426 grh = &ps->s_txreq->phdr.hdr.opah.u.l.grh;
427 ps->s_txreq->hdr_dwords += hfi1_make_grh(
429 ps->s_txreq->hdr_dwords - LRH_16B_DWORDS,
431 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth;
434 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth;
454 hfi1_16B_set_qpn(&ps->s_txreq->phdr.hdr.opah.u.mgmt,
460 len = (ps->s_txreq->hdr_dwords + nwords) >> 1;
463 ps->s_txreq->phdr.hdr.hdr_type = HFI1_PKT_TYPE_16B;
464 hfi1_make_16b_hdr(&ps->s_txreq->phdr.hdr.opah,
486 ps->s_txreq = get_txreq(ps->dev, qp);
487 if (!ps->s_txreq)
550 ps->s_txreq->s_cur_size = wqe->length;
551 ps->s_txreq->ss = &qp->s_sge;
563 ps->s_txreq->sde = priv->s_sde;
565 ps->s_txreq->psc = priv->s_sendcontext;
574 hfi1_put_txreq(ps->s_txreq);
575 ps->s_txreq = NULL;
579 hfi1_put_txreq(ps->s_txreq);
582 ps->s_txreq = NULL;