Searched refs:NVME_CAP_CQR (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ | ||
H A D | nvmereg.h | 30 #define NVME_CAP_CQR(_r) ISSET((_r), (1 << 16)) macro |
H A D | nvme.c | 207 printf("%s: cqr %llu\n", DEVNAME(sc), NVME_CAP_CQR(r8)); in nvme_dumpregs() |