Lines Matching refs:sdebug_dev_info

315 struct sdebug_dev_info;
316 static int resp_inquiry(struct scsi_cmnd *, struct sdebug_dev_info *);
317 static int resp_report_luns(struct scsi_cmnd *, struct sdebug_dev_info *);
318 static int resp_requests(struct scsi_cmnd *, struct sdebug_dev_info *);
319 static int resp_mode_sense(struct scsi_cmnd *, struct sdebug_dev_info *);
320 static int resp_mode_select(struct scsi_cmnd *, struct sdebug_dev_info *);
321 static int resp_log_sense(struct scsi_cmnd *, struct sdebug_dev_info *);
322 static int resp_readcap(struct scsi_cmnd *, struct sdebug_dev_info *);
323 static int resp_read_dt0(struct scsi_cmnd *, struct sdebug_dev_info *);
324 static int resp_write_dt0(struct scsi_cmnd *, struct sdebug_dev_info *);
325 static int resp_start_stop(struct scsi_cmnd *, struct sdebug_dev_info *);
326 static int resp_readcap16(struct scsi_cmnd *, struct sdebug_dev_info *);
327 static int resp_get_lba_status(struct scsi_cmnd *, struct sdebug_dev_info *);
328 static int resp_report_tgtpgs(struct scsi_cmnd *, struct sdebug_dev_info *);
329 static int resp_unmap(struct scsi_cmnd *, struct sdebug_dev_info *);
330 static int resp_rsup_opcodes(struct scsi_cmnd *, struct sdebug_dev_info *);
331 static int resp_rsup_tmfs(struct scsi_cmnd *, struct sdebug_dev_info *);
332 static int resp_write_same_10(struct scsi_cmnd *, struct sdebug_dev_info *);
333 static int resp_write_same_16(struct scsi_cmnd *, struct sdebug_dev_info *);
334 static int resp_xdwriteread_10(struct scsi_cmnd *, struct sdebug_dev_info *);
335 static int resp_comp_write(struct scsi_cmnd *, struct sdebug_dev_info *);
336 static int resp_write_buffer(struct scsi_cmnd *, struct sdebug_dev_info *);
344 int (*pfp)(struct scsi_cmnd *, struct sdebug_dev_info *);
584 struct sdebug_dev_info { struct
794 static void clear_luns_changed_on_target(struct sdebug_dev_info *devip) in clear_luns_changed_on_target()
797 struct sdebug_dev_info *dp; in clear_luns_changed_on_target()
811 struct sdebug_dev_info * devip) in check_readiness()
1279 static int resp_inquiry(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_inquiry()
1425 struct sdebug_dev_info * devip) in resp_requests()
1487 struct sdebug_dev_info * devip) in resp_start_stop()
1514 struct sdebug_dev_info * devip) in resp_readcap()
1541 struct sdebug_dev_info * devip) in resp_readcap16()
1583 struct sdebug_dev_info * devip) in resp_report_tgtpgs()
1664 resp_rsup_opcodes(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_rsup_opcodes()
1815 resp_rsup_tmfs(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_rsup_tmfs()
2001 resp_mode_sense(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_mode_sense()
2160 resp_mode_select(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_mode_select()
2264 struct sdebug_dev_info * devip) in resp_log_sense()
2548 resp_read_dt0(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_read_dt0()
2867 resp_write_dt0(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_write_dt0()
3039 resp_write_same_10(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_write_same_10()
3064 resp_write_same_16(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_write_same_16()
3095 resp_write_buffer(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_write_buffer()
3099 struct sdebug_dev_info *dp; in resp_write_buffer()
3141 resp_comp_write(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_comp_write()
3224 resp_unmap(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_unmap()
3283 resp_get_lba_status(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_get_lba_status()
3325 struct sdebug_dev_info * devip) in resp_report_luns()
3382 unsigned int num, struct sdebug_dev_info *devip) in resp_xdwriteread()
3418 resp_xdwriteread_10(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_xdwriteread_10()
3451 struct sdebug_dev_info *devip; in sdebug_q_cmd_complete()
3467 devip = (struct sdebug_dev_info *)scp->device->hostdata; in sdebug_q_cmd_complete()
3511 struct sdebug_dev_info *devip; in sdebug_q_cmd_hrt_complete()
3527 devip = (struct sdebug_dev_info *)scp->device->hostdata; in sdebug_q_cmd_hrt_complete()
3563 static struct sdebug_dev_info *
3566 struct sdebug_dev_info *devip; in sdebug_device_create()
3576 static struct sdebug_dev_info * devInfoReg(struct scsi_device * sdev) in devInfoReg()
3579 struct sdebug_dev_info * open_devip = NULL; in devInfoReg()
3580 struct sdebug_dev_info * devip = in devInfoReg()
3581 (struct sdebug_dev_info *)sdev->hostdata; in devInfoReg()
3630 struct sdebug_dev_info *devip; in scsi_debug_slave_configure()
3649 struct sdebug_dev_info *devip = in scsi_debug_slave_destroy()
3650 (struct sdebug_dev_info *)sdp->hostdata; in scsi_debug_slave_destroy()
3668 struct sdebug_dev_info *devip; in stop_queued_cmnd()
3679 devip = (struct sdebug_dev_info *) in stop_queued_cmnd()
3713 struct sdebug_dev_info *devip; in stop_all_queued()
3720 devip = (struct sdebug_dev_info *) in stop_all_queued()
3782 struct sdebug_dev_info * devip; in scsi_debug_device_reset()
3800 struct sdebug_dev_info *devip; in scsi_debug_target_reset()
3836 struct sdebug_dev_info *devip; in scsi_debug_bus_reset()
3869 struct sdebug_dev_info *devip; in scsi_debug_host_reset()
3943 schedule_resp(struct scsi_cmnd *cmnd, struct sdebug_dev_info *devip, in schedule_resp()
4485 struct sdebug_dev_info *dp; in max_luns_store()
4562 struct sdebug_dev_info *dp; in virtual_gb_store()
5015 struct sdebug_dev_info *sdbg_devinfo, *tmp; in sdebug_add_adapter()
5089 struct sdebug_dev_info *devip; in sdebug_change_qdepth()
5092 devip = (struct sdebug_dev_info *)sdev->hostdata; in sdebug_change_qdepth()
5157 struct sdebug_dev_info *devip; in scsi_debug_queuecommand()
5159 int (*r_pfp)(struct scsi_cmnd *, struct sdebug_dev_info *); in scsi_debug_queuecommand()
5191 devip = (struct sdebug_dev_info *)sdp->hostdata; in scsi_debug_queuecommand()
5428 struct sdebug_dev_info *sdbg_devinfo, *tmp; in sdebug_driver_remove()