Lines Matching refs:s_txreq
613 (ps->s_txreq->hdr_dwords << 2), in hfi1_make_ruc_header_16B()
614 ps->s_txreq->s_cur_size); in hfi1_make_ruc_header_16B()
615 u32 nwords = SIZE_OF_CRC + ((ps->s_txreq->s_cur_size + in hfi1_make_ruc_header_16B()
630 grh = &ps->s_txreq->phdr.hdr.opah.u.l.grh; in hfi1_make_ruc_header_16B()
632 ps->s_txreq->hdr_dwords += in hfi1_make_ruc_header_16B()
634 ps->s_txreq->hdr_dwords - LRH_16B_DWORDS, in hfi1_make_ruc_header_16B()
666 hfi1_make_16b_hdr(&ps->s_txreq->phdr.hdr.opah, in hfi1_make_ruc_header_16B()
670 (ps->s_txreq->hdr_dwords + nwords) >> 1, in hfi1_make_ruc_header_16B()
698 u8 extra_bytes = -ps->s_txreq->s_cur_size & 3; in hfi1_make_ruc_header_9B()
699 u32 nwords = SIZE_OF_CRC + ((ps->s_txreq->s_cur_size + in hfi1_make_ruc_header_9B()
703 struct ib_grh *grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh; in hfi1_make_ruc_header_9B()
706 ps->s_txreq->hdr_dwords += in hfi1_make_ruc_header_9B()
709 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS, in hfi1_make_ruc_header_9B()
735 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh, in hfi1_make_ruc_header_9B()
737 ps->s_txreq->hdr_dwords + nwords, in hfi1_make_ruc_header_9B()
899 ps.s_txreq = get_waiting_verbs_txreq(qp); in hfi1_do_send()
902 if (ps.s_txreq) { in hfi1_do_send()