Searched refs:nvme_command (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/sys/dev/nvme/ |
| H A D | nvme_ctrlr_cmd.c | 39 struct nvme_command *cmd; in nvme_ctrlr_cmd_identify_controller() 61 struct nvme_command *cmd; in nvme_ctrlr_cmd_identify_namespace() 83 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_cq() 107 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_sq() 131 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_cq() 152 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_sq() 174 struct nvme_command *cmd; in nvme_ctrlr_cmd_set_feature() 192 struct nvme_command *cmd; in nvme_ctrlr_cmd_get_feature() 258 struct nvme_command *cmd; in nvme_ctrlr_cmd_get_log_page() 318 struct nvme_command *cmd; in nvme_ctrlr_cmd_abort()
|
| H A D | nvme_ns_cmd.c | 120 struct nvme_command *cmd; in nvme_ns_cmd_deallocate() 165 struct nvme_command *cmd; in nvme_ns_dump()
|
| H A D | nvme.h | 542 struct nvme_command struct 574 _Static_assert(sizeof(struct nvme_command) == 16 * 4, "bad size for nvme_command"); argument 1489 struct nvme_command cmd; 1642 void nvme_ns_flush_cmd(struct nvme_command *cmd, uint32_t nsid) in nvme_ns_flush_cmd() 1650 void nvme_ns_rw_cmd(struct nvme_command *cmd, uint32_t rwcmd, uint32_t nsid, in nvme_ns_rw_cmd() 1661 void nvme_ns_write_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_write_cmd() 1668 void nvme_ns_read_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_read_cmd() 1675 void nvme_ns_trim_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_trim_cmd()
|
| H A D | nvme_private.h | 136 struct nvme_command cmd; 199 struct nvme_command *cmd; 442 void nvme_dump_command(struct nvme_command *cmd);
|
| H A D | nvme_qpair.c | 133 struct nvme_command *cmd) in nvme_admin_qpair_print_command() 144 struct nvme_command *cmd) in nvme_io_qpair_print_command() 178 nvme_qpair_print_command(struct nvme_qpair *qpair, struct nvme_command *cmd) in nvme_qpair_print_command() 695 cmdsz = qpair->num_entries * sizeof(struct nvme_command); in nvme_qpair_construct() 727 qpair->cmd = (struct nvme_command *)queuemem; in nvme_qpair_construct() 1136 qpair->num_entries * sizeof(struct nvme_command)); in nvme_qpair_reset()
|
| H A D | nvme_sysctl.c | 68 struct nvme_command *cmd; in nvme_dump_queue()
|
| H A D | nvme.c | 94 nvme_dump_command(struct nvme_command *cmd) in nvme_dump_command()
|
| /freebsd-12.1/sys/cam/nvme/ |
| H A D | nvme_all.h | 45 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 D | nvme_all.c | 71 bzero(&nvmeio->cmd, sizeof(struct nvme_command)); in nvme_ns_cmd() 131 nvme_op_string(const struct nvme_command *cmd, int admin) in nvme_op_string() 144 nvme_cmd_string(const struct nvme_command *cmd, char *cmd_string, size_t len) in nvme_cmd_string() 163 nvme_cmd_sbuf(const struct nvme_command *cmd, struct sbuf *sb) in nvme_cmd_sbuf()
|
| H A D | nvme_xpt.c | 778 char cdb_str[(sizeof(struct nvme_command) * 3) + 1]; in nvme_proto_debug_out()
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | pci_nvme.c | 156 struct nvme_command *qbase; 532 sizeof(struct nvme_command) * asqs); in pci_nvme_init_controller() 588 nvme_opc_delete_io_sq(struct pci_nvme_softc* sc, struct nvme_command* command, in nvme_opc_delete_io_sq() 608 nvme_opc_create_io_sq(struct pci_nvme_softc* sc, struct nvme_command* command, in nvme_opc_create_io_sq() 628 sizeof(struct nvme_command) * (size_t)nsq->size); in nvme_opc_create_io_sq() 696 sizeof(struct nvme_command) * (size_t)ncq->size); in nvme_opc_create_io_cq() 751 nvme_opc_identify(struct pci_nvme_softc* sc, struct nvme_command* command, in nvme_opc_identify() 1000 nvme_opc_abort(struct pci_nvme_softc* sc, struct nvme_command* command, in nvme_opc_abort() 1015 struct nvme_command* command, struct nvme_completion* compl) in nvme_opc_async_event_req() 1033 struct nvme_command *cmd; in pci_nvme_handle_admin_cmd() [all …]
|
| /freebsd-12.1/sys/dev/mpr/ |
| H A D | mpr_sas.c | 1775 struct nvme_command *c; in mprsas_build_nvme_unmap() 1866 htole16(sizeof(struct nvme_command)); in mprsas_build_nvme_unmap() 1870 c = (struct nvme_command *) req->NVMe_Command; in mprsas_build_nvme_unmap()
|
| /freebsd-12.1/sys/cam/ |
| H A D | cam_ccb.h | 835 struct nvme_command cmd; /* NVME command, per NVME standard */
|