Searched refs:s_cur_size (Results 1 – 12 of 12) sorted by relevance
216 extra_bytes = -qp->s_cur_size & 3; in qib_make_ruc_header()217 nwords = (qp->s_cur_size + extra_bytes) >> 2; in qib_make_ruc_header()305 qp->s_cur_sge, qp->s_cur_size)) in qib_do_send()
215 qp->s_cur_size = len; in qib_make_uc_req()
314 qp->s_cur_size = wqe->length; in qib_make_ud_req()
197 qp->s_cur_size = len; in qib_make_rc_ack()581 qp->s_cur_size = len; in qib_make_rc_req()
245 ps->s_txreq->s_cur_size); in hfi1_make_ruc_header_16B()246 u32 nwords = SIZE_OF_CRC + ((ps->s_txreq->s_cur_size + in hfi1_make_ruc_header_16B()330 u8 extra_bytes = -ps->s_txreq->s_cur_size & 3; in hfi1_make_ruc_header_9B()331 u32 nwords = SIZE_OF_CRC + ((ps->s_txreq->s_cur_size + in hfi1_make_ruc_header_9B()
26 u16 s_cur_size; member
231 ps->s_txreq->s_cur_size = len; in hfi1_make_uc_req()
803 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_dma()943 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_pio()1191 (tx->s_cur_size + priv->s_running_pkt_size) / 2; in get_send_routine()
509 ps->s_txreq->s_cur_size = wqe->length; in hfi1_make_ud_req()
354 ps->s_txreq->s_cur_size = len; in make_rc_ack()1149 ps->s_txreq->s_cur_size = len; in hfi1_make_rc_req()
5166 ps->s_txreq->s_cur_size = len; in hfi1_make_tid_rdma_pkt()5314 ps->s_txreq->s_cur_size = len; in make_tid_rdma_ack()
424 u16 s_cur_size; /* size of send packet in bytes */ member