Home
last modified time | relevance | path

Searched refs:sensebuf (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/staging/unisys/include/
Diochannel.h225 u8 sensebuf[MAX_SENSE_SIZE]; member
/Linux-v5.4/drivers/ata/
Dlibata-scsi.c585 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/
Dsddr09.c348 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/
Dvisorhba_main.c797 memcpy(scsicmd->sense_buffer, cmdrsp->scsi.sensebuf, MAX_SENSE_SIZE); in do_scsi_linuxstat()