Home
last modified time | relevance | path

Searched refs:FCIP_RT_SUSPENDED (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h160 #define FCIP_RT_SUSPENDED (-3) macro
165 ((state) == FCIP_RT_SUSPENDED)) ? 1 : 0
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1941 frp->fcipr_state = FCIP_RT_SUSPENDED; in fcip_handle_suspend()