Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dbackchannel_rqst.c258 req->rq_connect_cookie = xprt->connect_cookie; in xprt_get_bc_request()
281 req->rq_connect_cookie = xprt->connect_cookie - 1; in xprt_free_bc_rqst()
332 if (req->rq_connect_cookie != xprt->connect_cookie) in xprt_lookup_bc_request()
H A Dxprt.c808 return req->rq_connect_cookie != xprt_connect_cookie(xprt) || in xprt_request_retransmit_after_disconnect()
934 task->tk_rqstp->rq_connect_cookie = xprt->connect_cookie; in xprt_connect()
1590 req->rq_connect_cookie = connect_cookie; in xprt_request_transmit()
1851 req->rq_connect_cookie = xprt_connect_cookie(xprt) - 1; in xprt_init_connect_cookie()
H A Dclnt.c2197 task->tk_rqstp->rq_connect_cookie); in call_connect_status()
2408 req->rq_connect_cookie); in call_bc_transmit_status()
2619 req->rq_connect_cookie); in call_decode()
/openbmc/linux/include/linux/sunrpc/
H A Dxprt.h109 unsigned int rq_connect_cookie; member
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dtransport.c645 if (rqst->rq_connect_cookie == xprt->connect_cookie) in xprt_rdma_send_request()