Searched refs:RSMKA_PATH_ACTIVE (Results 1 – 3 of 3) sorted by relevance
406 path->state = RSMKA_PATH_ACTIVE; in do_deferred_work()998 case RSMKA_PATH_ACTIVE: in rsmka_remove_path()1146 case RSMKA_PATH_ACTIVE: in rsmka_path_down()1295 if (path->state == RSMKA_PATH_ACTIVE) { in rsmka_disconnect_node()1431 if (path->state != RSMKA_PATH_ACTIVE) { in rsmka_do_path_active()1487 path->state = RSMKA_PATH_ACTIVE; in rsmka_do_path_active()1551 if (path->state == RSMKA_PATH_ACTIVE) { in do_path_up()1622 if (path->state == RSMKA_PATH_ACTIVE) { in do_path_down()2599 if (path->state != RSMKA_PATH_ACTIVE || in rsmka_get_sendq_token()2621 if (path->state != RSMKA_PATH_ACTIVE || in rsmka_get_sendq_token()
3755 if (path->state != RSMKA_PATH_ACTIVE) { in rsm_sqready_ack_deferred()3829 if (path->state != RSMKA_PATH_ACTIVE) { in rsm_proc_sqready()3898 if ((path->state != RSMKA_PATH_ACTIVE) || in rsm_proc_sqready_ack()3975 if (path->state != RSMKA_PATH_ACTIVE) { in rsm_add_credits()4957 if ((path->state == RSMKA_PATH_ACTIVE) && in rsm_intr_proc_deferred()5011 if (path->state != RSMKA_PATH_ACTIVE) { in rsm_intr_callback_dispatch()5444 (path->state == RSMKA_PATH_ACTIVE)) { in rsmipc_send()5461 if (path->state != RSMKA_PATH_ACTIVE) { in rsmipc_send()5581 (path->state == RSMKA_PATH_ACTIVE)) { in rsmipc_send()5599 if (path->state != RSMKA_PATH_ACTIVE) { in rsmipc_send()[all …]
51 #define RSMKA_PATH_ACTIVE 3 macro