Searched refs:ATA_QDEPTH (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/ata/ | ||
| D | atascsi.h | 111 #define ATA_QDEPTH(_q) (((_q) & 0x1f) + 1) macro |
| D | atascsi.c | 358 ap->ap_ncqdepth = ATA_QDEPTH(letoh16(ap->ap_identify.qdepth)); in atascsi_probe() |