Home
last modified time | relevance | path

Searched refs:cdw14 (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/cam/nvme/
H A Dnvme_all.c66 uint32_t cdw14, uint32_t cdw15) in nvme_ns_cmd() argument
75 nvmeio->cmd.cdw14 = htole32(cdw14); in nvme_ns_cmd()
186 cmd->cdw13, cmd->cdw14, cmd->cdw15); in nvme_cmd_sbuf()
H A Dnvme_all.h37 uint32_t cdw14, uint32_t cdw15);
/freebsd/sbin/nvmecontrol/
H A Dpassthru.c58 uint32_t cdw14; member
74 .cdw14 = 0,
116 ARG("cdw14", '8', arg_uint32, opt, cdw14,
215 fprintf(stderr, "cdw14 : %#08x\n", opt.cdw14); in passthru()
236 pt.cmd.cdw14 = htole32(opt.cdw14); in passthru()
H A Dlogpage.c213 pt.cmd.cdw14 = htole32( 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
182 cmd->cdw14 = htole32(cdw14); in nvme_ctrlr_cmd_set_feature()
H A Dnvme_linux.h32 __uint32_t cdw14; member
H A Dnvme_ctrlr.c1297 req->cmd.cdw14 = pt->cmd.cdw14; in nvme_ctrlr_passthrough_cmd()
1389 req->cmd.cdw14 = htole32(npc->cdw14); in nvme_ctrlr_linux_passthru_cmd()
H A Dnvme.h842 uint32_t cdw14; /* command-specific */ member
1943 uint32_t cdw14, uint32_t cdw15,
H A Dnvme_qpair.c181 cmd->cdw10, cmd->cdw11, cmd->cdw12, cmd->cdw13, cmd->cdw14, in nvme_qpair_print_command()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf.c1031 cmd.cdw14 = pt->cmd.cdw14; in nvmf_passthrough_cmd()
/freebsd/sys/cam/
H A Dcam_periph.c2204 cmd->cdw11, cmd->cdw12, cmd->cdw13, cmd->cdw14, cmd->cdw15); in cam_periph_devctl_notify()