Searched defs:v_major (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_reg.h40 uint16_t v_major; member in struct:__anon502
44 (((v)->v_major) > (maj) || \
45 ((v)->v_major == (maj) && (v)->v_minor >= (min)))
48 (((v)->v_major) > (maj) || \
49 ((v)->v_major == (maj) && (v)->v_minor > (min)))

Completed in 65 milliseconds