Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h280 #define FCIP_DETACHING 0x20 macro
296 FCIP_REG_INPROGRESS | FCIP_DETACHING)
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1540 fptr->fcip_flags |= FCIP_DETACHING; in fcip_detach()
1596 fptr->fcip_flags &= ~(FCIP_DETACHING); in fcip_detach()
1620 fptr->fcip_flags &= ~(FCIP_DETACHING); in fcip_detach()
2290 if ((fptr->fcip_flags & (FCIP_DETACHING | FCIP_DETACHED)) || in fcip_statec_cb()
2540 if ((fptr->fcip_flags & (FCIP_DETACHING | FCIP_DETACHED)) || in fcip_els_cb()
2851 if ((fptr->fcip_flags & (FCIP_DETACHING | FCIP_DETACHED)) || in fcip_data_cb()
4632 if ((fptr->fcip_flags & (FCIP_DETACHING | FCIP_DETACHED)) || in fcip_port_ns()
7210 if (fptr->fcip_flags & (FCIP_DETACHED | FCIP_DETACHING | \ in fcip_timeout()