Home
last modified time | relevance | path

Searched refs:RVT_SEND_COMPLETION_ONLY (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/hfi1/
Duc.c97 if (!(wqe->wr.send_flags & RVT_SEND_COMPLETION_ONLY)) { in hfi1_make_uc_req()
Drc.c518 RVT_SEND_COMPLETION_ONLY)) { in hfi1_make_rc_req()
/linux-5.19.10/include/rdma/
Drdmavt_qp.h143 #define RVT_SEND_COMPLETION_ONLY (IB_SEND_RESERVED_START << 1) macro
/linux-5.19.10/drivers/infiniband/sw/rdmavt/
Dqp.c2086 wqe->wr.send_flags |= RVT_SEND_COMPLETION_ONLY; in rvt_post_one_wr()
2990 if (!(wqe->wr.send_flags & RVT_SEND_COMPLETION_ONLY)) { in rvt_ruc_loopback()