Searched refs:RDMA_CM_LISTEN (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Dcma_priv.h48 RDMA_CM_LISTEN, enumerator in enum:rdma_cm_state
H A Dcma.c1958 case RDMA_CM_LISTEN:
2402 if (READ_ONCE(listen_id->state) != RDMA_CM_LISTEN) {
2578 if (READ_ONCE(listen_id->state) != RDMA_CM_LISTEN)
3584 if ((reuse && id_priv->state != RDMA_CM_LISTEN) ||
3917 if (!cma_comp_exch(id_priv, RDMA_CM_ADDR_BOUND, RDMA_CM_LISTEN)) {
3928 RDMA_CM_LISTEN)))
3933 * Once the ID reaches RDMA_CM_LISTEN it is not allowed to be reusable
3973 cma_comp_exch(id_priv, RDMA_CM_LISTEN, RDMA_CM_ADDR_BOUND);

Completed in 123 milliseconds