Home
last modified time | relevance | path

Searched refs:cdw13 (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/cam/nvme/
H A Dnvme_all.c65 uint32_t cdw10, uint32_t cdw11, uint32_t cdw12, uint32_t cdw13, in nvme_ns_cmd() argument
74 nvmeio->cmd.cdw13 = htole32(cdw13); in nvme_ns_cmd()
186 cmd->cdw13, cmd->cdw14, cmd->cdw15); in nvme_cmd_sbuf()
H A Dnvme_all.h36 uint32_t cdw10, uint32_t cdw11, uint32_t cdw12, uint32_t cdw13,
/freebsd/sbin/nvmecontrol/
H A Dpassthru.c57 uint32_t cdw13; member
73 .cdw13 = 0,
114 ARG("cdw13", '7', arg_uint32, opt, cdw13,
214 fprintf(stderr, "cdw13 : %#08x\n", opt.cdw13); in passthru()
235 pt.cmd.cdw13 = htole32(opt.cdw13); in passthru()
H A Dlogpage.c212 pt.cmd.cdw13 = htole32(lpo >> 32); /* LPOU */ in read_logpage()
/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr_cmd.c167 uint32_t cdw11, uint32_t cdw12, uint32_t cdw13, uint32_t cdw14, in nvme_ctrlr_cmd_set_feature() argument
181 cmd->cdw13 = htole32(cdw13); in nvme_ctrlr_cmd_set_feature()
H A Dnvme_linux.h31 __uint32_t cdw13; member
H A Dnvme_ctrlr.c1296 req->cmd.cdw13 = pt->cmd.cdw13; in nvme_ctrlr_passthrough_cmd()
1388 req->cmd.cdw13 = htole32(npc->cdw13); in nvme_ctrlr_linux_passthru_cmd()
H A Dnvme.h840 uint32_t cdw13; /* command-specific */
1941 uint32_t cdw12, uint32_t cdw13,
832 uint32_t cdw13; /* command-specific */ global() member
H A Dnvme_qpair.c181 cmd->cdw10, cmd->cdw11, cmd->cdw12, cmd->cdw13, cmd->cdw14, in nvme_qpair_print_command()
/freebsd/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c147 pt.cmd.cdw13 = htole32(off / sizeof(uint32_t)); in wdc_get_data()
237 pt.cmd.cdw13 = htole32(off >> 32); in wdc_get_data_dui()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf.c976 cmd.cdw13 = pt->cmd.cdw13; in nvmf_passthrough_cmd()
/freebsd/lib/libnvmf/
H A Dnvmf_controller.c455 return (le32toh(cmd->cdw12) | (uint64_t)le32toh(cmd->cdw13) << 32); in nvmf_get_log_page_offset()
H A Dnvmf_host.c603 cmd.cdw13 = htole32(offset >> 32); in nvmf_get_discovery_log_page()
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c543 offset = le32toh(cmd->cdw12) | (uint64_t)le32toh(cmd->cdw13) << 32; in handle_get_log_page()
/freebsd/sys/cam/
H A Dcam_periph.c2203 cmd->cdw11, cmd->cdw12, cmd->cdw13, cmd->cdw14, cmd->cdw15); in cam_periph_devctl_notify()
/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c1410 logoff = ((uint64_t)(command->cdw13) << 32) | command->cdw12; in nvme_opc_get_log_page()