| /illumos-gate/usr/src/cmd/nvmeadm/ |
| H A D | nvmeadm_print.c | 2164 nvme_print_feat_unknown(nvme_feat_output_t output, uint32_t cdw0, void *b, in nvme_print_feat_unknown() argument 2168 nvme_print_uint64(4, "cdw0", cdw0, "0x%"PRIx64, NULL); in nvme_print_feat_unknown() 2177 nvme_print_feat_arbitration(uint32_t cdw0, void *b, size_t s, in nvme_print_feat_arbitration() argument 2185 arb.r = cdw0; in nvme_print_feat_arbitration() 2201 nvme_print_feat_power_mgmt(uint32_t cdw0, void *b, size_t s, in nvme_print_feat_power_mgmt() argument 2209 pm.r = cdw0; in nvme_print_feat_power_mgmt() 2215 nvme_print_feat_lba_range(uint32_t cdw0, void *buf, size_t bufsize, in nvme_print_feat_lba_range() argument 2228 lrt.r = cdw0; in nvme_print_feat_lba_range() 2275 nvme_print_feat_temperature(uint32_t cdw0, void *b, size_t s, in nvme_print_feat_temperature() argument 2283 tt.r = cdw0; in nvme_print_feat_temperature() [all …]
|
| H A D | nvmeadm_vuc.c | 400 uint32_t cdw0; in do_vendor_cmd() local 401 if (nvme_vuc_req_get_cdw0(req, &cdw0)) { in do_vendor_cmd() 402 (void) printf("Request cdw0: 0x%x\n", cdw0); in do_vendor_cmd()
|
| H A D | nvmeadm.c | 2983 uint32_t cdw11, uint32_t *cdw0, void **datap, size_t *lenp) in do_get_feat_common() argument 3043 if (!nvme_get_feat_req_get_cdw0(req, cdw0)) { in do_get_feat_common() 3065 uint32_t cdw0; in do_get_feat_temp_thresh_one() local 3078 if (!do_get_feat_common(npa, disc, tt.r, &cdw0, &buf, &buflen)) { in do_get_feat_temp_thresh_one() 3082 feat->f_print(cdw0, (void *)label, 0, npa->npa_idctl, in do_get_feat_temp_thresh_one() 3238 uint32_t cdw0; in do_get_feat_intr_vect() local 3246 if (!do_get_feat_common(npa, disc, vect.r, &cdw0, &buf, in do_get_feat_intr_vect() 3252 feat->f_print(cdw0, buf, buflen, npa->npa_idctl, in do_get_feat_intr_vect() 3273 uint32_t cdw0; in do_get_features_cb() local 3310 if (!do_get_feat_common(npa, disc, 0, &cdw0, &data, &datalen)) { in do_get_features_cb() [all …]
|
| /illumos-gate/usr/src/lib/libnvme/common/ |
| H A D | libnvme_vuc.c | 484 nvme_vuc_req_get_cdw0(nvme_vuc_req_t *req, uint32_t *cdw0) in nvme_vuc_req_get_cdw0() argument 486 if (cdw0 == NULL) { in nvme_vuc_req_get_cdw0() 488 "encountered invalid cdw0 output pointer: %p", cdw0)); in nvme_vuc_req_get_cdw0() 497 *cdw0 = req->nvr_cdw0; in nvme_vuc_req_get_cdw0()
|
| H A D | libnvme_feature.c | 665 nvme_get_feat_req_get_cdw0(nvme_get_feat_req_t *req, uint32_t *cdw0) in nvme_get_feat_req_get_cdw0() argument 667 if (cdw0 == NULL) { in nvme_get_feat_req_get_cdw0() 669 "encountered invalid cdw0 output pointer: %p", cdw0)); in nvme_get_feat_req_get_cdw0() 678 *cdw0 = req->gfr_cdw0; in nvme_get_feat_req_get_cdw0()
|
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | pci_nvme.c | 380 uint32_t cdw0, 1195 uint32_t cdw0, in pci_nvme_cq_update() argument 1212 cqe->cdw0 = cdw0; in pci_nvme_cq_update() 1828 compl->cdw0 = NVME_FEATURE_NUM_QUEUES(sc); in nvme_feature_num_queues() 1870 compl->cdw0 = 0; in nvme_opc_set_features() 1911 compl->cdw0 = 0; in nvme_opc_get_features() 1921 compl->cdw0 = NVME_FEATURES_NS_SPECIFIC; in nvme_opc_get_features() 1923 compl->cdw0 = feat->cdw11; in nvme_opc_get_features() 2004 compl->cdw0 = 1; in nvme_opc_abort() 2061 compl.cdw0 = 0; in pci_nvme_handle_admin_cmd() [all …]
|
| /illumos-gate/usr/src/contrib/bhyve/dev/nvme/ |
| H A D | nvme.h | 863 uint32_t cdw0; /* command-specific */ member 2081 s->cdw0 = le32toh(s->cdw0); in nvme_completion_swapbytes()
|