Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h283 #define FCIP_LINK_DOWN 0x100 macro
/titanic_41/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()
2386 if (fptr->fcip_flags & FCIP_LINK_DOWN) { in fcip_statec_cb()
2387 fptr->fcip_flags &= ~FCIP_LINK_DOWN; in fcip_statec_cb()
4094 if (fptr->fcip_flags & FCIP_LINK_DOWN) { in fcip_start()
5429 if (fptr->fcip_flags & FCIP_LINK_DOWN) { in fcip_areq()
7219 fptr->fcip_flags |= FCIP_LINK_DOWN; in fcip_timeout()