Searched refs:cdw11 (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | pci_nvme.c | 252 uint32_t cdw11; member 723 sc->feat[fid].cdw11 = PCI_NVME_AEN_DEFAULT_MASK; in pci_nvme_init_features() 934 sc->feat[NVME_FEAT_ASYNC_EVENT_CONFIGURATION].cdw11; in pci_nvme_aen_process() 1252 if (command->cdw11 & NVME_CMD_CDW11_PC) { in nvme_opc_create_io_sq() 1282 nsq->cqid = (command->cdw11 >> 16) & 0xffff; in nvme_opc_create_io_sq() 1297 nsq->qpriority = (command->cdw11 >> 1) & 0x03; in nvme_opc_create_io_sq() 1361 if ((command->cdw11 & NVME_CMD_CDW11_PC) == 0) { in nvme_opc_create_io_cq() 1381 ncq->intr_en = (command->cdw11 & NVME_CMD_CDW11_IEN) >> 1; in nvme_opc_create_io_cq() 1382 ncq->intr_vec = (command->cdw11 >> 16) & 0xffff; in nvme_opc_create_io_cq() 1428 logsize = ((command->cdw11 << 16) | (command->cdw10 >> 16)) + 1; in nvme_opc_get_log_page() [all …]
|
| /illumos-gate/usr/src/lib/libnvme/common/ |
| H A D | libnvme_feature.c | 572 nvme_get_feat_req_set_cdw11(nvme_get_feat_req_t *req, uint32_t cdw11) in nvme_get_feat_req_set_cdw11() argument 574 if (!nvme_field_check_one(req->gfr_ctrl, cdw11, "get feature", in nvme_get_feat_req_set_cdw11() 579 req->gfr_cdw11 = cdw11; in nvme_get_feat_req_set_cdw11()
|
| /illumos-gate/usr/src/contrib/bhyve/dev/nvme/ |
| H A D | nvme.h | 852 uint32_t cdw11; /* command-specific */ member 1954 uint8_t feature, uint32_t cdw11, 1960 uint8_t feature, uint32_t cdw11, 2043 cmd->cdw11 = htole32(lba >> 32); in nvme_ns_rw_cmd() 2068 cmd->cdw11 = htole32(NVME_DSM_ATTR_DEALLOCATE); in nvme_ns_trim_cmd()
|
| /illumos-gate/usr/src/cmd/nvmeadm/ |
| H A D | nvmeadm.c | 2983 uint32_t cdw11, uint32_t *cdw0, void **datap, size_t *lenp) in do_get_feat_common() argument 2998 !nvme_get_feat_req_set_cdw11(req, cdw11)) { in do_get_feat_common() 3000 cdw11, nvme_feat_disc_short(disc)); in do_get_feat_common()
|