Home
last modified time | relevance | path

Searched refs:cdw0 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c2180 arb.r = cdw0; in nvme_print_feat_arbitration()
2204 pm.r = cdw0; in nvme_print_feat_power_mgmt()
2223 lrt.r = cdw0; in nvme_print_feat_lba_range()
2278 tt.r = cdw0; in nvme_print_feat_temperature()
2291 er.r = cdw0; in nvme_print_feat_error()
2309 wc.r = cdw0; in nvme_print_feat_write_cache()
2324 nq.r = cdw0; in nvme_print_feat_nqueues()
2340 ic.r = cdw0; in nvme_print_feat_intr_coal()
2356 iv.r = cdw0; in nvme_print_feat_intr_vect()
2374 wa.r = cdw0; in nvme_print_feat_write_atom()
[all …]
H A Dnvmeadm.c2256 uint32_t cdw11, uint32_t *cdw0, void **datap, size_t *lenp) in do_get_feat_common() argument
2316 if (!nvme_get_feat_req_get_cdw0(req, cdw0)) { in do_get_feat_common()
2338 uint32_t cdw0; in do_get_feat_temp_thresh_one() local
2355 feat->f_print(cdw0, (void *)label, 0, npa->npa_idctl, in do_get_feat_temp_thresh_one()
2511 uint32_t cdw0; in do_get_feat_intr_vect() local
2519 if (!do_get_feat_common(npa, disc, vect.r, &cdw0, &buf, in do_get_feat_intr_vect()
2525 feat->f_print(cdw0, buf, buflen, npa->npa_idctl, in do_get_feat_intr_vect()
2546 uint32_t cdw0; in do_get_features_cb() local
2583 if (!do_get_feat_common(npa, disc, 0, &cdw0, &data, &datalen)) { in do_get_features_cb()
2589 feat->f_print(cdw0, data, datalen, npa->npa_idctl, in do_get_features_cb()
[all …]
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_vuc.c476 nvme_vuc_req_get_cdw0(nvme_vuc_req_t *req, uint32_t *cdw0) in nvme_vuc_req_get_cdw0() argument
478 if (cdw0 == NULL) { in nvme_vuc_req_get_cdw0()
480 "encountered invalid cdw0 output pointer: %p", cdw0)); in nvme_vuc_req_get_cdw0()
489 *cdw0 = req->nvr_cdw0; in nvme_vuc_req_get_cdw0()
H A Dlibnvme_feature.c637 nvme_get_feat_req_get_cdw0(nvme_get_feat_req_t *req, uint32_t *cdw0) in nvme_get_feat_req_get_cdw0() argument
639 if (cdw0 == NULL) { in nvme_get_feat_req_get_cdw0()
641 "encountered invalid cdw0 output pointer: %p", cdw0)); in nvme_get_feat_req_get_cdw0()
650 *cdw0 = req->gfr_cdw0; in nvme_get_feat_req_get_cdw0()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c370 uint32_t cdw0,
1189 uint32_t cdw0, in pci_nvme_cq_update() argument
1206 cqe->cdw0 = cdw0; in pci_nvme_cq_update()
1822 compl->cdw0 = NVME_FEATURE_NUM_QUEUES(sc); in nvme_feature_num_queues()
1864 compl->cdw0 = 0; in nvme_opc_set_features()
1905 compl->cdw0 = 0; in nvme_opc_get_features()
1915 compl->cdw0 = NVME_FEATURES_NS_SPECIFIC; in nvme_opc_get_features()
1917 compl->cdw0 = feat->cdw11; in nvme_opc_get_features()
1998 compl->cdw0 = 1; in nvme_opc_abort()
2055 compl.cdw0 = 0; in pci_nvme_handle_admin_cmd()
[all …]
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h685 uint32_t cdw0; /* command-specific */ member
1830 s->cdw0 = le32toh(s->cdw0); in nvme_completion_swapbytes()