Searched refs:sensebuf (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/staging/unisys/include/ |
D | iochannel.h | 225 u8 sensebuf[MAX_SENSE_SIZE]; member
|
/Linux-v4.19/drivers/ata/ |
D | libata-scsi.c | 601 u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; in ata_cmd_ioctl() local 615 memset(sensebuf, 0, sizeof(sensebuf)); in ata_cmd_ioctl() 652 sensebuf, &sshdr, (10*HZ), 5, 0, 0, NULL); in ata_cmd_ioctl() 655 u8 *desc = sensebuf + 8; in ata_cmd_ioctl() 667 if (sensebuf[0] == 0x72 && /* format is "descriptor" */ in ata_cmd_ioctl() 705 u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; in ata_task_ioctl() local 717 memset(sensebuf, 0, sizeof(sensebuf)); in ata_task_ioctl() 733 sensebuf, &sshdr, (10*HZ), 5, 0, 0, NULL); in ata_task_ioctl() 736 u8 *desc = sensebuf + 8; in ata_task_ioctl() 748 if (sensebuf[0] == 0x72 && /* format is "descriptor" */ in ata_task_ioctl()
|
/Linux-v4.19/drivers/usb/storage/ |
D | sddr09.c | 347 sddr09_request_sense(struct us_data *us, unsigned char *sensebuf, int buflen) { in sddr09_request_sense() argument 361 sensebuf, buflen, NULL); in sddr09_request_sense()
|
/Linux-v4.19/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 810 memcpy(scsicmd->sense_buffer, cmdrsp->scsi.sensebuf, MAX_SENSE_SIZE); in do_scsi_linuxstat()
|