Lines Matching defs:scp
919 static void mk_sense_invalid_fld(struct scsi_cmnd *scp, in mk_sense_invalid_fld()
959 static void mk_sense_buffer(struct scsi_cmnd *scp, int key, int asc, int asq) in mk_sense_buffer()
976 static void mk_sense_invalid_opcode(struct scsi_cmnd *scp) in mk_sense_invalid_opcode()
1068 static int make_ua(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in make_ua()
1155 static int fill_from_dev_buffer(struct scsi_cmnd *scp, unsigned char *arr, in fill_from_dev_buffer()
1178 static int p_fill_from_dev_buffer(struct scsi_cmnd *scp, const void *arr, in p_fill_from_dev_buffer()
1203 static int fetch_to_dev_buffer(struct scsi_cmnd *scp, unsigned char *arr, in fetch_to_dev_buffer()
1568 static int resp_inquiry(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_inquiry()
1736 static int resp_requests(struct scsi_cmnd *scp, in resp_requests()
1790 static int resp_start_stop(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_start_stop()
1845 static int resp_readcap(struct scsi_cmnd *scp, in resp_readcap()
1864 static int resp_readcap16(struct scsi_cmnd *scp, in resp_readcap16()
1910 static int resp_report_tgtpgs(struct scsi_cmnd *scp, in resp_report_tgtpgs()
1987 static int resp_rsup_opcodes(struct scsi_cmnd *scp, in resp_rsup_opcodes()
2138 static int resp_rsup_tmfs(struct scsi_cmnd *scp, in resp_rsup_tmfs()
2327 static int resp_mode_sense(struct scsi_cmnd *scp, in resp_mode_sense()
2494 static int resp_mode_select(struct scsi_cmnd *scp, in resp_mode_select()
2613 static int resp_log_sense(struct scsi_cmnd *scp, in resp_log_sense()
2884 static int check_zbc_access_params(struct scsi_cmnd *scp, in check_zbc_access_params()
2962 (struct scsi_cmnd *scp, unsigned long long lba, in check_device_access_params()
3005 static int do_device_access(struct sdeb_store_info *sip, struct scsi_cmnd *scp, in do_device_access()
3048 static int do_dout_fetch(struct scsi_cmnd *scp, u32 num, u8 *doutp) in do_dout_fetch()
3132 static void dif_copy_prot(struct scsi_cmnd *scp, sector_t sector, in dif_copy_prot()
3178 static int prot_verify_read(struct scsi_cmnd *scp, sector_t start_sec, in prot_verify_read()
3282 static int resp_read_dt0(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_read_dt0()
3579 static int resp_write_dt0(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_write_dt0()
3715 static int resp_write_scat(struct scsi_cmnd *scp, in resp_write_scat()
3877 static int resp_write_same(struct scsi_cmnd *scp, u64 lba, u32 num, in resp_write_same()
3939 static int resp_write_same_10(struct scsi_cmnd *scp, in resp_write_same_10()
3964 static int resp_write_same_16(struct scsi_cmnd *scp, in resp_write_same_16()
3995 static int resp_write_buffer(struct scsi_cmnd *scp, in resp_write_buffer()
4041 static int resp_comp_write(struct scsi_cmnd *scp, in resp_comp_write()
4108 static int resp_unmap(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_unmap()
4165 static int resp_get_lba_status(struct scsi_cmnd *scp, in resp_get_lba_status()
4207 static int resp_sync_cache(struct scsi_cmnd *scp, in resp_sync_cache()
4240 static int resp_pre_fetch(struct scsi_cmnd *scp, in resp_pre_fetch()
4292 static int resp_report_luns(struct scsi_cmnd *scp, in resp_report_luns()
4385 static int resp_verify(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_verify()
4464 static int resp_report_zones(struct scsi_cmnd *scp, in resp_report_zones()
4617 static int resp_open_zone(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_open_zone()
4693 static int resp_close_zone(struct scsi_cmnd *scp, in resp_close_zone()
4765 static int resp_finish_zone(struct scsi_cmnd *scp, in resp_finish_zone()
4846 static int resp_rwp_zone(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_rwp_zone()
4902 struct scsi_cmnd *scp = sqcp->scmd; in sdebug_q_cmd_complete() local
7331 static bool fake_timeout(struct scsi_cmnd *scp) in fake_timeout()
7346 static int resp_not_ready(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_not_ready()
7500 struct scsi_cmnd *scp) in scsi_debug_queuecommand()