Home | History | Annotate | Download | only in podulebus

Lines Matching defs:nexus

77  * nexus contains all active data for one SCSI unit. Parts of the info in this
80 struct nexus {
101 u_char state; /* Nexus state, see below */
102 u_short flags; /* Nexus flags, see below */
111 u_char lun_unit; /* (Lun<<4) | Unit of nexus */
116 #define SFAS_NS_IDLE 0 /* Nexus idle */
134 /* SCSI nexus flags */
137 #define SFAS_NF_SELECT_ME 0x0002 /* Nexus is set up, waiting for bus */
145 #define SFAS_NF_RESET 0x0100 /* Reset this nexus */
189 /* Nexus list */
190 struct nexus sc_nexus[8];
191 struct nexus *sc_cur_nexus;
192 struct nexus *sc_sel_nexus;