Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/cam/nvme/
HDnvme_all.c66 uint32_t cdw10, uint32_t cdw11, uint32_t cdw12, uint32_t cdw13, in nvme_ns_cmd() argument
75 nvmeio->cmd.cdw13 = htole32(cdw13); in nvme_ns_cmd()
187 cmd->cdw13, cmd->cdw14, cmd->cdw15); in nvme_cmd_sbuf()
HDnvme_all.h36 uint32_t cdw10, uint32_t cdw11, uint32_t cdw12, uint32_t cdw13,
/freebsd-14-stable/sbin/nvmecontrol/
HDpassthru.c58 uint32_t cdw13; member
74 .cdw13 = 0,
115 ARG("cdw13", '7', arg_uint32, opt, cdw13,
215 fprintf(stderr, "cdw13 : %#08x\n", opt.cdw13); in passthru()
236 pt.cmd.cdw13 = htole32(opt.cdw13); in passthru()
HDlogpage.c213 pt.cmd.cdw13 = htole32(lpo >> 32); /* LPOU */ in read_logpage()
/freebsd-14-stable/sys/dev/nvme/
HDnvme_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()
HDnvme_ctrlr.c1312 req->cmd.cdw13 = pt->cmd.cdw13; in nvme_ctrlr_passthrough_cmd()
HDnvme.h809 uint32_t cdw13; /* command-specific */ member
1880 uint32_t cdw12, uint32_t cdw13,
HDnvme_qpair.c182 cmd->cdw10, cmd->cdw11, cmd->cdw12, cmd->cdw13, cmd->cdw14, in nvme_qpair_print_command()
/freebsd-14-stable/sbin/nvmecontrol/modules/wdc/
HDwdc.c148 pt.cmd.cdw13 = htole32(off / sizeof(uint32_t)); in wdc_get_data()
238 pt.cmd.cdw13 = htole32(off >> 32); in wdc_get_data_dui()
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_nvme.c1410 logoff = ((uint64_t)(command->cdw13) << 32) | command->cdw12; in nvme_opc_get_log_page()