Searched refs:NVME_VERSION_ATLEAST (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | nvme.h | 754 #define NVME_VERSION_ATLEAST(v, maj, min) \ macro
|
/illumos-gate/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 2198 if (!NVME_VERSION_ATLEAST(&cmd->nc_nvme->n_version, 1, 2)) in nvme_check_generic_cmd_status() 3750 if (NVME_VERSION_ATLEAST(&nvme->n_version, 1, 2) && in nvme_allocated_ns() 3794 if (NVME_VERSION_ATLEAST(&nvme->n_version, 1, 1)) { in nvme_active_ns() 3877 if (NVME_VERSION_ATLEAST(&nvme->n_version, 1, 1)) in nvme_init_ns() 3883 if (NVME_VERSION_ATLEAST(&nvme->n_version, 1, 2)) in nvme_init_ns()
|