Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c911 if (fptr->fcip_flags & FCIP_LINK_DOWN) { in fcip_port_attach()
912 fptr->fcip_flags &= ~FCIP_LINK_DOWN; in fcip_port_attach()
918 fptr->fcip_flags |= FCIP_ATTACHING; in fcip_port_attach()
1126 fptr->fcip_flags &= ~FCIP_ATTACHING; in fcip_port_attach_handler()
1127 fptr->fcip_flags |= FCIP_INITED; in fcip_port_attach_handler()
1174 fptr->fcip_flags &= ~(FCIP_POWER_DOWN); in fcip_handle_resume()
1175 if (fptr->fcip_flags & FCIP_SUSPENDED) { in fcip_handle_resume()
1180 fptr->fcip_flags &= ~(FCIP_SUSPENDED); in fcip_handle_resume()
1492 fptr->fcip_flags |= FCIP_DETACHING; in fcip_detach()
1494 fptr->fcip_flags & (FCIP_IN_TIMEOUT | in fcip_detach()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h184 uint32_t fcip_flags; /* misc. flags */ member