HomeSort by: relevance | last modified time | path
    Searched refs:cdw10 (Results 1 - 7 of 7) sorted by relevancy

  /src/sbin/nvmectl/
power.c 105 pt.cmd.cdw10 = NVM_FEAT_POWER_MANAGEMENT
123 pt.cmd.cdw10 = NVM_FEAT_POWER_MANAGEMENT;
firmware.c 136 pt.cmd.cdw10 = (size / sizeof(uint32_t)) - 1;
160 pt.cmd.cdw10 = (commit_action << 3) | slot;
wdc.c 92 pt.cmd.cdw10 = len / sizeof(uint32_t); /* - 1 like all the others ??? */
98 // printf("opcode %#x cdw10(len) %#x cdw11(offset?) %#x cdw12(cmd/sub) %#x buflen %zd\n",
99 // (int)opcode, (int)cdw10, (int)cdw11, (int)cdw12, buflen);
nvmectl.c 160 pt.cmd.cdw10 = 1;
logpage.c 117 pt.cmd.cdw10 = ((payload_size/sizeof(uint32_t)) - 1) << 16;
118 pt.cmd.cdw10 |= log_page;
  /src/sys/dev/ic/
nvme.c 728 htolem32(&sqe.cdw10, 0);
1021 htolem32(&sqe->cdw10, NVM_FEATURE_VOLATILE_WRITE_CACHE);
1088 htolem32(&sqe->cdw10, NVM_FEATURE_VOLATILE_WRITE_CACHE);
1213 htolem32(&sqe->cdw10, pt->cmd.cdw10);
1742 htolem32(&sqe->cdw10, 1);
1759 pt.cmd.cdw10 = NVM_FEATURE_NUMBER_OF_QUEUES;
nvmereg.h 141 uint32_t cdw10; member in struct:nvme_sqe

Completed in 37 milliseconds