Home
last modified time | relevance | path

Searched refs:RSMKA_PATH_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c406 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()
H A Drsm.c3753 if (path->state != RSMKA_PATH_ACTIVE) { in rsm_sqready_ack_deferred()
3827 if (path->state != RSMKA_PATH_ACTIVE) { in rsm_proc_sqready()
3896 if ((path->state != RSMKA_PATH_ACTIVE) || in rsm_proc_sqready_ack()
3973 if (path->state != RSMKA_PATH_ACTIVE) { in rsm_add_credits()
4955 if ((path->state == RSMKA_PATH_ACTIVE) && in rsm_intr_proc_deferred()
5009 if (path->state != RSMKA_PATH_ACTIVE) { in rsm_intr_callback_dispatch()
5442 (path->state == RSMKA_PATH_ACTIVE)) { in rsmipc_send()
5459 if (path->state != RSMKA_PATH_ACTIVE) { in rsmipc_send()
5579 (path->state == RSMKA_PATH_ACTIVE)) { in rsmipc_send()
5597 if (path->state != RSMKA_PATH_ACTIVE) { in rsmipc_send()
[all …]
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h49 #define RSMKA_PATH_ACTIVE 3 macro