Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c581 struct svcxprt_rdma *rdma_xprt = in svc_rdma_recvfrom() local
590 spin_lock_bh(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()
591 if (!list_empty(&rdma_xprt->sc_read_complete_q)) { in svc_rdma_recvfrom()
592 ctxt = list_entry(rdma_xprt->sc_read_complete_q.next, in svc_rdma_recvfrom()
596 spin_unlock_bh(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()
598 } else if (!list_empty(&rdma_xprt->sc_rq_dto_q)) { in svc_rdma_recvfrom()
599 ctxt = list_entry(rdma_xprt->sc_rq_dto_q.next, in svc_rdma_recvfrom()
608 spin_unlock_bh(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()
621 ctxt, rdma_xprt, rqstp, ctxt->wc_status); in svc_rdma_recvfrom()
634 svc_rdma_send_error(rdma_xprt, rmsgp, ERR_VERS); in svc_rdma_recvfrom()
[all …]