Searched refs:cdw11 (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-current/sys/dev/nvme/
H A Dnvme_ctrlr_cmd.c93 cmd->cdw11 = htole32((io_que->vector << 16) | 0x3);
117 cmd->cdw11 = htole32((io_que->id << 16) | 0x1);
167 uint32_t cdw11, uint32_t cdw12, uint32_t cdw13, uint32_t cdw14,
179 cmd->cdw11 = htole32(cdw11);
190 uint32_t cdw11, void *payload, uint32_t payload_size,
201 cmd->cdw11 = htole32(cdw11);
210 uint32_t cdw11; local
212 cdw11
166 nvme_ctrlr_cmd_set_feature(struct nvme_controller *ctrlr, uint8_t feature, uint32_t cdw11, uint32_t cdw12, uint32_t cdw13, uint32_t cdw14, uint32_t cdw15, void *payload, uint32_t payload_size, nvme_cb_fn_t cb_fn, void *cb_arg) argument
189 nvme_ctrlr_cmd_get_feature(struct nvme_controller *ctrlr, uint8_t feature, uint32_t cdw11, void *payload, uint32_t payload_size, nvme_cb_fn_t cb_fn, void *cb_arg) argument
221 uint32_t cdw11; local
233 uint32_t cdw11; local
[all...]
H A Dnvme_ns_cmd.c132 cmd->cdw11 = htole32(NVME_DSM_ATTR_DEALLOCATE);
H A Dnvme_ctrlr.c1040 uint32_t cdw11; local
1042 cdw11 = 0;
1044 cdw11 |= 1;
1046 cdw11 |= 2;
1048 nvme_ctrlr_cmd_set_feature(ctrlr, NVME_FEAT_HOST_MEMORY_BUFFER, cdw11,
1286 req->cmd.cdw11 = pt->cmd.cdw11;
H A Dnvme.h830 uint32_t cdw11; /* command-specific */ member in struct:nvme_command
1926 uint8_t feature, uint32_t cdw11,
1932 uint8_t feature, uint32_t cdw11,
2015 cmd->cdw11 = htole32(lba >> 32);
2040 cmd->cdw11 = htole32(NVME_DSM_ATTR_DEALLOCATE);
H A Dnvme_qpair.c127 "cdw10:%08x cdw11:%08x\n",
129 le32toh(cmd->nsid), le32toh(cmd->cdw10), le32toh(cmd->cdw11));
147 ((unsigned long long)le32toh(cmd->cdw11) << 32) + le32toh(cmd->cdw10),
180 "cdw10: %#x cdw11:%#x cdw12:%#x cdw13:%#x cdw14:%#x cdw15:%#x\n",
181 cmd->cdw10, cmd->cdw11, cmd->cdw12, cmd->cdw13, cmd->cdw14,
/freebsd-current/sys/cam/nvme/
H A Dnvme_all.h36 uint32_t cdw10, uint32_t cdw11, uint32_t cdw12, uint32_t cdw13,
H A Dnvme_all.c65 uint32_t cdw10, uint32_t cdw11, uint32_t cdw12, uint32_t cdw13,
72 nvmeio->cmd.cdw11 = htole32(cdw11);
185 cmd->cdw10, cmd->cdw11, cmd->cdw12,
64 nvme_ns_cmd(struct ccb_nvmeio *nvmeio, uint8_t cmd, uint32_t nsid, uint32_t cdw10, uint32_t cdw11, uint32_t cdw12, uint32_t cdw13, uint32_t cdw14, uint32_t cdw15) argument
/freebsd-current/sbin/nvmecontrol/
H A Dpassthru.c55 uint32_t cdw11; member in struct:options
71 .cdw11 = 0,
110 ARG("cdw11", '5', arg_uint32, opt, cdw11,
212 fprintf(stderr, "cdw11 : %#08x\n", opt.cdw11);
233 pt.cmd.cdw11 = htole32(opt.cdw11);
H A Dsanitize.c175 pt.cmd.cdw11 = htole32(opt.ovrpat);
H A Dpower.c109 pt.cmd.cdw11 = htole32(power_val | (workload << 5));
H A Dfirmware.c183 pt.cmd.cdw11 = htole32(off / sizeof(uint32_t));
H A Dresv.c374 pt.cmd.cdw11 = htole32(report_opt.eds); /* EDS */
H A Dlogpage.c208 pt.cmd.cdw11 = htole32(
/freebsd-current/sbin/nvmecontrol/tests/
H A Dbasic.sh145 atf_check -o not-empty -e empty nvmecontrol io-passthru --opcode=02 --data-len=4096 --cdw10=0 --cdw11=0 --cdw12=0x70000 -r 0 nvme0 ${TEST_DEV}
147 atf_check -s not-exit:0 -o empty -e not-empty nvmecontrol io-passthru --opcode=02 --data-len=4096 --cdw10=0 --cdw11=0 --cdw12=0x70000 -r 0 nvme0 ${TEST_DEV}
149 atf_check -s not-exit:0 -o ignore -e match:"${INV_OPT_MSG}" nvmecontrol io-passthru ${INV_OPT} --opcode=02 --data-len=4096 --cdw10=0 --cdw11=0 --cdw12=0x70000 -r 0 nvme0 ${TEST_DEV}
/freebsd-current/usr.sbin/nvmfd/
H A Dio.c100 numd = le32toh(cmd->cdw10) >> 16 | le32toh(cmd->cdw11) << 16;
206 num_queues = le32toh(cmd->cdw11) & 0xffff;
213 if (le32toh(cmd->cdw11) >> 16 != num_queues)
227 cqe.cdw0 = cmd->cdw11;
235 aer_mask = le32toh(cmd->cdw11);
352 return ((uint64_t)le32toh(cmd->cdw11) << 32 | le32toh(cmd->cdw10));
/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c245 uint32_t cdw11; member in struct:nvme_feature_obj
698 sc->feat[fid].cdw11 = PCI_NVME_AEN_DEFAULT_MASK;
905 sc->feat[NVME_FEAT_ASYNC_EVENT_CONFIGURATION].cdw11;
1221 if (command->cdw11 & NVME_CMD_CDW11_PC) {
1251 nsq->cqid = (command->cdw11 >> 16) & 0xffff;
1266 nsq->qpriority = (command->cdw11 >> 1) & 0x03;
1330 if ((command->cdw11 & NVME_CMD_CDW11_PC) == 0) {
1350 ncq->intr_en = (command->cdw11 & NVME_CMD_CDW11_IEN) >> 1;
1351 ncq->intr_vec = (command->cdw11 >> 16) & 0xffff;
1397 logsize = ((command->cdw11 << 1
1666 uint32_t cdw11 = command->cdw11; local
[all...]
/freebsd-current/sys/dev/nvmf/controller/
H A Dnvmft_controller.c532 numd = le32toh(cmd->cdw10) >> 16 | le32toh(cmd->cdw11) << 16;
723 num_queues = le32toh(cmd->cdw11) & 0xffff;
730 if (le32toh(cmd->cdw11) >> 16 != num_queues)
754 cqe.cdw0 = cmd->cdw11;
763 aer_mask = le32toh(cmd->cdw11);
/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf_aer.c217 cmd.cdw11 = htole32(config);
H A Dnvmf_cmd.c160 cmd.cdw11 = htole32(numd >> 16);
H A Dnvmf_ns.c196 cmd.cdw11 = htole32(NVME_DSM_ATTR_DEALLOCATE);
H A Dnvmf.c819 cmd.cdw11 = pt->cmd.cdw11;
/freebsd-current/lib/libnvmf/
H A Dnvmf_controller.c446 numd = le32toh(cmd->cdw10) >> 16 | (le32toh(cmd->cdw11) & 0xffff) << 16;
H A Dnvmf_host.c601 cmd.cdw11 = htole32(numd >> 16);
726 cmd.cdw11 = htole32((requested << 16) | requested);
/freebsd-current/tools/tools/nvmf/nvmfdd/
H A Dnvmfdd.c254 cmd.cdw11 = htole32(slba >> 32);
/freebsd-current/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c145 pt.cmd.cdw11 = htole32(off / sizeof(uint32_t));

Completed in 347 milliseconds

12