Home
last modified time | relevance | path

Searched refs:s_cur_size (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_ruc.c216 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()
H A Dqib_uc.c214 qp->s_cur_size = len; in qib_make_uc_req()
H A Dqib_ud.c313 qp->s_cur_size = wqe->length; in qib_make_ud_req()
H A Dqib_rc.c197 qp->s_cur_size = len; in qib_make_rc_ack()
580 qp->s_cur_size = len; in qib_make_rc_req()
779 * Don't change the s_sge, s_cur_sge, or s_cur_size. in reset_psn()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_ruc.c216 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()
H A Dqib_uc.c215 qp->s_cur_size = len; in qib_make_uc_req()
H A Dqib_ud.c314 qp->s_cur_size = wqe->length; in qib_make_ud_req()
H A Dqib_rc.c197 qp->s_cur_size = len; in qib_make_rc_ack()
581 qp->s_cur_size = len; in qib_make_rc_req()
780 * Don't change the s_sge, s_cur_sge, or s_cur_size. in reset_psn()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Druc.c286 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()
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()
H A Dverbs_txreq.h68 u16 s_cur_size; member
H A Dverbs.c845 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_dma()
985 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_pio()
1233 (tx->s_cur_size + priv->s_running_pkt_size) / 2; in get_send_routine()
H A Duc.c272 ps->s_txreq->s_cur_size = len; in hfi1_make_uc_req()
H A Dud.c550 ps->s_txreq->s_cur_size = wqe->length; in hfi1_make_ud_req()
H A Drc.c396 ps->s_txreq->s_cur_size = len; in make_rc_ack()
1190 ps->s_txreq->s_cur_size = len; in hfi1_make_rc_req()
1554 * Don't change the s_sge, s_cur_sge, or s_cur_size. in reset_psn()
H A Dtid_rdma.c5154 ps->s_txreq->s_cur_size = len;
5302 ps->s_txreq->s_cur_size = len; in make_tid_rdma_ack()
/kernel/linux/linux-6.6/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 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 Duc.c231 ps->s_txreq->s_cur_size = len; in hfi1_make_uc_req()
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.c5166 ps->s_txreq->s_cur_size = len;
5314 ps->s_txreq->s_cur_size = len; in make_tid_rdma_ack()
/kernel/linux/linux-5.10/include/rdma/
H A Drdmavt_qp.h424 u16 s_cur_size; /* size of send packet in bytes */ member
/kernel/linux/linux-6.6/include/rdma/
H A Drdmavt_qp.h424 u16 s_cur_size; /* size of send packet in bytes */ member

Completed in 40 milliseconds