Home
last modified time | relevance | path

Searched refs:cdw11 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c253 uint32_t cdw11; member
1691 uint32_t cdw11 = command->cdw11; in nvme_feature_iv_config() local
1697 iv = cdw11 & 0xffff; in nvme_feature_iv_config()
1698 cd = cdw11 & (1 << 16); in nvme_feature_iv_config()
1741 tmpth = command->cdw11 & 0xffff; in nvme_feature_temperature()
1742 tmpsel = (command->cdw11 >> 16) & 0xf; in nvme_feature_temperature()
1743 thsel = (command->cdw11 >> 20) & 0x3; in nvme_feature_temperature()
1792 nqr = command->cdw11 & 0xFFFF; in nvme_feature_num_queues()
1877 feat->cdw11 = command->cdw11; in nvme_opc_set_features()
1879 (command->cdw11 != 0)) in nvme_opc_set_features()
[all …]
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_feature.c566 nvme_get_feat_req_set_cdw11(nvme_get_feat_req_t *req, uint32_t cdw11) in nvme_get_feat_req_set_cdw11() argument
568 if (!nvme_field_check_one(req->gfr_ctrl, cdw11, "get feature", in nvme_get_feat_req_set_cdw11()
573 req->gfr_cdw11 = cdw11; in nvme_get_feat_req_set_cdw11()
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h674 uint32_t cdw11; /* command-specific */ member
1702 uint8_t feature, uint32_t cdw11,
1708 uint8_t feature, uint32_t cdw11,
1792 cmd->cdw11 = htole32(lba >> 32); in nvme_ns_rw_cmd()
1817 cmd->cdw11 = htole32(NVME_DSM_ATTR_DEALLOCATE); in nvme_ns_trim_cmd()
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c2252 uint32_t cdw11, uint32_t *cdw0, void **datap, size_t *lenp) in do_get_feat_common() argument
2267 !nvme_get_feat_req_set_cdw11(req, cdw11)) { in do_get_feat_common()
2269 cdw11, nvme_feat_disc_short(disc)); in do_get_feat_common()