Home
last modified time | relevance | path

Searched refs:nvme_command (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/sys/dev/nvme/
H A Dnvme_ctrlr_cmd.c37 struct nvme_command *cmd; in nvme_ctrlr_cmd_identify_controller()
59 struct nvme_command *cmd; in nvme_ctrlr_cmd_identify_namespace()
80 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_cq()
104 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_sq()
128 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_cq()
149 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_sq()
172 struct nvme_command *cmd; in nvme_ctrlr_cmd_set_feature()
194 struct nvme_command *cmd; in nvme_ctrlr_cmd_get_feature()
260 struct nvme_command *cmd; in nvme_ctrlr_cmd_get_log_page()
320 struct nvme_command *cmd; in nvme_ctrlr_cmd_abort()
H A Dnvme_ns_cmd.c118 struct nvme_command *cmd; in nvme_ns_cmd_deallocate()
163 struct nvme_command *cmd; in nvme_ns_dump()
H A Dnvme_private.h110 struct nvme_command cmd;
180 struct nvme_command *cmd;
439 struct nvme_command *cmd);
H A Dnvme.h780 struct nvme_command { struct
814 _Static_assert(sizeof(struct nvme_command) == 16 * 4, "bad size for nvme_command"); argument
1794 struct nvme_command cmd;
1954 void nvme_ns_flush_cmd(struct nvme_command *cmd, uint32_t nsid) in nvme_ns_flush_cmd()
1962 void nvme_ns_rw_cmd(struct nvme_command *cmd, uint32_t rwcmd, uint32_t nsid, in nvme_ns_rw_cmd()
1973 void nvme_ns_write_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_write_cmd()
1980 void nvme_ns_read_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_read_cmd()
1987 void nvme_ns_trim_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_trim_cmd()
H A Dnvme_qpair.c124 struct nvme_command *cmd) in nvme_admin_qpair_print_command()
135 struct nvme_command *cmd) in nvme_io_qpair_print_command()
169 nvme_qpair_print_command(struct nvme_qpair *qpair, struct nvme_command *cmd) in nvme_qpair_print_command()
746 cmdsz = qpair->num_entries * sizeof(struct nvme_command); in nvme_qpair_construct()
788 qpair->cmd = (struct nvme_command *)queuemem; in nvme_qpair_construct()
1341 qpair->num_entries * sizeof(struct nvme_command)); in nvme_qpair_reset()
H A Dnvme_sysctl.c57 struct nvme_command *cmd; in nvme_dump_queue()
/freebsd-14.2/sys/cam/nvme/
H A Dnvme_all.h45 const char *nvme_op_string(const struct nvme_command *, int admin);
46 const char *nvme_cmd_string(const struct nvme_command *, char *, size_t);
47 void nvme_cmd_sbuf(const struct nvme_command *, struct sbuf *sb);
H A Dnvme_all.c69 bzero(&nvmeio->cmd, sizeof(struct nvme_command)); in nvme_ns_cmd()
138 nvme_op_string(const struct nvme_command *cmd, int admin) in nvme_op_string()
151 nvme_cmd_string(const struct nvme_command *cmd, char *cmd_string, size_t len) in nvme_cmd_string()
175 nvme_cmd_sbuf(const struct nvme_command *cmd, struct sbuf *sb) in nvme_cmd_sbuf()
H A Dnvme_xpt.c837 char cdb_str[(sizeof(struct nvme_command) * 3) + 1]; in nvme_proto_debug_out()
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_nvme.c173 struct nvme_command *qbase;
241 struct nvme_command *,
420 struct nvme_command *,
424 struct nvme_command *,
428 struct nvme_command *,
432 struct nvme_command *,
436 struct nvme_command *,
2024 struct nvme_command *cmd; in pci_nvme_handle_admin_cmd()
2503 struct nvme_command *cmd, in nvme_opc_write_read()
2593 struct nvme_command *cmd, in nvme_opc_dataset_mgmt()
[all …]
/freebsd-14.2/sys/dev/mpr/
H A Dmpr_sas.c1714 struct nvme_command *c; in mprsas_build_nvme_unmap()
1795 htole16(sizeof(struct nvme_command)); in mprsas_build_nvme_unmap()
1799 c = (struct nvme_command *) req->NVMe_Command; in mprsas_build_nvme_unmap()
/freebsd-14.2/sys/cam/
H A Dcam_ccb.h853 struct nvme_command cmd; /* NVME command, per NVME standard */
/freebsd-14.2/usr.sbin/camdd/
H A Dcamdd.c1383 struct nvme_command *nc = NULL; in camdd_probe_pass_nvme()
1654 struct nvme_command *nc = &nvmeio->cmd; in nvme_read_write()