Home
last modified time | relevance | path

Searched refs:s_cur_size (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Druc.c245 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()
H A Dverbs_txreq.h26 u16 s_cur_size; member
H A Duc.c231 ps->s_txreq->s_cur_size = len; in hfi1_make_uc_req()
H A Dverbs.c803 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()
H A Dud.c509 ps->s_txreq->s_cur_size = wqe->length; in hfi1_make_ud_req()
H A Drc.c354 ps->s_txreq->s_cur_size = len; in make_rc_ack()
1149 ps->s_txreq->s_cur_size = len; in hfi1_make_rc_req()
1512 * Don't change the s_sge, s_cur_sge, or s_cur_size. in reset_psn()
H A Dtid_rdma.c5167 ps->s_txreq->s_cur_size = len; in hfi1_make_tid_rdma_pkt()
5315 ps->s_txreq->s_cur_size = len; in make_tid_rdma_ack()
/linux/include/rdma/
H A Drdmavt_qp.h425 u16 s_cur_size; /* size of send packet in bytes */ member