Searched refs:sensebuf (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/staging/unisys/include/ |
D | iochannel.h | 225 u8 sensebuf[MAX_SENSE_SIZE]; member
|
/Linux-v5.4/drivers/ata/ |
D | libata-scsi.c | 585 u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; in ata_cmd_ioctl() local 599 memset(sensebuf, 0, sizeof(sensebuf)); in ata_cmd_ioctl() 636 sensebuf, &sshdr, (10*HZ), 5, 0, 0, NULL); in ata_cmd_ioctl() 639 u8 *desc = sensebuf + 8; in ata_cmd_ioctl() 651 if (sensebuf[0] == 0x72 && /* format is "descriptor" */ in ata_cmd_ioctl() 689 u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; in ata_task_ioctl() local 701 memset(sensebuf, 0, sizeof(sensebuf)); in ata_task_ioctl() 717 sensebuf, &sshdr, (10*HZ), 5, 0, 0, NULL); in ata_task_ioctl() 720 u8 *desc = sensebuf + 8; in ata_task_ioctl() 732 if (sensebuf[0] == 0x72 && /* format is "descriptor" */ in ata_task_ioctl()
|
/Linux-v5.4/drivers/usb/storage/ |
D | sddr09.c | 348 sddr09_request_sense(struct us_data *us, unsigned char *sensebuf, int buflen) { in sddr09_request_sense() argument 362 sensebuf, buflen, NULL); in sddr09_request_sense()
|
/Linux-v5.4/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 797 memcpy(scsicmd->sense_buffer, cmdrsp->scsi.sensebuf, MAX_SENSE_SIZE); in do_scsi_linuxstat()
|