Searched refs:xprt_connected (Results 1 – 7 of 7) sorted by relevance
633 if (!xprt_connected(xprt)) in xprt_rdma_send_request()673 if (xprt_connected(xprt)) in xprt_rdma_print_stats()
104 if (!xprt_connected(xprt)) in xprt_rdma_bc_send_reply()
114 if (!xprt || !xprt_connected(xprt)) { in rpc_sysfs_xprt_srcaddr_show()140 if (!xprt || !xprt_connected(xprt)) { in rpc_sysfs_xprt_info_show()
940 if (xprt_connected(xprt)) in rpc_clnt_disconnect_xprt() 2010 else if (!xprt_connected(task->tk_xprt))2149 if (xprt_connected(xprt)) { in call_connect() 2187 if (xprt_connected(xprt)) { in call_connect_status() 2277 if (!xprt_connected(task->tk_xprt)) {2512 return xprt_connected(req->rq_xprt); in rpc_check_timeout()
685 if (likely(xprt && xprt_connected(xprt))) in xprt_init_majortimeo()812 !xprt_connected(xprt); in xprt_request_retransmit_after_disconnect()936 if (!xprt_connected(xprt) && !test_bit(XPRT_CLOSE_WAIT, &xprt->state)) { in xprt_connect()946 if (!xprt_connected(xprt)) { in xprt_connect()
838 if (xprt_connected(xprt)) { in xs_nospace()1529 sk->sk_state, xprt_connected(xprt), in xs_tcp_state_change()2409 if (xprt_connected(xprt)) in xs_tcp_setup_socket()2432 xprt, -status, xprt_connected(xprt), in xs_tcp_setup_socket()2851 if (xprt_connected(xprt)) in xs_local_print_stats()2905 if (xprt_connected(xprt)) in xs_tcp_print_stats()
461 static inline int xprt_connected(struct rpc_xprt *xprt) in xprt_connected() function