Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dnvme.h62 #define IS_NVME_IOC(x) ((x) > NVME_IOC && (x) <= NVME_IOC_MAX) macro
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c7042 if (IS_NVME_IOC(cmd) == 0) { in nvme_ioctl()