Lines Matching refs:sense_key
150 uint8_t sense_key; member
1208 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_inquiry()
1210 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_inquiry()
1274 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_read_toc()
1276 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_read_toc()
1423 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_read_toc()
1425 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_read_toc()
1512 buf[2] = p->sense_key; in atapi_request_sense()
1536 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_start_stop_unit()
1538 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_start_stop_unit()
1603 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_mode_sense()
1605 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_mode_sense()
1610 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_mode_sense()
1612 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_mode_sense()
1630 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_get_event_status_notification()
1632 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_get_event_status_notification()
1710 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in handle_packet_cmd()
1712 ahci_write_fis_d2h(p, slot, cfis, (p->sense_key << 12) | in handle_packet_cmd()
2060 p->sense_key = ATA_SENSE_ILLEGAL_REQUEST; in atapi_ioreq_cb()
2062 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_ioreq_cb()
2689 SNAPSHOT_VAR_OR_LEAVE(port->sense_key, meta, ret, done); in pci_ahci_snapshot()