Lines Matching defs:SC_REQ
209 } SC_REQ;
222 static SC_REQ *issue_q = NULL; /* Commands waiting to be issued*/
223 static SC_REQ *discon_q = NULL; /* Commands disconnected */
224 static SC_REQ *connected = NULL; /* Command currently connected */
232 static int scsi_select(SC_REQ *, int);
233 static int handle_message(SC_REQ *, u_int);
235 static void nack_message(SC_REQ *, u_char);
236 static void finish_req(SC_REQ *);
239 static int check_autosense(SC_REQ *, int);
247 static void ncr_tprint(SC_REQ *, const char *, ...);
251 static void show_request(SC_REQ *, const char *);
252 /* static void show_phase(SC_REQ *, int); */