Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h278 #define FCIP_SUSPENDED 0x08 macro
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1194 if (fptr->fcip_flags & FCIP_SUSPENDED) { in fcip_handle_resume()
1199 fptr->fcip_flags &= ~(FCIP_SUSPENDED); in fcip_handle_resume()
1544 FCIP_SUSPENDED | FCIP_POWER_DOWN | in fcip_detach()
1880 if (fptr->fcip_flags & FCIP_SUSPENDED) { in fcip_handle_suspend()
1888 fptr->fcip_flags |= FCIP_SUSPENDED; in fcip_handle_suspend()
2010 fptr->fcip_flags &= ~(FCIP_SUSPENDED | FCIP_POWER_DOWN); in fcip_handle_suspend()
2291 (fptr->fcip_flags & (FCIP_SUSPENDED | FCIP_POWER_DOWN))) { in fcip_statec_cb()
2541 (fptr->fcip_flags & (FCIP_SUSPENDED | FCIP_POWER_DOWN))) { in fcip_els_cb()
2852 (fptr->fcip_flags & (FCIP_SUSPENDED | FCIP_POWER_DOWN))) { in fcip_data_cb()
4633 (fptr->fcip_flags & (FCIP_SUSPENDED | FCIP_POWER_DOWN))) { in fcip_port_ns()
[all …]