Searched refs:rdma_xprt (Results 1 – 1 of 1) sorted by relevance
947 struct svcxprt_rdma *rdma_xprt = in svc_rdma_recvfrom() local959 spin_lock(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()960 ctxt = svc_rdma_next_recv_ctxt(&rdma_xprt->sc_read_complete_q); in svc_rdma_recvfrom()963 spin_unlock(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()968 ctxt = svc_rdma_next_recv_ctxt(&rdma_xprt->sc_rq_dto_q); in svc_rdma_recvfrom()974 spin_unlock(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()982 ib_dma_sync_single_for_cpu(rdma_xprt->sc_cm_id->device, in svc_rdma_recvfrom()996 svc_rdma_get_inv_rkey(rdma_xprt, ctxt); in svc_rdma_recvfrom()1010 svc_rdma_send_error(rdma_xprt, ctxt, ret); in svc_rdma_recvfrom()1011 svc_rdma_recv_ctxt_put(rdma_xprt, ctxt); in svc_rdma_recvfrom()[all …]