Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/nvme/
H A Dnvme_ctrlr_cmd.c39 struct nvme_command *cmd; in nvme_ctrlr_cmd_identify_controller()
61 struct nvme_command *cmd; in nvme_ctrlr_cmd_identify_namespace()
82 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_cq()
106 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_sq()
130 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_cq()
151 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_sq()
174 struct nvme_command *cmd; in nvme_ctrlr_cmd_set_feature()
196 struct nvme_command *cmd; in nvme_ctrlr_cmd_get_feature()
262 struct nvme_command *cmd; in nvme_ctrlr_cmd_get_log_page()
322 struct nvme_command *cmd; in nvme_ctrlr_cmd_abort()
H A Dnvme_ns_cmd.c120 struct nvme_command *cmd; in nvme_ns_cmd_deallocate()
165 struct nvme_command *cmd; in nvme_ns_dump()
H A Dnvme_private.h126 struct nvme_command cmd;
200 struct nvme_command *cmd;
452 void nvme_dump_command(struct nvme_command *cmd);
H A Dnvme.h618 struct nvme_command { struct
649 _Static_assert(sizeof(struct nvme_command) == 16 * 4, "bad size for nvme_command"); argument
1571 struct nvme_command cmd;
1732 void nvme_ns_flush_cmd(struct nvme_command *cmd, uint32_t nsid) in nvme_ns_flush_cmd()
1740 void nvme_ns_rw_cmd(struct nvme_command *cmd, uint32_t rwcmd, uint32_t nsid, in nvme_ns_rw_cmd()
1751 void nvme_ns_write_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_write_cmd()
1758 void nvme_ns_read_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_read_cmd()
1765 void nvme_ns_trim_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_trim_cmd()
H A Dnvme_qpair.c132 struct nvme_command *cmd) in nvme_admin_qpair_print_command()
143 struct nvme_command *cmd) in nvme_io_qpair_print_command()
177 nvme_qpair_print_command(struct nvme_qpair *qpair, struct nvme_command *cmd) in nvme_qpair_print_command()
718 cmdsz = qpair->num_entries * sizeof(struct nvme_command); in nvme_qpair_construct()
759 qpair->cmd = (struct nvme_command *)queuemem; in nvme_qpair_construct()
1264 qpair->num_entries * sizeof(struct nvme_command)); in nvme_qpair_reset()
H A Dnvme.c88 nvme_dump_command(struct nvme_command *cmd) in nvme_dump_command()
H A Dnvme_sysctl.c59 struct nvme_command *cmd; in nvme_dump_queue()
/freebsd-13.1/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.c71 bzero(&nvmeio->cmd, sizeof(struct nvme_command)); in nvme_ns_cmd()
133 nvme_op_string(const struct nvme_command *cmd, int admin) in nvme_op_string()
146 nvme_cmd_string(const struct nvme_command *cmd, char *cmd_string, size_t len) in nvme_cmd_string()
170 nvme_cmd_sbuf(const struct nvme_command *cmd, struct sbuf *sb) in nvme_cmd_sbuf()
H A Dnvme_xpt.c843 char cdb_str[(sizeof(struct nvme_command) * 3) + 1]; in nvme_proto_debug_out()
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_nvme.c177 struct nvme_command *qbase;
245 struct nvme_command *,
413 struct nvme_command *,
417 struct nvme_command *,
421 struct nvme_command *,
425 struct nvme_command *,
429 struct nvme_command *,
1989 struct nvme_command *cmd; in pci_nvme_handle_admin_cmd()
2324 struct nvme_command *cmd, in nvme_opc_flush()
2458 struct nvme_command *cmd, in nvme_opc_write_read()
[all …]
/freebsd-13.1/sys/dev/mpr/
H A Dmpr_sas.c1722 struct nvme_command *c; in mprsas_build_nvme_unmap()
1803 htole16(sizeof(struct nvme_command)); in mprsas_build_nvme_unmap()
1807 c = (struct nvme_command *) req->NVMe_Command; in mprsas_build_nvme_unmap()
/freebsd-13.1/sys/cam/
H A Dcam_ccb.h843 struct nvme_command cmd; /* NVME command, per NVME standard */
/freebsd-13.1/usr.sbin/camdd/
H A Dcamdd.c1396 struct nvme_command *nc = NULL; in camdd_probe_pass_nvme()
1668 struct nvme_command *nc = &nvmeio->cmd; in nvme_read_write()