Lines Matching defs:SC_REQ
209 } SC_REQ;
221 static SC_REQ *issue_q = NULL; /* Commands waiting to be issued*/
222 static SC_REQ *discon_q = NULL; /* Commands disconnected */
223 static SC_REQ *connected = NULL; /* Command currently connected */
229 static int check_autosense(SC_REQ *, int);
232 static void finish_req(SC_REQ *);
233 static int handle_message(SC_REQ *, u_int);
235 static void nack_message(SC_REQ *, uint8_t);
239 static void ncr_tprint(SC_REQ *, const char *, ...);
243 static int scsi_dmaok(SC_REQ *);
246 static int scsi_select(SC_REQ *, int);
248 static void show_phase(SC_REQ *, int);
249 static void show_request(SC_REQ *, const char *);
251 static void transfer_dma(SC_REQ *, u_int, int);