Home
last modified time | relevance | path

Searched defs:srb (Results 1 - 25 of 100) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/usb/storage/
H A Ddebug.c42 void usb_stor_show_command(const struct us_data *us, struct scsi_cmnd *srb) in usb_stor_show_command() argument
H A Dprotocol.c45 void usb_stor_pad12_command(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_pad12_command() argument
61 void usb_stor_ufi_command(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_ufi_command() argument
104 usb_stor_transparent_scsi_command(struct scsi_cmnd *srb, struct us_data *us) usb_stor_transparent_scsi_command() argument
121 usb_stor_access_xfer_buf(unsigned char *buffer, unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **sgptr, unsigned int *offset, enum xfer_buf_dir dir) usb_stor_access_xfer_buf() argument
169 usb_stor_set_xfer_buf(unsigned char *buffer, unsigned int buflen, struct scsi_cmnd *srb) usb_stor_set_xfer_buf() argument
[all...]
H A Dcypress_atacb.c73 static void cypress_atacb_passthrough(struct scsi_cmnd *srb, struct us_data *us) in cypress_atacb_passthrough() argument
[all...]
H A Dkarma.c145 static int rio_karma_transport(struct scsi_cmnd *srb, struct us_data *us) in rio_karma_transport() argument
H A Ddatafab.c548 static int datafab_transport(struct scsi_cmnd *srb, struct us_data *us) in datafab_transport() argument
437 datafab_handle_mode_sense(struct us_data *us, struct scsi_cmnd * srb, int sense_6) datafab_handle_mode_sense() argument
[all...]
H A Djumpshot.c474 static int jumpshot_transport(struct scsi_cmnd *srb, struct us_data *us) in jumpshot_transport() argument
366 jumpshot_handle_mode_sense(struct us_data *us, struct scsi_cmnd * srb, int sense_6) jumpshot_handle_mode_sense() argument
[all...]
H A Dfreecom.c152 freecom_readdata (struct scsi_cmnd *srb, struct us_data *us, in freecom_readdata() argument
185 freecom_writedata (struct scsi_cmnd *srb, struct us_data *us, in freecom_writedata() argument
221 static int freecom_transport(struct scsi_cmnd *srb, struct us_data *us) in freecom_transport() argument
[all...]
H A Dscsiglue.c366 static int queuecommand_lck(struct scsi_cmnd *srb, in queuecommand_lck() argument
451 command_abort(struct scsi_cmnd *srb) command_abort() argument
463 device_reset(struct scsi_cmnd *srb) device_reset() argument
482 bus_reset(struct scsi_cmnd *srb) bus_reset() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Ddebug.c41 void usb_stor_show_command(const struct us_data *us, struct scsi_cmnd *srb) in usb_stor_show_command() argument
H A Dprotocol.c45 void usb_stor_pad12_command(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_pad12_command() argument
61 void usb_stor_ufi_command(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_ufi_command() argument
104 usb_stor_transparent_scsi_command(struct scsi_cmnd *srb, struct us_data *us) usb_stor_transparent_scsi_command() argument
121 usb_stor_access_xfer_buf(unsigned char *buffer, unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **sgptr, unsigned int *offset, enum xfer_buf_dir dir) usb_stor_access_xfer_buf() argument
169 usb_stor_set_xfer_buf(unsigned char *buffer, unsigned int buflen, struct scsi_cmnd *srb) usb_stor_set_xfer_buf() argument
[all...]
H A Dcypress_atacb.c73 static void cypress_atacb_passthrough(struct scsi_cmnd *srb, struct us_data *us) in cypress_atacb_passthrough() argument
[all...]
H A Dkarma.c145 static int rio_karma_transport(struct scsi_cmnd *srb, struct us_data *us) in rio_karma_transport() argument
H A Ddatafab.c547 static int datafab_transport(struct scsi_cmnd *srb, struct us_data *us) in datafab_transport() argument
436 datafab_handle_mode_sense(struct us_data *us, struct scsi_cmnd * srb, int sense_6) datafab_handle_mode_sense() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/image/
H A Dmicrotek.h19 struct scsi_cmnd *srb; member
H A Dmicrotek.c222 static inline void mts_show_command(struct scsi_cmnd *srb) in mts_show_command() argument
333 static int mts_scsi_abort(struct scsi_cmnd *srb) in mts_scsi_abort() argument
344 static int mts_scsi_host_reset(struct scsi_cmnd *srb) in mts_scsi_host_reset() argument
524 mts_build_transfer_context(struct scsi_cmnd *srb, struct mts_desc* desc) mts_build_transfer_context() argument
566 mts_scsi_queuecommand_lck(struct scsi_cmnd *srb, mts_scsi_cmnd_callback callback) mts_scsi_queuecommand_lck() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/image/
H A Dmicrotek.h19 struct scsi_cmnd *srb; member
H A Dmicrotek.c226 static inline void mts_show_command(struct scsi_cmnd *srb) in mts_show_command() argument
337 static int mts_scsi_abort(struct scsi_cmnd *srb) in mts_scsi_abort() argument
348 static int mts_scsi_host_reset(struct scsi_cmnd *srb) in mts_scsi_host_reset() argument
528 mts_build_transfer_context(struct scsi_cmnd *srb, struct mts_desc* desc) mts_build_transfer_context() argument
568 mts_scsi_queuecommand_lck(struct scsi_cmnd *srb) mts_scsi_queuecommand_lck() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_iocb.c147 static void qla4xxx_build_scsi_iocbs(struct srb *srb, in qla4xxx_build_scsi_iocbs() argument
272 int qla4xxx_send_command_to_isp(struct scsi_qla_host *ha, struct srb * srb) in qla4xxx_send_command_to_isp() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H A Dspi.c436 int spi_get_status(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_get_status() argument
449 int spi_set_parameter(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_set_parameter() argument
471 spi_read_flash_id(struct scsi_cmnd *srb, struct rtsx_chip *chip) spi_read_flash_id() argument
554 spi_read_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) spi_read_flash() argument
647 spi_write_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) spi_write_flash() argument
822 spi_erase_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) spi_erase_flash() argument
865 spi_write_flash_status(struct scsi_cmnd *srb, struct rtsx_chip *chip) spi_write_flash_status() argument
[all...]
H A Drtsx.c121 static int queuecommand_lck(struct scsi_cmnd *srb, in queuecommand_lck() argument
157 command_abort(struct scsi_cmnd *srb) command_abort() argument
188 device_reset(struct scsi_cmnd *srb) device_reset() argument
[all...]
H A Drtsx_transport.c32 rtsx_stor_access_xfer_buf(unsigned char *buffer, unsigned int buflen, struct scsi_cmnd *srb, unsigned int *index, unsigned int *offset, enum xfer_buf_dir dir) rtsx_stor_access_xfer_buf() argument
120 rtsx_stor_set_xfer_buf(unsigned char *buffer, unsigned int buflen, struct scsi_cmnd *srb) rtsx_stor_set_xfer_buf() argument
131 rtsx_stor_get_xfer_buf(unsigned char *buffer, unsigned int buflen, struct scsi_cmnd *srb) rtsx_stor_get_xfer_buf() argument
151 rtsx_invoke_transport(struct scsi_cmnd *srb, struct rtsx_chip *chip) rtsx_invoke_transport() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A Dql4_iocb.c147 static void qla4xxx_build_scsi_iocbs(struct srb *srb, in qla4xxx_build_scsi_iocbs() argument
272 int qla4xxx_send_command_to_isp(struct scsi_qla_host *ha, struct srb * srb) in qla4xxx_send_command_to_isp() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H A Drtsx_transport.c32 rtsx_stor_access_xfer_buf(unsigned char *buffer, unsigned int buflen, struct scsi_cmnd *srb, unsigned int *index, unsigned int *offset, enum xfer_buf_dir dir) rtsx_stor_access_xfer_buf() argument
118 rtsx_stor_set_xfer_buf(unsigned char *buffer, unsigned int buflen, struct scsi_cmnd *srb) rtsx_stor_set_xfer_buf() argument
129 rtsx_stor_get_xfer_buf(unsigned char *buffer, unsigned int buflen, struct scsi_cmnd *srb) rtsx_stor_get_xfer_buf() argument
149 rtsx_invoke_transport(struct scsi_cmnd *srb, struct rtsx_chip *chip) rtsx_invoke_transport() argument
[all...]
H A Drtsx.c121 static int queuecommand_lck(struct scsi_cmnd *srb) in queuecommand_lck() argument
156 static int command_abort(struct scsi_cmnd *srb) in command_abort() argument
185 device_reset(struct scsi_cmnd *srb) device_reset() argument
[all...]
H A Dspi.c436 int spi_get_status(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_get_status() argument
449 int spi_set_parameter(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_set_parameter() argument
469 spi_read_flash_id(struct scsi_cmnd *srb, struct rtsx_chip *chip) spi_read_flash_id() argument
552 spi_read_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) spi_read_flash() argument
645 spi_write_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) spi_write_flash() argument
820 spi_erase_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) spi_erase_flash() argument
863 spi_write_flash_status(struct scsi_cmnd *srb, struct rtsx_chip *chip) spi_write_flash_status() argument
[all...]

Completed in 12 milliseconds

1234