Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c366 struct svcxprt_rdma *listen_rdma; in svc_rdma_accept() local
376 listen_rdma = container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_accept()
379 spin_lock(&listen_rdma->sc_lock); in svc_rdma_accept()
380 if (!list_empty(&listen_rdma->sc_accept_q)) { in svc_rdma_accept()
381 newxprt = list_entry(listen_rdma->sc_accept_q.next, in svc_rdma_accept()
385 if (!list_empty(&listen_rdma->sc_accept_q)) in svc_rdma_accept()
386 set_bit(XPT_CONN, &listen_rdma->sc_xprt.xpt_flags); in svc_rdma_accept()
387 spin_unlock(&listen_rdma->sc_lock); in svc_rdma_accept()