Searched refs:cdw10 (Results 1 – 7 of 7) sorted by relevance
105 pt.cmd.cdw10 = NVM_FEAT_POWER_MANAGEMENT in power_set()123 pt.cmd.cdw10 = NVM_FEAT_POWER_MANAGEMENT; in power_show()
136 pt.cmd.cdw10 = (size / sizeof(uint32_t)) - 1; in update_firmware()160 pt.cmd.cdw10 = (commit_action << 3) | slot; in activate_firmware()
92 pt.cmd.cdw10 = len / sizeof(uint32_t); /* - 1 like all the others ??? */ in wdc_get_data()
160 pt.cmd.cdw10 = 1; in read_controller_data()
117 pt.cmd.cdw10 = ((payload_size/sizeof(uint32_t)) - 1) << 16; in read_logpage()118 pt.cmd.cdw10 |= log_page; in read_logpage()
728 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()
141 uint32_t cdw10; member