• Home
  • Raw
  • Download

Lines Matching defs:scp

774 static void mk_sense_invalid_fld(struct scsi_cmnd *scp,  in mk_sense_invalid_fld()
814 static void mk_sense_buffer(struct scsi_cmnd *scp, int key, int asc, int asq) in mk_sense_buffer()
834 static void mk_sense_invalid_opcode(struct scsi_cmnd *scp) in mk_sense_invalid_opcode()
928 static int make_ua(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in make_ua()
1009 static int fill_from_dev_buffer(struct scsi_cmnd *scp, unsigned char *arr, in fill_from_dev_buffer()
1032 static int p_fill_from_dev_buffer(struct scsi_cmnd *scp, const void *arr, in p_fill_from_dev_buffer()
1056 static int fetch_to_dev_buffer(struct scsi_cmnd *scp, unsigned char *arr, in fetch_to_dev_buffer()
1395 static int resp_inquiry(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_inquiry()
1549 static int resp_requests(struct scsi_cmnd *scp, in resp_requests()
1610 static int resp_start_stop(struct scsi_cmnd *scp, in resp_start_stop()
1643 static int resp_readcap(struct scsi_cmnd *scp, in resp_readcap()
1662 static int resp_readcap16(struct scsi_cmnd *scp, in resp_readcap16()
1701 static int resp_report_tgtpgs(struct scsi_cmnd *scp, in resp_report_tgtpgs()
1777 static int resp_rsup_opcodes(struct scsi_cmnd *scp, in resp_rsup_opcodes()
1928 static int resp_rsup_tmfs(struct scsi_cmnd *scp, in resp_rsup_tmfs()
2117 static int resp_mode_sense(struct scsi_cmnd *scp, in resp_mode_sense()
2277 static int resp_mode_select(struct scsi_cmnd *scp, in resp_mode_select()
2380 static int resp_log_sense(struct scsi_cmnd *scp, in resp_log_sense()
2458 static int check_device_access_params(struct scsi_cmnd *scp, in check_device_access_params()
2659 static int resp_read_dt0(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_read_dt0()
2973 static int resp_write_dt0(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_write_dt0()
3098 static int resp_write_scat(struct scsi_cmnd *scp, in resp_write_scat()
3261 static int resp_write_same(struct scsi_cmnd *scp, u64 lba, u32 num, in resp_write_same()
3313 static int resp_write_same_10(struct scsi_cmnd *scp, in resp_write_same_10()
3338 static int resp_write_same_16(struct scsi_cmnd *scp, in resp_write_same_16()
3369 static int resp_write_buffer(struct scsi_cmnd *scp, in resp_write_buffer()
3415 static int resp_comp_write(struct scsi_cmnd *scp, in resp_comp_write()
3497 static int resp_unmap(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_unmap()
3555 static int resp_get_lba_status(struct scsi_cmnd *scp, in resp_get_lba_status()
3595 static int resp_sync_cache(struct scsi_cmnd *scp, in resp_sync_cache()
3631 static int resp_report_luns(struct scsi_cmnd *scp, in resp_report_luns()
3722 static int resp_xdwriteread(struct scsi_cmnd *scp, unsigned long long lba, in resp_xdwriteread()
3758 static int resp_xdwriteread_10(struct scsi_cmnd *scp, in resp_xdwriteread_10()
3804 struct scsi_cmnd *scp; in sdebug_q_cmd_complete() local
5663 static bool fake_timeout(struct scsi_cmnd *scp) in fake_timeout()
5677 static bool fake_host_busy(struct scsi_cmnd *scp) in fake_host_busy()
5684 struct scsi_cmnd *scp) in scsi_debug_queuecommand()