Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c927 if (fptr->fcip_flags & FCIP_LINK_DOWN) { in fcip_port_attach()
928 fptr->fcip_flags &= ~FCIP_LINK_DOWN; in fcip_port_attach()
934 fptr->fcip_flags |= FCIP_ATTACHING; in fcip_port_attach()
1145 fptr->fcip_flags &= ~FCIP_ATTACHING; in fcip_port_attach_handler()
1146 fptr->fcip_flags |= FCIP_INITED; in fcip_port_attach_handler()
1193 fptr->fcip_flags &= ~(FCIP_POWER_DOWN); in fcip_handle_resume()
1194 if (fptr->fcip_flags & FCIP_SUSPENDED) { in fcip_handle_resume()
1199 fptr->fcip_flags &= ~(FCIP_SUSPENDED); in fcip_handle_resume()
1540 fptr->fcip_flags |= FCIP_DETACHING; in fcip_detach()
1542 fptr->fcip_flags & (FCIP_IN_TIMEOUT | in fcip_detach()
[all …]
/titanic_44/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h184 uint32_t fcip_flags; /* misc. flags */ member