Home
last modified time | relevance | path

Searched defs:req_q (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/mac68k/dev/
H A Dncr5380reg.h189 typedef struct req_q { struct
190 struct req_q *next; /* next in free, issue or discon queue */ argument
191 struct req_q *link; /* next linked command to execute */ argument
192 struct scsipi_xfer *xs; /* request from high-level driver */
193 u_short dr_flag; /* driver state */
194 u_char phase; /* current SCSI phase */
195 u_char msgout; /* message to send when requested */
196 u_char targ_id; /* target for command */
197 u_char targ_lun; /* lun for command */
198 u_char status; /* returned status byte */
[all …]
/netbsd-src/sys/arch/atari/dev/
H A Dncr5380reg.h189 typedef struct req_q { struct
190 struct req_q *next; /* next in free, issue or discon queue */ argument
191 struct req_q *link; /* next linked command to execute */ argument
192 struct scsipi_xfer *xs; /* request from high-level driver */
193 u_short dr_flag; /* driver state */
194 uint8_t phase; /* current SCSI phase */
195 uint8_t msgout; /* message to send when requested */
196 uint8_t targ_id; /* target for command */
197 uint8_t targ_lun; /* lun for command */
198 uint8_t status; /* returned status byte */
[all …]