Lines Matching refs:sense_key
146 uint8_t sense_key; member
1154 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_inquiry()
1156 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_inquiry()
1220 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_read_toc()
1222 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_read_toc()
1369 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_read_toc()
1371 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_read_toc()
1457 buf[2] = p->sense_key; in atapi_request_sense()
1481 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_start_stop_unit()
1483 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_start_stop_unit()
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()
1555 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_mode_sense()
1557 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_mode_sense()
1575 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_get_event_status_notification()
1577 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_get_event_status_notification()
1655 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in handle_packet_cmd()
1657 ahci_write_fis_d2h(p, slot, cfis, (p->sense_key << 12) | in handle_packet_cmd()
2005 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_ioreq_cb()
2007 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_ioreq_cb()