Lines Matching refs:s_txreq
244 (ps->s_txreq->hdr_dwords << 2),
245 ps->s_txreq->s_cur_size);
246 u32 nwords = SIZE_OF_CRC + ((ps->s_txreq->s_cur_size +
261 grh = &ps->s_txreq->phdr.hdr.opah.u.l.grh;
263 ps->s_txreq->hdr_dwords +=
265 ps->s_txreq->hdr_dwords - LRH_16B_DWORDS,
297 hfi1_make_16b_hdr(&ps->s_txreq->phdr.hdr.opah,
301 (ps->s_txreq->hdr_dwords + nwords) >> 1,
330 u8 extra_bytes = -ps->s_txreq->s_cur_size & 3;
331 u32 nwords = SIZE_OF_CRC + ((ps->s_txreq->s_cur_size +
335 struct ib_grh *grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh;
338 ps->s_txreq->hdr_dwords +=
341 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS,
367 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh,
369 ps->s_txreq->hdr_dwords + nwords,
552 ps.s_txreq = get_waiting_verbs_txreq(ps.wait);
555 if (ps.s_txreq) {