Home
last modified time | relevance | path

Searched refs:cdw10 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sbin/nvmectl/
H A Dpower.c105 pt.cmd.cdw10 = NVM_FEAT_POWER_MANAGEMENT in power_set()
123 pt.cmd.cdw10 = NVM_FEAT_POWER_MANAGEMENT; in power_show()
H A Dfirmware.c136 pt.cmd.cdw10 = (size / sizeof(uint32_t)) - 1; in update_firmware()
160 pt.cmd.cdw10 = (commit_action << 3) | slot; in activate_firmware()
H A Dwdc.c92 pt.cmd.cdw10 = len / sizeof(uint32_t); /* - 1 like all the others ??? */ in wdc_get_data()
H A Dnvmectl.c160 pt.cmd.cdw10 = 1; in read_controller_data()
H A Dlogpage.c117 pt.cmd.cdw10 = ((payload_size/sizeof(uint32_t)) - 1) << 16; in read_logpage()
118 pt.cmd.cdw10 |= log_page; in read_logpage()
/netbsd-src/sys/dev/ic/
H A Dnvme.c728 htolem32(&sqe.cdw10, 0); in nvme_ns_identify()
1021 htolem32(&sqe->cdw10, NVM_FEATURE_VOLATILE_WRITE_CACHE); in nvme_getcache_fill()
1088 htolem32(&sqe->cdw10, NVM_FEATURE_VOLATILE_WRITE_CACHE); in nvme_setcache_fill()
1213 htolem32(&sqe->cdw10, pt->cmd.cdw10); in nvme_pt_fill()
1742 htolem32(&sqe->cdw10, 1); in nvme_fill_identify()
1759 pt.cmd.cdw10 = NVM_FEATURE_NUMBER_OF_QUEUES; in nvme_set_number_of_queues()
H A Dnvmereg.h141 uint32_t cdw10; member