Home
last modified time | relevance | path

Searched refs:RVT_SEND_RESERVE_USED (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/rdma/
Drdmavt_qp.h157 #define RVT_SEND_RESERVE_USED IB_SEND_RESERVED_START macro
560 if (unlikely(wqe->wr.send_flags & RVT_SEND_RESERVE_USED)) { in rvt_qp_wqe_unreserve()
587 if (unlikely(wqe->wr.send_flags & RVT_SEND_RESERVE_USED)) in rvt_qp_swqe_complete()
/Linux-v4.19/drivers/infiniband/sw/rdmavt/
Dqp.c1862 wqe->wr.send_flags |= RVT_SEND_RESERVE_USED; in rvt_post_one_wr()
1865 wqe->wr.send_flags &= ~RVT_SEND_RESERVE_USED; in rvt_post_one_wr()