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

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

Completed in 65 milliseconds