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