Lines Matching refs:scsi_cmnd

198 static int         nsp32_queuecommand(struct Scsi_Host *, struct scsi_cmnd *);
203 static int nsp32_eh_abort (struct scsi_cmnd *);
204 static int nsp32_eh_bus_reset (struct scsi_cmnd *);
205 static int nsp32_eh_host_reset(struct scsi_cmnd *);
208 static void nsp32_build_identify(struct scsi_cmnd *);
209 static void nsp32_build_nop (struct scsi_cmnd *);
210 static void nsp32_build_reject (struct scsi_cmnd *);
211 static void nsp32_build_sdtr (struct scsi_cmnd *, unsigned char, unsigned char);
214 static int nsp32_busfree_occur(struct scsi_cmnd *, unsigned short);
215 static void nsp32_msgout_occur (struct scsi_cmnd *);
216 static void nsp32_msgin_occur (struct scsi_cmnd *, unsigned long, unsigned short);
218 static int nsp32_setup_sg_table (struct scsi_cmnd *);
219 static int nsp32_selection_autopara(struct scsi_cmnd *);
220 static int nsp32_selection_autoscsi(struct scsi_cmnd *);
221 static void nsp32_scsi_done (struct scsi_cmnd *);
222 static int nsp32_arbitration (struct scsi_cmnd *, unsigned int);
223 static int nsp32_reselection (struct scsi_cmnd *, unsigned char);
224 static void nsp32_adjust_busfree (struct scsi_cmnd *, unsigned int);
225 static void nsp32_restart_autoscsi (struct scsi_cmnd *, unsigned short);
228 static void nsp32_analyze_sdtr (struct scsi_cmnd *);
368 static void nsp32_build_identify(struct scsi_cmnd *SCpnt) in nsp32_build_identify()
387 static void nsp32_build_sdtr(struct scsi_cmnd *SCpnt, in nsp32_build_sdtr()
406 static void nsp32_build_nop(struct scsi_cmnd *SCpnt) in nsp32_build_nop()
424 static void nsp32_build_reject(struct scsi_cmnd *SCpnt) in nsp32_build_reject()
437 static void nsp32_start_timer(struct scsi_cmnd *SCpnt, int time)
455 static int nsp32_selection_autopara(struct scsi_cmnd *SCpnt) in nsp32_selection_autopara()
586 static int nsp32_selection_autoscsi(struct scsi_cmnd *SCpnt) in nsp32_selection_autoscsi()
761 static int nsp32_arbitration(struct scsi_cmnd *SCpnt, unsigned int base) in nsp32_arbitration()
810 static int nsp32_reselection(struct scsi_cmnd *SCpnt, unsigned char newlun) in nsp32_reselection()
864 static int nsp32_setup_sg_table(struct scsi_cmnd *SCpnt) in nsp32_setup_sg_table()
910 static int nsp32_queuecommand_lck(struct scsi_cmnd *SCpnt, void (*done)(struct scsi_cmnd *)) in nsp32_queuecommand_lck() argument
1165 struct scsi_cmnd *SCpnt = data->CurrentSC; in do_nsp32_isr()
1523 static void nsp32_scsi_done(struct scsi_cmnd *SCpnt) in nsp32_scsi_done()
1561 static int nsp32_busfree_occur(struct scsi_cmnd *SCpnt, unsigned short execph) in nsp32_busfree_occur()
1719 static void nsp32_adjust_busfree(struct scsi_cmnd *SCpnt, unsigned int s_sacklen) in nsp32_adjust_busfree()
1792 static void nsp32_msgout_occur(struct scsi_cmnd *SCpnt) in nsp32_msgout_occur()
1868 static void nsp32_restart_autoscsi(struct scsi_cmnd *SCpnt, unsigned short command) in nsp32_restart_autoscsi()
1934 static void nsp32_msgin_occur(struct scsi_cmnd *SCpnt, in nsp32_msgin_occur()
2231 static void nsp32_analyze_sdtr(struct scsi_cmnd *SCpnt) in nsp32_analyze_sdtr()
2821 static int nsp32_eh_abort(struct scsi_cmnd *SCpnt) in nsp32_eh_abort()
2849 static int nsp32_eh_bus_reset(struct scsi_cmnd *SCpnt) in nsp32_eh_bus_reset()
2909 static int nsp32_eh_host_reset(struct scsi_cmnd *SCpnt) in nsp32_eh_host_reset()