Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c493 switch (rp->cdip_state) { in fco_new_device()
632 rp->cdip_state = FC_CDIP_STARTED; in fco_new_device()
651 if (rp->cdip_state != FC_CDIP_STARTED) in fco_finish_device()
678 rp->cdip_state = FC_CDIP_DONE; in fco_finish_device()
770 rp->cdip_state = FC_CDIP_CONFIG; in fco_validate()
802 int configured = (rp->cdip_state == FC_CDIP_CONFIG); in fco_invalidate()
/titanic_41/usr/src/uts/sun4/sys/
H A Dfcode.h454 int cdip_state; /* node creation state - see below */ member