Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h288 #define FCIP_POWER_DOWN 0x2000 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1174 fptr->fcip_flags &= ~(FCIP_POWER_DOWN); in fcip_handle_resume()
1496 FCIP_SUSPENDED | FCIP_POWER_DOWN | in fcip_detach()
1824 fptr->fcip_flags |= FCIP_POWER_DOWN; in fcip_handle_suspend()
1828 fptr->fcip_flags |= FCIP_POWER_DOWN; in fcip_handle_suspend()
1953 fptr->fcip_flags &= ~(FCIP_SUSPENDED | FCIP_POWER_DOWN); in fcip_handle_suspend()
2229 (fptr->fcip_flags & (FCIP_SUSPENDED | FCIP_POWER_DOWN))) { in fcip_statec_cb()
2479 (fptr->fcip_flags & (FCIP_SUSPENDED | FCIP_POWER_DOWN))) { in fcip_els_cb()
2782 (fptr->fcip_flags & (FCIP_SUSPENDED | FCIP_POWER_DOWN))) { in fcip_data_cb()
4470 (fptr->fcip_flags & (FCIP_SUSPENDED | FCIP_POWER_DOWN))) { in fcip_port_ns()
7022 FCIP_SUSPENDED | FCIP_POWER_DOWN)) { in fcip_timeout()