Home
last modified time | relevance | path

Searched refs:ATA_ID_QUEUE_DEPTH (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Data.h66 ATA_ID_QUEUE_DEPTH = 75, enumerator
558 #define ata_id_queue_depth(id) (((id)[ATA_ID_QUEUE_DEPTH] & 0x1f) + 1)
/Linux-v5.4/drivers/ide/
Dit821x.c483 id[ATA_ID_QUEUE_DEPTH] = 0; in it821x_quirkproc()