/linux-6.3-rc2/drivers/staging/rts5208/ |
A D | rtsx_scsi.c | 24 struct scsi_cmnd *srb = chip->srb; in scsi_show_command() local 463 static int inquiry(struct scsi_cmnd *srb, struct rtsx_chip *chip) in inquiry() 736 static int mode_sense(struct scsi_cmnd *srb, struct rtsx_chip *chip) in mode_sense() 833 static int read_write(struct scsi_cmnd *srb, struct rtsx_chip *chip) in read_write() 1086 static int read_eeprom(struct scsi_cmnd *srb, struct rtsx_chip *chip) in read_eeprom() 1188 static int read_mem(struct scsi_cmnd *srb, struct rtsx_chip *chip) in read_mem() 1241 static int write_mem(struct scsi_cmnd *srb, struct rtsx_chip *chip) in write_mem() 1294 static int get_sd_csd(struct scsi_cmnd *srb, struct rtsx_chip *chip) in get_sd_csd() 1781 static int suit_cmd(struct scsi_cmnd *srb, struct rtsx_chip *chip) in suit_cmd() 2319 static int app_cmd(struct scsi_cmnd *srb, struct rtsx_chip *chip) in app_cmd() [all …]
|
A D | spi.c | 436 int spi_get_status(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_get_status() 449 int spi_set_parameter(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_set_parameter() 469 int spi_read_flash_id(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_read_flash_id() 552 int spi_read_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_read_flash() 645 int spi_write_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_write_flash() 820 int spi_erase_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_erase_flash() 863 int spi_write_flash_status(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_write_flash_status()
|
A D | rtsx_transport.c | 34 struct scsi_cmnd *srb, in rtsx_stor_access_xfer_buf() 119 unsigned int buflen, struct scsi_cmnd *srb) in rtsx_stor_set_xfer_buf() 130 unsigned int buflen, struct scsi_cmnd *srb) in rtsx_stor_get_xfer_buf() 149 void rtsx_invoke_transport(struct scsi_cmnd *srb, struct rtsx_chip *chip) in rtsx_invoke_transport()
|
A D | ms.c | 2609 static int mspro_rw_multi_sector(struct scsi_cmnd *srb, 2878 int mspro_format(struct scsi_cmnd *srb, struct rtsx_chip *chip, 3383 static inline void ms_rw_fail(struct scsi_cmnd *srb, struct rtsx_chip *chip) 3644 int ms_rw(struct scsi_cmnd *srb, struct rtsx_chip *chip, 3799 int mg_set_leaf_id(struct scsi_cmnd *srb, struct rtsx_chip *chip) 3843 int mg_get_local_EKB(struct scsi_cmnd *srb, struct rtsx_chip *chip) 3893 int mg_chg(struct scsi_cmnd *srb, struct rtsx_chip *chip) 3968 int mg_get_rsp_chg(struct scsi_cmnd *srb, struct rtsx_chip *chip) 4022 int mg_rsp(struct scsi_cmnd *srb, struct rtsx_chip *chip) 4069 int mg_get_ICV(struct scsi_cmnd *srb, struct rtsx_chip *chip) [all …]
|
A D | sd.c | 3286 int sd_rw(struct scsi_cmnd *srb, struct rtsx_chip *chip, u32 start_sector, 3741 int sd_pass_thru_mode(struct scsi_cmnd *srb, struct rtsx_chip *chip) 3812 static inline int get_rsp_type(struct scsi_cmnd *srb, u8 *rsp_type, 3851 int sd_execute_no_data(struct scsi_cmnd *srb, struct rtsx_chip *chip) 3963 int sd_execute_read_data(struct scsi_cmnd *srb, struct rtsx_chip *chip) 4197 int sd_execute_write_data(struct scsi_cmnd *srb, struct rtsx_chip *chip) 4544 int sd_get_cmd_rsp(struct scsi_cmnd *srb, struct rtsx_chip *chip) 4583 int sd_hw_rst(struct scsi_cmnd *srb, struct rtsx_chip *chip)
|
A D | rtsx.c | 121 static int queuecommand_lck(struct scsi_cmnd *srb) in queuecommand_lck() 185 static int device_reset(struct scsi_cmnd *srb) in device_reset()
|
/linux-6.3-rc2/drivers/usb/storage/ |
A D | protocol.c | 45 void usb_stor_pad12_command(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_pad12_command() 61 void usb_stor_ufi_command(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_ufi_command() 104 void usb_stor_transparent_scsi_command(struct scsi_cmnd *srb, in usb_stor_transparent_scsi_command() 122 unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **sgptr, in usb_stor_access_xfer_buf() 170 unsigned int buflen, struct scsi_cmnd *srb) in usb_stor_set_xfer_buf()
|
A D | transport.c | 467 struct scsi_cmnd* srb) in usb_stor_bulk_srb() 524 static void last_sector_hacks(struct us_data *us, struct scsi_cmnd *srb) in last_sector_hacks() 604 void usb_stor_invoke_transport(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_invoke_transport() 957 int usb_stor_CB_transport(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_CB_transport() 1115 int usb_stor_Bulk_transport(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_Bulk_transport()
|
A D | scsiglue.c | 366 static int queuecommand_lck(struct scsi_cmnd *srb) in queuecommand_lck() 451 static int device_reset(struct scsi_cmnd *srb) in device_reset() 467 static int bus_reset(struct scsi_cmnd *srb) in bus_reset()
|
A D | isd200.c | 330 struct scsi_cmnd srb; member 399 static void isd200_build_sense(struct us_data *us, struct scsi_cmnd *srb) in isd200_build_sense() 452 struct scsi_cmnd *srb = &info->srb; in isd200_set_srb() local 463 static void isd200_srb_set_bufflen(struct scsi_cmnd *srb, unsigned bufflen) in isd200_srb_set_bufflen() 484 struct scsi_cmnd *srb = &info->srb; in isd200_action() local 608 struct scsi_cmnd *srb, in isd200_invoke_transport() 1219 static int isd200_scsi_to_ata(struct scsi_cmnd *srb, struct us_data *us, in isd200_scsi_to_ata() 1513 static void isd200_ata_command(struct scsi_cmnd *srb, struct us_data *us) in isd200_ata_command()
|
A D | ene_ub6250.c | 570 static int do_scsi_request_sense(struct us_data *us, struct scsi_cmnd *srb) in do_scsi_request_sense() 586 static int do_scsi_inquiry(struct us_data *us, struct scsi_cmnd *srb) in do_scsi_inquiry() 612 static int sd_scsi_mode_sense(struct us_data *us, struct scsi_cmnd *srb) in sd_scsi_mode_sense() 671 static int sd_scsi_read(struct us_data *us, struct scsi_cmnd *srb) in sd_scsi_read() 711 static int sd_scsi_write(struct us_data *us, struct scsi_cmnd *srb) in sd_scsi_write() 1466 static int ms_scsi_mode_sense(struct us_data *us, struct scsi_cmnd *srb) in ms_scsi_mode_sense() 1635 static int ms_scsi_read(struct us_data *us, struct scsi_cmnd *srb) in ms_scsi_read() 1734 static int ms_scsi_write(struct us_data *us, struct scsi_cmnd *srb) in ms_scsi_write() 2220 static int sd_scsi_irp(struct us_data *us, struct scsi_cmnd *srb) in sd_scsi_irp() 2265 static int ms_scsi_irp(struct us_data *us, struct scsi_cmnd *srb) in ms_scsi_irp() [all …]
|
A D | freecom.c | 152 freecom_readdata (struct scsi_cmnd *srb, struct us_data *us, in freecom_readdata() 185 freecom_writedata (struct scsi_cmnd *srb, struct us_data *us, in freecom_writedata() 221 static int freecom_transport(struct scsi_cmnd *srb, struct us_data *us) in freecom_transport()
|
A D | debug.c | 41 void usb_stor_show_command(const struct us_data *us, struct scsi_cmnd *srb) in usb_stor_show_command()
|
A D | jumpshot.c | 367 struct scsi_cmnd * srb, in jumpshot_handle_mode_sense() 474 static int jumpshot_transport(struct scsi_cmnd *srb, struct us_data *us) in jumpshot_transport()
|
A D | datafab.c | 437 struct scsi_cmnd * srb, in datafab_handle_mode_sense() 547 static int datafab_transport(struct scsi_cmnd *srb, struct us_data *us) in datafab_transport()
|
A D | cypress_atacb.c | 73 static void cypress_atacb_passthrough(struct scsi_cmnd *srb, struct us_data *us) in cypress_atacb_passthrough()
|
A D | realtek_cr.c | 117 #define SCSI_LUN(srb) ((srb)->device->lun) argument 786 static inline int working_scsi(struct scsi_cmnd *srb) in working_scsi() 796 static void rts51x_invoke_transport(struct scsi_cmnd *srb, struct us_data *us) in rts51x_invoke_transport()
|
A D | karma.c | 145 static int rio_karma_transport(struct scsi_cmnd *srb, struct us_data *us) in rio_karma_transport()
|
A D | shuttle_usbat.c | 1291 struct scsi_cmnd *srb) in usbat_hp8200e_handle_read10() 1552 static int usbat_hp8200e_transport(struct scsi_cmnd *srb, struct us_data *us) in usbat_hp8200e_transport() 1680 static int usbat_flash_transport(struct scsi_cmnd * srb, struct us_data *us) in usbat_flash_transport()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | dc395x.c | 319 struct ScsiReqBlk srb; member 760 struct ScsiReqBlk *srb; in waiting_process_next() local 863 struct ScsiReqBlk *srb) in build_srb() 966 struct ScsiReqBlk *srb; in dc395x_queue_command_lck() local 1218 struct ScsiReqBlk *srb; in dc395x_eh_abort() local 1252 struct ScsiReqBlk *srb) in build_sdtr() 1276 struct ScsiReqBlk *srb) in build_wdtr() 1333 struct ScsiReqBlk* srb) in start_scsi() 1522 struct ScsiReqBlk *srb) in enable_msgout_abort() 1543 struct ScsiReqBlk *srb; in dc395x_handle_interrupt() local [all …]
|
/linux-6.3-rc2/drivers/usb/image/ |
A D | microtek.c | 226 static inline void mts_show_command(struct scsi_cmnd *srb) in mts_show_command() 337 static int mts_scsi_abort(struct scsi_cmnd *srb) in mts_scsi_abort() 348 static int mts_scsi_host_reset(struct scsi_cmnd *srb) in mts_scsi_host_reset() 528 mts_build_transfer_context(struct scsi_cmnd *srb, struct mts_desc* desc) in mts_build_transfer_context() 568 static int mts_scsi_queuecommand_lck(struct scsi_cmnd *srb) in mts_scsi_queuecommand_lck()
|
A D | microtek.h | 19 struct scsi_cmnd *srb; member
|
/linux-6.3-rc2/drivers/scsi/qla4xxx/ |
A D | ql4_isr.c | 20 struct srb *srb) in qla4xxx_copy_sense() 77 struct srb *srb = ha->status_srb; in qla4xxx_status_cont_entry() local 119 struct srb *srb; in qla4xxx_status_entry() local 476 struct srb *srb = NULL; in qla4xxx_process_response_queue() local
|
A D | ql4_def.h | 224 struct srb *srb; member 235 struct srb { struct 253 struct kref srb_ref; /* reference count for this srb */ argument 254 uint8_t err_id; /* error id */ 260 uint16_t reserved; 261 uint16_t iocb_tov; 262 uint16_t iocb_cnt; /* Number of used iocbs */ 263 uint16_t cc_stat; 266 uint8_t *req_sense_ptr; 267 uint16_t req_sense_len; [all …]
|
A D | ql4_iocb.c | 147 static void qla4xxx_build_scsi_iocbs(struct srb *srb, in qla4xxx_build_scsi_iocbs() 272 int qla4xxx_send_command_to_isp(struct scsi_qla_host *ha, struct srb * srb) in qla4xxx_send_command_to_isp()
|