Searched defs:req_q (Results 1 – 2 of 2) sorted by relevance
189 typedef struct req_q { struct190 struct req_q *next; /* next in free, issue or discon queue */ argument191 struct req_q *link; /* next linked command to execute */ argument192 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 …]
189 typedef struct req_q { struct190 struct req_q *next; /* next in free, issue or discon queue */ argument191 struct req_q *link; /* next linked command to execute */ argument192 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 …]