Home
last modified time | relevance | path

Searched refs:RVT_POST_SEND_OK (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/infiniband/sw/rdmavt/
Dqp.c73 RVT_POST_SEND_OK | RVT_PROCESS_SEND_OK |
76 RVT_POST_SEND_OK | RVT_PROCESS_SEND_OK,
78 RVT_POST_SEND_OK | RVT_FLUSH_SEND,
80 RVT_POST_SEND_OK | RVT_FLUSH_SEND,
2161 if (unlikely(!(ib_rvt_state_ops[qp->state] & RVT_POST_SEND_OK))) { in rvt_post_send()
/linux-5.19.10/include/rdma/
Drdmavt_qp.h127 #define RVT_POST_SEND_OK 0x01 macro
/linux-5.19.10/drivers/infiniband/hw/hfi1/
Dqp.c892 !(ib_rvt_state_ops[qp->state] & RVT_POST_SEND_OK)) in hfi1_qp_iter_cb()