Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h281 #define FCIP_DETACHED 0x40 macro
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1619 detached = fptr->fcip_flags & FCIP_DETACHED; in fcip_detach()
1621 fptr->fcip_flags |= FCIP_DETACHED; in fcip_detach()
1741 FCIP_DETACHED)) { in fcip_port_detach()
1750 FCIP_DETACHED; in fcip_port_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()