Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_reg.h295 #define NVME_OPC_VENDOR_LOW 0xC0 macro
298 ((x) >= NVME_OPC_VENDOR_LOW && (x) <= NVME_OPC_VENDOR_HIGH)
H A Dnvme_stat.c217 case NVME_OPC_VENDOR_LOW ... NVME_OPC_VENDOR_HIGH: in nvme_admin_stat_cmd()