Lines Matching refs:s_txreq
285 (ps->s_txreq->hdr_dwords << 2),
286 ps->s_txreq->s_cur_size);
287 u32 nwords = SIZE_OF_CRC + ((ps->s_txreq->s_cur_size +
302 grh = &ps->s_txreq->phdr.hdr.opah.u.l.grh;
304 ps->s_txreq->hdr_dwords +=
306 ps->s_txreq->hdr_dwords - LRH_16B_DWORDS,
338 hfi1_make_16b_hdr(&ps->s_txreq->phdr.hdr.opah,
342 (ps->s_txreq->hdr_dwords + nwords) >> 1,
370 u8 extra_bytes = -ps->s_txreq->s_cur_size & 3;
371 u32 nwords = SIZE_OF_CRC + ((ps->s_txreq->s_cur_size +
375 struct ib_grh *grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh;
378 ps->s_txreq->hdr_dwords +=
381 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS,
407 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh,
409 ps->s_txreq->hdr_dwords + nwords,
593 ps.s_txreq = get_waiting_verbs_txreq(ps.wait);
596 if (ps.s_txreq) {