Searched refs:xprt_connected (Results 1 – 7 of 7) sorted by relevance
108 if (!xprt_connected(xprt)) in xprt_rdma_bc_send_reply()
647 if (!xprt_connected(xprt)) in xprt_rdma_send_request()687 if (xprt_connected(xprt)) in xprt_rdma_print_stats()
654 if (likely(xprt && xprt_connected(xprt))) in xprt_init_majortimeo()778 !xprt_connected(xprt); in xprt_request_retransmit_after_disconnect()889 if (!xprt_connected(xprt) && !test_bit(XPRT_CLOSE_WAIT, &xprt->state)) { in xprt_connect()899 if (!xprt_connected(xprt)) { in xprt_connect()
772 if (xprt_connected(xprt)) { in xs_nospace()1436 sk->sk_state, xprt_connected(xprt), in xs_tcp_state_change()2274 if (xprt_connected(xprt)) in xs_tcp_setup_socket()2297 xprt, -status, xprt_connected(xprt), in xs_tcp_setup_socket()2437 if (xprt_connected(xprt)) in xs_local_print_stats()2491 if (xprt_connected(xprt)) in xs_tcp_print_stats()
1892 else if (!xprt_connected(task->tk_xprt)) in call_encode()2034 if (xprt_connected(xprt)) { in call_connect()2072 if (xprt_connected(xprt)) { in call_connect_status()2138 if (!xprt_connected(task->tk_xprt)) { in call_transmit()2373 return xprt_connected(req->rq_xprt); in rpc_check_connected()
436 static inline int xprt_connected(struct rpc_xprt *xprt) in xprt_connected() function
489 - if (!xprt_connected(xprt) && !test_bit(XPRT_CLOSE_WAIT, &xprt->state)) {495 + if (!xprt_connected(xprt)) {