Searched refs:sxprt (Results 1 – 1 of 1) sorted by relevance
221 struct svc_xprt *sxprt = rqst->rq_xprt->bc_xprt; in xprt_rdma_bc_send_request() local228 if (!mutex_trylock(&sxprt->xpt_mutex)) { in xprt_rdma_bc_send_request()229 rpc_sleep_on(&sxprt->xpt_bc_pending, task, NULL); in xprt_rdma_bc_send_request()230 if (!mutex_trylock(&sxprt->xpt_mutex)) in xprt_rdma_bc_send_request()232 rpc_wake_up_queued_task(&sxprt->xpt_bc_pending, task); in xprt_rdma_bc_send_request()236 rdma = container_of(sxprt, struct svcxprt_rdma, sc_xprt); in xprt_rdma_bc_send_request()237 if (!test_bit(XPT_DEAD, &sxprt->xpt_flags)) in xprt_rdma_bc_send_request()240 mutex_unlock(&sxprt->xpt_mutex); in xprt_rdma_bc_send_request()