Home
last modified time | relevance | path

Searched refs:scsi_execute_cmd (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c103 res = scsi_execute_cmd(sdev, cmd, opf, NULL, 0, HP_SW_TIMEOUT, in hp_sw_tur()
157 res = scsi_execute_cmd(sdev, cmd, opf, NULL, 0, HP_SW_TIMEOUT, in hp_sw_start_stop()
H A Dscsi_dh_emc.c269 err = scsi_execute_cmd(sdev, cdb, opf, csdev->buffer, len, in send_trespass_cmd()
H A Dscsi_dh_alua.c145 return scsi_execute_cmd(sdev, cdb, opf, buff, bufflen, in submit_rtpg()
180 return scsi_execute_cmd(sdev, cdb, opf, stpg_data, in submit_stpg()
H A Dscsi_dh_rdac.c573 rc = scsi_execute_cmd(sdev, cdb, opf, &h->ctlr->mode_select, data_size, in send_mode_select()
/linux/drivers/scsi/
H A Dscsi.c312 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_IN, buffer, len, in scsi_vpd_inquiry()
584 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_IN, buffer, in scsi_report_opcode()
H A Dscsi_scan.c213 scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_IN, result, 0x2a, in scsi_unlock_floptical()
708 result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_IN, in scsi_probe_lun()
1528 result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_IN, lun_data, in scsi_report_lun_scan()
H A Dses.c114 ret = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_IN, buf, bufflen, in ses_recv_diag()
171 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, buf, bufflen, in ses_send_diag()
H A Dscsi_lib.c294 int scsi_execute_cmd(struct scsi_device *sdev, const unsigned char *cmd, in scsi_execute_cmd() function
362 EXPORT_SYMBOL(scsi_execute_cmd);
2248 ret = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, real_buffer, len, in scsi_mode_select()
2331 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_IN, buffer, len, in scsi_mode_sense()
2413 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_IN, NULL, 0, in scsi_test_unit_ready()
H A Dsr_ioctl.c207 result = scsi_execute_cmd(SDev, cgc->cmd, in sr_do_ioctl()
H A Dscsi_ioctl.c81 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_IN, NULL, 0, timeout, in ioctl_internal_command()
H A Dch.c213 result = scsi_execute_cmd(ch->device, cmd, op, buffer, buflength, in ch_do_scsi()
H A Dvirtio_scsi.c356 result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_IN, in virtscsi_rescan_hotunplug()
H A Dscsi_transport_spi.c133 return scsi_execute_cmd(sdev, cmd, opf, buffer, bufflen, DV_TIMEOUT, 1, in spi_execute()
/linux/drivers/hwmon/
H A Ddrivetemp.c196 err = scsi_execute_cmd(st->sdev, scsi_cmd, op, st->smartdata, in drivetemp_scsi_command()
/linux/include/scsi/
H A Dscsi_device.h547 int scsi_execute_cmd(struct scsi_device *sdev, const unsigned char *cmd,
/linux/drivers/scsi/cxlflash/
H A Dvlun.c453 result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_OUT, in write_same16()
H A Dsuperpipe.c311 * in scsi_execute_cmd(), the EEH handler will attempt to recover. As part of
318 * while this thread is still running. Once the scsi_execute_cmd() returns,
320 * changed while inside of scsi_execute_cmd(). The state check will wait if the
363 result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_IN, cmd_buf, in read_cap16()
/linux/drivers/ata/
H A Dlibata-scsi.c513 cmd_result = scsi_execute_cmd(scsidev, scsi_cmd, REQ_OP_DRV_IN, argbuf, in ata_cmd_ioctl()
601 cmd_result = scsi_execute_cmd(scsidev, scsi_cmd, REQ_OP_DRV_IN, NULL, in ata_task_ioctl()
/linux/drivers/ufs/core/
H A Dufshcd.c9354 return scsi_execute_cmd(sdev, cdb, REQ_OP_DRV_IN, /*buffer=*/NULL, in ufshcd_execute_start_stop()