Lines Matching refs:s_txreq
282 ps->s_txreq->hdr_dwords = 7;
284 ps->s_txreq->hdr_dwords++;
287 grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh;
288 ps->s_txreq->hdr_dwords +=
290 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS,
293 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth;
296 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth;
324 len = ps->s_txreq->hdr_dwords + nwords;
327 ps->s_txreq->phdr.hdr.hdr_type = HFI1_PKT_TYPE_9B;
328 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh,
357 ps->s_txreq->hdr_dwords = 6;
361 ps->s_txreq->hdr_dwords = 9;
363 ps->s_txreq->hdr_dwords++;
367 extra_bytes = hfi1_get_16b_padding((ps->s_txreq->hdr_dwords << 2),
384 grh = &ps->s_txreq->phdr.hdr.opah.u.l.grh;
385 ps->s_txreq->hdr_dwords += hfi1_make_grh(
387 ps->s_txreq->hdr_dwords - LRH_16B_DWORDS,
389 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth;
392 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth;
412 hfi1_16B_set_qpn(&ps->s_txreq->phdr.hdr.opah.u.mgmt,
418 len = (ps->s_txreq->hdr_dwords + nwords) >> 1;
421 ps->s_txreq->phdr.hdr.hdr_type = HFI1_PKT_TYPE_16B;
422 hfi1_make_16b_hdr(&ps->s_txreq->phdr.hdr.opah,
445 ps->s_txreq = get_txreq(ps->dev, qp);
446 if (!ps->s_txreq)
509 ps->s_txreq->s_cur_size = wqe->length;
510 ps->s_txreq->ss = &qp->s_sge;
522 ps->s_txreq->sde = priv->s_sde;
524 ps->s_txreq->psc = priv->s_sendcontext;
533 hfi1_put_txreq(ps->s_txreq);
534 ps->s_txreq = NULL;
538 hfi1_put_txreq(ps->s_txreq);
541 ps->s_txreq = NULL;