Lines Matching refs:SCSI_SENSE_BUFFERSIZE
380 SCSI_SENSE_BUFFERSIZE, information); in ata_scsi_set_sense_information()
388 scsi_set_sense_field_pointer(cmd->sense_buffer, SCSI_SENSE_BUFFERSIZE, in ata_scsi_set_invalid_field()
397 scsi_set_sense_field_pointer(cmd->sense_buffer, SCSI_SENSE_BUFFERSIZE, in ata_scsi_set_invalid_parameter()
601 u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; in ata_cmd_ioctl()
705 u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; in ata_task_ioctl()
1092 memset(sb, 0, SCSI_SENSE_BUFFERSIZE); in ata_gen_passthru_sense()
1121 if (SCSI_SENSE_BUFFERSIZE < len + 14) in ata_gen_passthru_sense()
1191 memset(sb, 0, SCSI_SENSE_BUFFERSIZE); in ata_gen_ata_sense()
1221 scsi_set_sense_information(sb, SCSI_SENSE_BUFFERSIZE, block); in ata_gen_ata_sense()
2812 memset(cmd->sense_buffer, 0, SCSI_SENSE_BUFFERSIZE); in atapi_request_sense()
2826 sg_init_one(&qc->sgent, cmd->sense_buffer, SCSI_SENSE_BUFFERSIZE); in atapi_request_sense()
2832 qc->cdb[4] = SCSI_SENSE_BUFFERSIZE; in atapi_request_sense()
2842 qc->tf.lbam = SCSI_SENSE_BUFFERSIZE; in atapi_request_sense()
2845 qc->nbytes = SCSI_SENSE_BUFFERSIZE; in atapi_request_sense()