Home
last modified time | relevance | path

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

/freebsd/sys/ofed/include/rdma/
H A Drdma_cm.h134 RDMA_CM_LISTEN, enumerator
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c1824 case RDMA_CM_LISTEN: in cma_cancel_operation()
2198 if (listen_id->state != RDMA_CM_LISTEN) { in cma_req_handler()
2362 if (listen_id->state != RDMA_CM_LISTEN) in iw_conn_req_handler()
3268 if ((cur_id->state != RDMA_CM_LISTEN) && reuseaddr && in cma_check_port()
3432 if (!cma_comp_exch(id_priv, RDMA_CM_ADDR_BOUND, RDMA_CM_LISTEN)) in rdma_listen()
3461 cma_comp_exch(id_priv, RDMA_CM_LISTEN, RDMA_CM_ADDR_BOUND); in rdma_listen()