Searched refs:s_cur_size (Results 1 – 11 of 11) sorted by relevance
68 u16 s_cur_size; member
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()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()
908 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_dma()1045 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_pio()1291 tx->s_cur_size <= min(piothreshold, qp->pmtu) && in get_send_routine()
272 ps->s_txreq->s_cur_size = len; in hfi1_make_uc_req()
569 ps->s_txreq->s_cur_size = wqe->length; in hfi1_make_ud_req()
230 ps->s_txreq->s_cur_size = len; in make_rc_ack()691 ps->s_txreq->s_cur_size = len; in hfi1_make_rc_req()
517 extra_bytes = -qp->s_cur_size & 3; in qib_make_ruc_header()518 nwords = (qp->s_cur_size + extra_bytes) >> 2; in qib_make_ruc_header()606 qp->s_cur_sge, qp->s_cur_size)) in qib_do_send()
214 qp->s_cur_size = len; in qib_make_uc_req()
318 qp->s_cur_size = wqe->length; in qib_make_ud_req()
202 qp->s_cur_size = len; in qib_make_rc_ack()591 qp->s_cur_size = len; in qib_make_rc_req()
364 u16 s_cur_size; /* size of send packet in bytes */ member