• Home
  • Raw
  • Download

Lines Matching refs:Scsi_Cmnd

149                                                                Scsi_Cmnd *scp);
153 static void gdth_putq(gdth_ha_str *ha, Scsi_Cmnd *scp, u8 priority);
155 static int gdth_fill_raw_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp, u8 b);
156 static int gdth_special_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp);
164 static void gdth_copy_internal_data(gdth_ha_str *ha, Scsi_Cmnd *scp,
166 static int gdth_internal_cache_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp);
167 static int gdth_fill_cache_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp, u16 hdrive);
449 Scsi_Cmnd *scp; in __gdth_execute()
1987 static void gdth_putq(gdth_ha_str *ha, Scsi_Cmnd *scp, u8 priority) in gdth_putq()
1990 register Scsi_Cmnd *pscp; in gdth_putq()
1991 register Scsi_Cmnd *nscp; in gdth_putq()
2005 nscp = (Scsi_Cmnd *)pscp->SCp.ptr; in gdth_putq()
2009 nscp = (Scsi_Cmnd *)pscp->SCp.ptr; in gdth_putq()
2018 for (nscp=ha->req_first; nscp; nscp=(Scsi_Cmnd*)nscp->SCp.ptr) in gdth_putq()
2029 register Scsi_Cmnd *pscp; in gdth_next()
2030 register Scsi_Cmnd *nscp; in gdth_next()
2045 for (nscp = pscp = ha->req_first; nscp; nscp = (Scsi_Cmnd *)nscp->SCp.ptr) { in gdth_next()
2047 if (nscp != pscp && nscp != (Scsi_Cmnd *)pscp->SCp.ptr) in gdth_next()
2048 pscp = (Scsi_Cmnd *)pscp->SCp.ptr; in gdth_next()
2255 ha->req_first = pscp = (Scsi_Cmnd *)nscp->SCp.ptr; in gdth_next()
2280 static void gdth_copy_internal_data(gdth_ha_str *ha, Scsi_Cmnd *scp, in gdth_copy_internal_data()
2322 static int gdth_internal_cache_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp) in gdth_internal_cache_cmd()
2424 static int gdth_fill_cache_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp, u16 hdrive) in gdth_fill_cache_cmd()
2599 static int gdth_fill_raw_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp, u8 b) in gdth_fill_raw_cmd()
2772 static int gdth_special_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp) in gdth_special_cmd()
2966 Scsi_Cmnd *scp; in __gdth_interrupt()
3225 Scsi_Cmnd *scp) in gdth_sync_event()
3716 Scsi_Cmnd *nscp; in gdth_timeout()
3732 for (act_rq=0,nscp=ha->req_first; nscp; nscp=(Scsi_Cmnd*)nscp->SCp.ptr) in gdth_timeout()
3919 static int gdth_eh_bus_reset(Scsi_Cmnd *scp) in gdth_eh_bus_reset()
3924 Scsi_Cmnd *cmnd; in gdth_eh_bus_reset()
4475 Scsi_Cmnd *scp; in gdth_ioctl()