Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ata/
Datascsi.h111 #define ATA_QDEPTH(_q) (((_q) & 0x1f) + 1) macro
Datascsi.c358 ap->ap_ncqdepth = ATA_QDEPTH(letoh16(ap->ap_identify.qdepth)); in atascsi_probe()