Lines Matching refs:scsi_cmnd
188 static int nsp32_queuecommand(struct Scsi_Host *, struct scsi_cmnd *);
193 static int nsp32_eh_abort (struct scsi_cmnd *);
194 static int nsp32_eh_host_reset(struct scsi_cmnd *);
197 static void nsp32_build_identify(struct scsi_cmnd *);
198 static void nsp32_build_nop (struct scsi_cmnd *);
199 static void nsp32_build_reject (struct scsi_cmnd *);
200 static void nsp32_build_sdtr (struct scsi_cmnd *, unsigned char,
204 static int nsp32_busfree_occur(struct scsi_cmnd *, unsigned short);
205 static void nsp32_msgout_occur (struct scsi_cmnd *);
206 static void nsp32_msgin_occur (struct scsi_cmnd *, unsigned long,
209 static int nsp32_setup_sg_table (struct scsi_cmnd *);
210 static int nsp32_selection_autopara(struct scsi_cmnd *);
211 static int nsp32_selection_autoscsi(struct scsi_cmnd *);
212 static void nsp32_scsi_done (struct scsi_cmnd *);
213 static int nsp32_arbitration (struct scsi_cmnd *, unsigned int);
214 static int nsp32_reselection (struct scsi_cmnd *, unsigned char);
215 static void nsp32_adjust_busfree (struct scsi_cmnd *, unsigned int);
216 static void nsp32_restart_autoscsi (struct scsi_cmnd *, unsigned short);
219 static void nsp32_analyze_sdtr (struct scsi_cmnd *);
361 static void nsp32_build_identify(struct scsi_cmnd *SCpnt) in nsp32_build_identify()
380 static void nsp32_build_sdtr(struct scsi_cmnd *SCpnt, in nsp32_build_sdtr()
399 static void nsp32_build_nop(struct scsi_cmnd *SCpnt) in nsp32_build_nop()
417 static void nsp32_build_reject(struct scsi_cmnd *SCpnt) in nsp32_build_reject()
430 static void nsp32_start_timer(struct scsi_cmnd *SCpnt, int time)
448 static int nsp32_selection_autopara(struct scsi_cmnd *SCpnt) in nsp32_selection_autopara()
580 static int nsp32_selection_autoscsi(struct scsi_cmnd *SCpnt) in nsp32_selection_autoscsi()
756 static int nsp32_arbitration(struct scsi_cmnd *SCpnt, unsigned int base) in nsp32_arbitration()
805 static int nsp32_reselection(struct scsi_cmnd *SCpnt, unsigned char newlun) in nsp32_reselection()
860 static int nsp32_setup_sg_table(struct scsi_cmnd *SCpnt) in nsp32_setup_sg_table()
907 static int nsp32_queuecommand_lck(struct scsi_cmnd *SCpnt, in nsp32_queuecommand_lck()
908 void (*done)(struct scsi_cmnd *)) in nsp32_queuecommand_lck() argument
1165 struct scsi_cmnd *SCpnt = data->CurrentSC; in do_nsp32_isr()
1533 static void nsp32_scsi_done(struct scsi_cmnd *SCpnt) in nsp32_scsi_done()
1571 static int nsp32_busfree_occur(struct scsi_cmnd *SCpnt, unsigned short execph) in nsp32_busfree_occur()
1726 static void nsp32_adjust_busfree(struct scsi_cmnd *SCpnt, unsigned int s_sacklen) in nsp32_adjust_busfree()
1801 static void nsp32_msgout_occur(struct scsi_cmnd *SCpnt) in nsp32_msgout_occur()
1867 static void nsp32_restart_autoscsi(struct scsi_cmnd *SCpnt, unsigned short command) in nsp32_restart_autoscsi()
1933 static void nsp32_msgin_occur(struct scsi_cmnd *SCpnt, in nsp32_msgin_occur()
2230 static void nsp32_analyze_sdtr(struct scsi_cmnd *SCpnt) in nsp32_analyze_sdtr()
2816 static int nsp32_eh_abort(struct scsi_cmnd *SCpnt) in nsp32_eh_abort()
2886 static int nsp32_eh_host_reset(struct scsi_cmnd *SCpnt) in nsp32_eh_host_reset()