Lines Matching refs:sense_key
149 uint8_t sense_key; member
1149 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_inquiry()
1151 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_inquiry()
1214 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_read_toc()
1216 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_read_toc()
1362 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_read_toc()
1364 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_read_toc()
1450 buf[2] = p->sense_key; in atapi_request_sense()
1474 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_start_stop_unit()
1476 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_start_stop_unit()
1541 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_mode_sense()
1543 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_mode_sense()
1548 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_mode_sense()
1550 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_mode_sense()
1568 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_get_event_status_notification()
1570 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_get_event_status_notification()
1648 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in handle_packet_cmd()
1650 ahci_write_fis_d2h(p, slot, cfis, (p->sense_key << 12) | in handle_packet_cmd()
1998 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_ioreq_cb()
2000 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_ioreq_cb()