Searched refs:XPRT_OFFLINE (Results 1 – 4 of 4) sorted by relevance
178 offline = test_bit(XPRT_OFFLINE, &xprt->state); in rpc_sysfs_xprt_state_show()306 set_bit(XPRT_OFFLINE, &xprt->state); in rpc_sysfs_xprt_state_change()311 clear_bit(XPRT_OFFLINE, &xprt->state); in rpc_sysfs_xprt_state_change()316 if (test_bit(XPRT_OFFLINE, &xprt->state)) { in rpc_sysfs_xprt_state_change()
68 if (!test_bit(XPRT_OFFLINE, &xprt->state)) in xprt_switch_remove_xprt_locked()236 !test_bit(XPRT_OFFLINE, &xprt->state)); in xprt_is_active()
429 #define XPRT_OFFLINE (7) macro
935 { (1UL << XPRT_OFFLINE), "OFFLINE"}, \