Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_ruc.c608 extra_bytes = -qp->s_cur_size & 3; in ipath_make_ruc_header()
609 nwords = (qp->s_cur_size + extra_bytes) >> 2; in ipath_make_ruc_header()
680 qp->s_cur_sge, qp->s_cur_size)) { in ipath_do_send()
Dipath_uc.c212 qp->s_cur_size = len; in ipath_make_uc_req()
Dipath_ud.c318 qp->s_cur_size = wqe->length; in ipath_make_ud_req()
Dipath_verbs.h388 u32 s_cur_size; /* size of send packet in bytes */ member
Dipath_rc.c199 qp->s_cur_size = len; in ipath_make_rc_ack()
590 qp->s_cur_size = len; in ipath_make_rc_req()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_ruc.c684 extra_bytes = -qp->s_cur_size & 3; in qib_make_ruc_header()
685 nwords = (qp->s_cur_size + extra_bytes) >> 2; in qib_make_ruc_header()
760 qp->s_cur_sge, qp->s_cur_size)) in qib_do_send()
Dqib_uc.c215 qp->s_cur_size = len; in qib_make_uc_req()
Dqib_ud.c316 qp->s_cur_size = wqe->length; in qib_make_ud_req()
Dqib_verbs.h499 u32 s_cur_size; /* size of send packet in bytes */ member
Dqib_rc.c215 qp->s_cur_size = len; in qib_make_rc_ack()
629 qp->s_cur_size = len; in qib_make_rc_req()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Druc.c768 extra_bytes = -qp->s_cur_size & 3; in hfi1_make_ruc_header()
769 nwords = (qp->s_cur_size + extra_bytes) >> 2; in hfi1_make_ruc_header()
880 qp->s_cur_sge, qp->s_cur_size)) in hfi1_do_send()
Duc.c235 qp->s_cur_size = len; in hfi1_make_uc_req()
Dverbs.h508 u32 s_cur_size; /* size of send packet in bytes */ member
Dud.c345 qp->s_cur_size = wqe->length; in hfi1_make_ud_req()
Drc.c237 qp->s_cur_size = len; in make_rc_ack()
659 qp->s_cur_size = len; in hfi1_make_rc_req()