Lines Matching refs:sdebug_dev_info

317 struct sdebug_dev_info;
318 static int resp_inquiry(struct scsi_cmnd *, struct sdebug_dev_info *);
319 static int resp_report_luns(struct scsi_cmnd *, struct sdebug_dev_info *);
320 static int resp_requests(struct scsi_cmnd *, struct sdebug_dev_info *);
321 static int resp_mode_sense(struct scsi_cmnd *, struct sdebug_dev_info *);
322 static int resp_mode_select(struct scsi_cmnd *, struct sdebug_dev_info *);
323 static int resp_log_sense(struct scsi_cmnd *, struct sdebug_dev_info *);
324 static int resp_readcap(struct scsi_cmnd *, struct sdebug_dev_info *);
325 static int resp_read_dt0(struct scsi_cmnd *, struct sdebug_dev_info *);
326 static int resp_write_dt0(struct scsi_cmnd *, struct sdebug_dev_info *);
327 static int resp_start_stop(struct scsi_cmnd *, struct sdebug_dev_info *);
328 static int resp_readcap16(struct scsi_cmnd *, struct sdebug_dev_info *);
329 static int resp_get_lba_status(struct scsi_cmnd *, struct sdebug_dev_info *);
330 static int resp_report_tgtpgs(struct scsi_cmnd *, struct sdebug_dev_info *);
331 static int resp_unmap(struct scsi_cmnd *, struct sdebug_dev_info *);
332 static int resp_rsup_opcodes(struct scsi_cmnd *, struct sdebug_dev_info *);
333 static int resp_rsup_tmfs(struct scsi_cmnd *, struct sdebug_dev_info *);
334 static int resp_write_same_10(struct scsi_cmnd *, struct sdebug_dev_info *);
335 static int resp_write_same_16(struct scsi_cmnd *, struct sdebug_dev_info *);
336 static int resp_xdwriteread_10(struct scsi_cmnd *, struct sdebug_dev_info *);
337 static int resp_comp_write(struct scsi_cmnd *, struct sdebug_dev_info *);
338 static int resp_write_buffer(struct scsi_cmnd *, struct sdebug_dev_info *);
346 int (*pfp)(struct scsi_cmnd *, struct sdebug_dev_info *);
587 struct sdebug_dev_info { struct
797 static void clear_luns_changed_on_target(struct sdebug_dev_info *devip) in clear_luns_changed_on_target()
800 struct sdebug_dev_info *dp; in clear_luns_changed_on_target()
814 struct sdebug_dev_info * devip) in check_readiness()
1282 static int resp_inquiry(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_inquiry()
1428 struct sdebug_dev_info * devip) in resp_requests()
1489 struct sdebug_dev_info * devip) in resp_start_stop()
1516 struct sdebug_dev_info * devip) in resp_readcap()
1543 struct sdebug_dev_info * devip) in resp_readcap16()
1585 struct sdebug_dev_info * devip) in resp_report_tgtpgs()
1666 resp_rsup_opcodes(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_rsup_opcodes()
1817 resp_rsup_tmfs(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_rsup_tmfs()
2003 resp_mode_sense(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_mode_sense()
2162 resp_mode_select(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_mode_select()
2266 struct sdebug_dev_info * devip) in resp_log_sense()
2545 resp_read_dt0(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_read_dt0()
2864 resp_write_dt0(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_write_dt0()
3036 resp_write_same_10(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_write_same_10()
3061 resp_write_same_16(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_write_same_16()
3092 resp_write_buffer(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_write_buffer()
3096 struct sdebug_dev_info *dp; in resp_write_buffer()
3138 resp_comp_write(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_comp_write()
3221 resp_unmap(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_unmap()
3280 resp_get_lba_status(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_get_lba_status()
3322 struct sdebug_dev_info * devip) in resp_report_luns()
3379 unsigned int num, struct sdebug_dev_info *devip) in resp_xdwriteread()
3415 resp_xdwriteread_10(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_xdwriteread_10()
3448 struct sdebug_dev_info *devip; in sdebug_q_cmd_complete()
3464 devip = (struct sdebug_dev_info *)scp->device->hostdata; in sdebug_q_cmd_complete()
3508 struct sdebug_dev_info *devip; in sdebug_q_cmd_hrt_complete()
3524 devip = (struct sdebug_dev_info *)scp->device->hostdata; in sdebug_q_cmd_hrt_complete()
3560 static struct sdebug_dev_info *
3563 struct sdebug_dev_info *devip; in sdebug_device_create()
3573 static struct sdebug_dev_info * devInfoReg(struct scsi_device * sdev) in devInfoReg()
3576 struct sdebug_dev_info * open_devip = NULL; in devInfoReg()
3577 struct sdebug_dev_info * devip = in devInfoReg()
3578 (struct sdebug_dev_info *)sdev->hostdata; in devInfoReg()
3626 struct sdebug_dev_info *devip; in scsi_debug_slave_configure()
3645 struct sdebug_dev_info *devip = in scsi_debug_slave_destroy()
3646 (struct sdebug_dev_info *)sdp->hostdata; in scsi_debug_slave_destroy()
3664 struct sdebug_dev_info *devip; in stop_queued_cmnd()
3675 devip = (struct sdebug_dev_info *) in stop_queued_cmnd()
3709 struct sdebug_dev_info *devip; in stop_all_queued()
3716 devip = (struct sdebug_dev_info *) in stop_all_queued()
3778 struct sdebug_dev_info * devip; in scsi_debug_device_reset()
3796 struct sdebug_dev_info *devip; in scsi_debug_target_reset()
3832 struct sdebug_dev_info *devip; in scsi_debug_bus_reset()
3865 struct sdebug_dev_info *devip; in scsi_debug_host_reset()
3938 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()
5004 struct sdebug_dev_info *sdbg_devinfo, *tmp; in sdebug_add_adapter()
5076 struct sdebug_dev_info *devip; in sdebug_change_qdepth()
5079 devip = (struct sdebug_dev_info *)sdev->hostdata; in sdebug_change_qdepth()
5144 struct sdebug_dev_info *devip; in scsi_debug_queuecommand()
5146 int (*r_pfp)(struct scsi_cmnd *, struct sdebug_dev_info *); in scsi_debug_queuecommand()
5178 devip = (struct sdebug_dev_info *)sdp->hostdata; in scsi_debug_queuecommand()
5416 struct sdebug_dev_info *sdbg_devinfo, *tmp; in sdebug_driver_remove()