/linux-4.4.14/drivers/staging/rts5208/ |
D | rtsx_scsi.c | 35 struct scsi_cmnd *srb = chip->srb; in scsi_show_command() local 422 static int test_unit_ready(struct scsi_cmnd *srb, struct rtsx_chip *chip) in test_unit_ready() 474 static int inquiry(struct scsi_cmnd *srb, struct rtsx_chip *chip) in inquiry() 562 static int start_stop_unit(struct scsi_cmnd *srb, struct rtsx_chip *chip) in start_stop_unit() 598 static int allow_medium_removal(struct scsi_cmnd *srb, struct rtsx_chip *chip) in allow_medium_removal() 617 static int request_sense(struct scsi_cmnd *srb, struct rtsx_chip *chip) in request_sense() 757 static int mode_sense(struct scsi_cmnd *srb, struct rtsx_chip *chip) in mode_sense() 857 static int read_write(struct scsi_cmnd *srb, struct rtsx_chip *chip) in read_write() 999 static int read_format_capacity(struct scsi_cmnd *srb, struct rtsx_chip *chip) in read_format_capacity() 1080 static int read_capacity(struct scsi_cmnd *srb, struct rtsx_chip *chip) in read_capacity() [all …]
|
D | spi.c | 520 int spi_get_status(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_get_status() 533 int spi_set_parameter(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_set_parameter() 553 int spi_read_flash_id(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_read_flash_id() 642 int spi_read_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_read_flash() 739 int spi_write_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_write_flash() 936 int spi_erase_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_erase_flash() 989 int spi_write_flash_status(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_write_flash_status()
|
D | rtsx_transport.c | 42 unsigned int buflen, struct scsi_cmnd *srb, unsigned int *index, in rtsx_stor_access_xfer_buf() 128 unsigned int buflen, struct scsi_cmnd *srb) in rtsx_stor_set_xfer_buf() 139 unsigned int buflen, struct scsi_cmnd *srb) in rtsx_stor_get_xfer_buf() 158 void rtsx_invoke_transport(struct scsi_cmnd *srb, struct rtsx_chip *chip) in rtsx_invoke_transport()
|
D | rtsx.c | 126 static int queuecommand_lck(struct scsi_cmnd *srb, in queuecommand_lck() 191 static int device_reset(struct scsi_cmnd *srb) in device_reset() 202 static int bus_reset(struct scsi_cmnd *srb) in bus_reset()
|
D | ms.c | 2948 static int mspro_rw_multi_sector(struct scsi_cmnd *srb, 3232 int mspro_format(struct scsi_cmnd *srb, struct rtsx_chip *chip, 3805 static inline void ms_rw_fail(struct scsi_cmnd *srb, struct rtsx_chip *chip) 3814 static int ms_rw_multi_sector(struct scsi_cmnd *srb, struct rtsx_chip *chip, 4075 int ms_rw(struct scsi_cmnd *srb, struct rtsx_chip *chip, 4246 int mg_set_leaf_id(struct scsi_cmnd *srb, struct rtsx_chip *chip) 4296 int mg_get_local_EKB(struct scsi_cmnd *srb, struct rtsx_chip *chip) 4352 int mg_chg(struct scsi_cmnd *srb, struct rtsx_chip *chip) 4436 int mg_get_rsp_chg(struct scsi_cmnd *srb, struct rtsx_chip *chip) 4496 int mg_rsp(struct scsi_cmnd *srb, struct rtsx_chip *chip) [all …]
|
D | sd.c | 3736 int sd_rw(struct scsi_cmnd *srb, struct rtsx_chip *chip, u32 start_sector, 4228 int sd_pass_thru_mode(struct scsi_cmnd *srb, struct rtsx_chip *chip) 4302 static inline int get_rsp_type(struct scsi_cmnd *srb, u8 *rsp_type, 4341 int sd_execute_no_data(struct scsi_cmnd *srb, struct rtsx_chip *chip) 4476 int sd_execute_read_data(struct scsi_cmnd *srb, struct rtsx_chip *chip) 4738 int sd_execute_write_data(struct scsi_cmnd *srb, struct rtsx_chip *chip) 5118 int sd_get_cmd_rsp(struct scsi_cmnd *srb, struct rtsx_chip *chip) 5160 int sd_hw_rst(struct scsi_cmnd *srb, struct rtsx_chip *chip)
|
D | rtsx.h | 90 #define SCSI_LUN(srb) ((srb)->device->lun) argument
|
D | rtsx_card.c | 985 int card_rw(struct scsi_cmnd *srb, struct rtsx_chip *chip, in card_rw()
|
D | xd.c | 1981 int xd_rw(struct scsi_cmnd *srb, struct rtsx_chip *chip, in xd_rw()
|
D | rtsx_chip.h | 706 struct scsi_cmnd *srb; /* current srb */ member
|
/linux-4.4.14/drivers/usb/storage/ |
D | protocol.c | 60 void usb_stor_pad12_command(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_pad12_command() 76 void usb_stor_ufi_command(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_ufi_command() 118 void usb_stor_transparent_scsi_command(struct scsi_cmnd *srb, in usb_stor_transparent_scsi_command() 135 unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **sgptr, in usb_stor_access_xfer_buf() 182 unsigned int buflen, struct scsi_cmnd *srb) in usb_stor_set_xfer_buf()
|
D | transport.c | 466 struct scsi_cmnd* srb) in usb_stor_bulk_srb() 522 static void last_sector_hacks(struct us_data *us, struct scsi_cmnd *srb) in last_sector_hacks() 597 void usb_stor_invoke_transport(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_invoke_transport() 914 int usb_stor_CB_transport(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_CB_transport() 1063 int usb_stor_Bulk_transport(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_Bulk_transport()
|
D | scsiglue.c | 324 static int queuecommand_lck(struct scsi_cmnd *srb, in queuecommand_lck() 395 static int device_reset(struct scsi_cmnd *srb) in device_reset() 411 static int bus_reset(struct scsi_cmnd *srb) in bus_reset()
|
D | freecom.c | 155 freecom_readdata (struct scsi_cmnd *srb, struct us_data *us, in freecom_readdata() 188 freecom_writedata (struct scsi_cmnd *srb, struct us_data *us, in freecom_writedata() 224 static int freecom_transport(struct scsi_cmnd *srb, struct us_data *us) in freecom_transport()
|
D | isd200.c | 341 struct scsi_cmnd srb; member 410 static void isd200_build_sense(struct us_data *us, struct scsi_cmnd *srb) in isd200_build_sense() 463 struct scsi_cmnd *srb = &info->srb; in isd200_set_srb() local 474 static void isd200_srb_set_bufflen(struct scsi_cmnd *srb, unsigned bufflen) in isd200_srb_set_bufflen() 495 struct scsi_cmnd *srb = &info->srb; in isd200_action() local 619 struct scsi_cmnd *srb, in isd200_invoke_transport() 1222 static int isd200_scsi_to_ata(struct scsi_cmnd *srb, struct us_data *us, in isd200_scsi_to_ata() 1516 static void isd200_ata_command(struct scsi_cmnd *srb, struct us_data *us) in isd200_ata_command()
|
D | debug.c | 57 void usb_stor_show_command(const struct us_data *us, struct scsi_cmnd *srb) in usb_stor_show_command()
|
D | ene_ub6250.c | 578 static int sd_scsi_test_unit_ready(struct us_data *us, struct scsi_cmnd *srb) in sd_scsi_test_unit_ready() 592 static int sd_scsi_inquiry(struct us_data *us, struct scsi_cmnd *srb) in sd_scsi_inquiry() 604 static int sd_scsi_mode_sense(struct us_data *us, struct scsi_cmnd *srb) in sd_scsi_mode_sense() 623 static int sd_scsi_read_capacity(struct us_data *us, struct scsi_cmnd *srb) in sd_scsi_read_capacity() 663 static int sd_scsi_read(struct us_data *us, struct scsi_cmnd *srb) in sd_scsi_read() 703 static int sd_scsi_write(struct us_data *us, struct scsi_cmnd *srb) in sd_scsi_write() 1444 static int ms_scsi_test_unit_ready(struct us_data *us, struct scsi_cmnd *srb) in ms_scsi_test_unit_ready() 1459 static int ms_scsi_inquiry(struct us_data *us, struct scsi_cmnd *srb) in ms_scsi_inquiry() 1472 static int ms_scsi_mode_sense(struct us_data *us, struct scsi_cmnd *srb) in ms_scsi_mode_sense() 1490 static int ms_scsi_read_capacity(struct us_data *us, struct scsi_cmnd *srb) in ms_scsi_read_capacity() [all …]
|
D | jumpshot.c | 378 struct scsi_cmnd * srb, in jumpshot_handle_mode_sense() 485 static int jumpshot_transport(struct scsi_cmnd *srb, struct us_data *us) in jumpshot_transport()
|
D | datafab.c | 449 struct scsi_cmnd * srb, in datafab_handle_mode_sense() 559 static int datafab_transport(struct scsi_cmnd *srb, struct us_data *us) in datafab_transport()
|
D | cypress_atacb.c | 85 static void cypress_atacb_passthrough(struct scsi_cmnd *srb, struct us_data *us) in cypress_atacb_passthrough()
|
D | karma.c | 156 static int rio_karma_transport(struct scsi_cmnd *srb, struct us_data *us) in rio_karma_transport()
|
D | realtek_cr.c | 128 #define SCSI_LUN(srb) ((srb)->device->lun) argument 796 static inline int working_scsi(struct scsi_cmnd *srb) in working_scsi() 806 static void rts51x_invoke_transport(struct scsi_cmnd *srb, struct us_data *us) in rts51x_invoke_transport()
|
D | shuttle_usbat.c | 1301 struct scsi_cmnd *srb) in usbat_hp8200e_handle_read10() 1562 static int usbat_hp8200e_transport(struct scsi_cmnd *srb, struct us_data *us) in usbat_hp8200e_transport() 1689 static int usbat_flash_transport(struct scsi_cmnd * srb, struct us_data *us) in usbat_flash_transport()
|
D | usb.h | 136 struct scsi_cmnd *srb; /* current srb */ member
|
D | sddr09.c | 1499 static int dpcm_transport(struct scsi_cmnd *srb, struct us_data *us) in dpcm_transport() 1540 static int sddr09_transport(struct scsi_cmnd *srb, struct us_data *us) in sddr09_transport()
|
D | sddr55.c | 780 static int sddr55_transport(struct scsi_cmnd *srb, struct us_data *us) in sddr55_transport()
|
D | alauda.c | 1133 static int alauda_transport(struct scsi_cmnd *srb, struct us_data *us) in alauda_transport()
|
/linux-4.4.14/drivers/scsi/ |
D | dc395x.c | 335 struct ScsiReqBlk srb; member 736 static void free_tag(struct DeviceCtlBlk *dcb, struct ScsiReqBlk *srb) in free_tag() 760 struct ScsiReqBlk *srb = NULL; in srb_get_free() local 771 static void srb_free_insert(struct AdapterCtlBlk *acb, struct ScsiReqBlk *srb) in srb_free_insert() 779 struct ScsiReqBlk *srb) in srb_waiting_insert() 788 struct ScsiReqBlk *srb) in srb_waiting_append() 796 static void srb_going_append(struct DeviceCtlBlk *dcb, struct ScsiReqBlk *srb) in srb_going_append() 804 static void srb_going_remove(struct DeviceCtlBlk *dcb, struct ScsiReqBlk *srb) in srb_going_remove() 820 struct ScsiReqBlk *srb) in srb_waiting_remove() 836 struct ScsiReqBlk *srb) in srb_going_to_waiting_move() [all …]
|
D | 3w-xxxx.c | 1278 struct scsi_cmnd *srb; in tw_reset_device_extension() local 1690 struct scsi_cmnd *srb; in tw_scsiop_read_write() local
|
D | qla1280.h | 102 struct srb { struct 103 struct list_head list; /* (8/16) LU queue */ 104 struct scsi_cmnd *cmd; /* (4/8) SCSI command block */ 107 struct completion *wait; 108 dma_addr_t saved_dma_handle; /* for unmap of single transfers */ 109 uint8_t flags; /* (1) Status flags. */ 110 uint8_t dir; /* direction of transfer */
|
D | 3w-sas.c | 299 struct scsi_cmnd *srb = NULL; in twl_scsiop_execute_scsi() local
|
D | a100u2w.h | 138 struct scsi_cmnd *srb; /*50 SRB Pointer */ member
|
D | 3w-9xxx.c | 1807 struct scsi_cmnd *srb = NULL; in DEF_SCSI_QCMD() local
|
D | 3w-xxxx.h | 400 struct scsi_cmnd *srb[TW_Q_LENGTH]; member
|
D | 3w-sas.h | 366 struct scsi_cmnd *srb[TW_Q_LENGTH]; member
|
D | 3w-9xxx.h | 646 struct scsi_cmnd *srb[TW_Q_LENGTH]; member
|
D | initio.h | 385 struct scsi_cmnd *srb; /*50 SRB Pointer */ member
|
/linux-4.4.14/drivers/usb/image/ |
D | microtek.c | 225 static inline void mts_show_command(struct scsi_cmnd *srb) in mts_show_command() 336 static int mts_scsi_abort(struct scsi_cmnd *srb) in mts_scsi_abort() 347 static int mts_scsi_host_reset(struct scsi_cmnd *srb) in mts_scsi_host_reset() 529 mts_build_transfer_context(struct scsi_cmnd *srb, struct mts_desc* desc) in mts_build_transfer_context() 573 mts_scsi_queuecommand_lck(struct scsi_cmnd *srb, mts_scsi_cmnd_callback callback) in mts_scsi_queuecommand_lck()
|
D | microtek.h | 18 struct scsi_cmnd *srb; member
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_isr.c | 21 struct srb *srb) in qla4xxx_copy_sense() 78 struct srb *srb = ha->status_srb; in qla4xxx_status_cont_entry() local 120 struct srb *srb; in qla4xxx_status_entry() local 477 struct srb *srb = NULL; in qla4xxx_process_response_queue() local
|
D | ql4_def.h | 224 struct srb { struct 242 struct kref srb_ref; /* reference count for this srb */ argument 243 uint8_t err_id; /* error id */ 249 uint16_t reserved; 250 uint16_t iocb_tov; 251 uint16_t iocb_cnt; /* Number of used iocbs */ 252 uint16_t cc_stat; 255 uint8_t *req_sense_ptr; 256 uint16_t req_sense_len; 257 uint16_t reserved2;
|
D | ql4_iocb.c | 148 static void qla4xxx_build_scsi_iocbs(struct srb *srb, in qla4xxx_build_scsi_iocbs() 273 int qla4xxx_send_command_to_isp(struct scsi_qla_host *ha, struct srb * srb) in qla4xxx_send_command_to_isp()
|
D | ql4_os.c | 4005 struct srb *srb; in qla4xxx_get_new_srb() local 4021 static void qla4xxx_srb_free_dma(struct scsi_qla_host *ha, struct srb *srb) in qla4xxx_srb_free_dma() 4034 struct srb *srb = container_of(ref, struct srb, srb_ref); in qla4xxx_srb_compl() local 4063 struct srb *srb; in qla4xxx_queuecommand() local 4764 struct srb *srb; in qla4xxx_abort_active_cmds() local 9068 struct srb *srb = NULL; in qla4xxx_del_from_active_array() local 9196 struct srb *srb = NULL; in qla4xxx_eh_abort() local
|
D | ql4_mbx.c | 1173 int qla4xxx_abort_task(struct scsi_qla_host *ha, struct srb *srb) in qla4xxx_abort_task()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_dbf.c | 112 struct fsf_status_read_buffer *srb = req->data; in zfcp_dbf_hba_fsf_uss() local 386 struct fsf_status_read_buffer *srb = in zfcp_dbf_san_in_els() local
|
/linux-4.4.14/drivers/ipack/devices/ |
D | scc2698.h | 60 u8 d9, srb; /* Status register (b) */ member
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_def.h | 387 typedef struct srb { struct 396 struct srb_iocb iocb_cmd; argument 402 } srb_t; argument
|