Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c1833 uint8_t fid = NVMEV(NVME_FEAT_SET_FID, command->cdw10); in nvme_opc_set_features()
1834 bool sv = NVMEV(NVME_FEAT_SET_SV, command->cdw10); in nvme_opc_set_features()
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h598 #define NVMEV(name, x) (((x) >> name##_SHIFT) & name##_MASK) macro