Searched refs:NVME_VERSION_ATLEAST (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm_print.c | 441 if (NVME_VERSION_ATLEAST(version, 1, 1)) { in nvme_print_identify_ctrl() 454 if (NVME_VERSION_ATLEAST(version, 1, 1)) { in nvme_print_identify_ctrl() 490 if (NVME_VERSION_ATLEAST(version, 1, 1)) { in nvme_print_identify_ctrl() 514 if (NVME_VERSION_ATLEAST(version, 1, 1)) { in nvme_print_identify_ctrl() 546 if (NVME_VERSION_ATLEAST(version, 1, 1)) { in nvme_print_identify_ctrl() 563 if (NVME_VERSION_ATLEAST(version, 1, 1) && in nvme_print_identify_ctrl() 650 if (NVME_VERSION_ATLEAST(version, 1, 1)) { in nvme_print_identify_nsid()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | nvme.h | 86 #define NVME_VERSION_ATLEAST(v, maj, min) \ macro
|
/titanic_41/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 2167 if (NVME_VERSION_ATLEAST(&nvme->n_version, 1, 1)) in nvme_init_ns() 2518 if (NVME_VERSION_ATLEAST(&nvme->n_version, 1, 1)) in nvme_init()
|