drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c
286
struct nvme_command *nvme_cmd,
drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c
295
struct nvme_command *nvme_cmd,
drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c
305
struct nvme_command *nvme_cmd,
drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c
314
struct nvme_command *nvme_cmd,
drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.h
23
struct nvme_command *nvme_cmd,
drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.h
27
struct nvme_command *nvme_cmd,
drivers/nvme/host/apple.c
135
struct nvme_command *sqes;
drivers/nvme/host/apple.c
1359
iosq_size = depth * sizeof(struct nvme_command);
drivers/nvme/host/apple.c
162
struct nvme_command cmd;
drivers/nvme/host/apple.c
208
static_assert(sizeof(struct nvme_command) == 64);
drivers/nvme/host/apple.c
294
struct nvme_command *cmd)
drivers/nvme/host/apple.c
315
struct nvme_command *cmd)
drivers/nvme/host/apple.c
540
struct nvme_command *cmnd)
drivers/nvme/host/apple.c
711
struct nvme_command c = {};
drivers/nvme/host/apple.c
729
struct nvme_command c = {};
drivers/nvme/host/apple.c
739
struct nvme_command c = {};
drivers/nvme/host/apple.c
757
struct nvme_command c = {};
drivers/nvme/host/apple.c
773
struct nvme_command *cmnd = &iod->cmd;
drivers/nvme/host/auth.c
61
struct nvme_command cmd = {};
drivers/nvme/host/core.c
1007
struct request *req, struct nvme_command *cmnd,
drivers/nvme/host/core.c
1099
struct nvme_command *cmd = nvme_req(req)->cmd;
drivers/nvme/host/core.c
1175
int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd,
drivers/nvme/host/core.c
1214
int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd,
drivers/nvme/host/core.c
1272
struct nvme_command *cmd, int status)
drivers/nvme/host/core.c
1439
struct nvme_command *cmd)
drivers/nvme/host/core.c
1481
struct nvme_command c = { };
drivers/nvme/host/core.c
154
struct nvme_command *cmd);
drivers/nvme/host/core.c
1556
struct nvme_command c = { };
drivers/nvme/host/core.c
1610
struct nvme_command c = { };
drivers/nvme/host/core.c
1675
struct nvme_command c = {
drivers/nvme/host/core.c
1704
struct nvme_command c = { };
drivers/nvme/host/core.c
1914
struct nvme_command c = {
drivers/nvme/host/core.c
2319
struct nvme_command c = {};
drivers/nvme/host/core.c
2637
struct nvme_command cmd = { };
drivers/nvme/host/core.c
3363
struct nvme_command c = { };
drivers/nvme/host/core.c
3428
struct nvme_command c = { };
drivers/nvme/host/core.c
4502
struct nvme_command cmd = {
drivers/nvme/host/core.c
5431
BUILD_BUG_ON(sizeof(struct nvme_command) != 64);
drivers/nvme/host/core.c
736
void nvme_init_request(struct request *req, struct nvme_command *cmd)
drivers/nvme/host/core.c
833
struct nvme_command *cmnd)
drivers/nvme/host/core.c
841
struct nvme_command *cmnd)
drivers/nvme/host/core.c
910
static void nvme_set_app_tag(struct request *req, struct nvme_command *cmnd)
drivers/nvme/host/core.c
916
static void nvme_set_ref_tag(struct nvme_ns *ns, struct nvme_command *cmnd,
drivers/nvme/host/core.c
950
struct request *req, struct nvme_command *cmnd)
drivers/nvme/host/fabrics.c
174
struct nvme_command cmd = { };
drivers/nvme/host/fabrics.c
219
struct nvme_command cmd = { };
drivers/nvme/host/fabrics.c
264
struct nvme_command cmd = { };
drivers/nvme/host/fabrics.c
310
int errval, int offset, struct nvme_command *cmd,
drivers/nvme/host/fabrics.c
412
struct nvme_command *cmd)
drivers/nvme/host/fabrics.c
449
struct nvme_command cmd = { };
drivers/nvme/host/fabrics.c
527
struct nvme_command cmd = { };
drivers/nvme/host/fc.c
1904
struct nvme_command *sqe = &op->cmd_iu.sqe;
drivers/nvme/host/fc.c
2135
struct nvme_command *sqe;
drivers/nvme/host/fc.c
2224
queue->cmnd_capsule_len = sizeof(struct nvme_command);
drivers/nvme/host/fc.c
2537
struct nvme_command *sqe = &cmdiu->sqe;
drivers/nvme/host/fc.c
2641
struct nvme_command *sqe = &cmdiu->sqe;
drivers/nvme/host/ioctl.c
102
struct nvme_command *cmd, blk_opf_t rq_flags,
drivers/nvme/host/ioctl.c
162
struct nvme_command *cmd, u64 ubuffer, unsigned bufflen,
drivers/nvme/host/ioctl.c
17
static bool nvme_cmd_allowed(struct nvme_ns *ns, struct nvme_command *c,
drivers/nvme/host/ioctl.c
208
struct nvme_command c;
drivers/nvme/host/ioctl.c
285
struct nvme_command c;
drivers/nvme/host/ioctl.c
333
struct nvme_command c;
drivers/nvme/host/ioctl.c
453
struct nvme_command c;
drivers/nvme/host/nvme.h
1204
struct nvme_command *cmnd,
drivers/nvme/host/nvme.h
1208
struct request *req, struct nvme_command *cmnd,
drivers/nvme/host/nvme.h
1296
struct nvme_command *cmd, int status);
drivers/nvme/host/nvme.h
242
struct nvme_command *cmd;
drivers/nvme/host/nvme.h
414
struct nvme_command ka_cmd;
drivers/nvme/host/nvme.h
919
static inline enum req_op nvme_req_op(struct nvme_command *cmd)
drivers/nvme/host/nvme.h
925
void nvme_init_request(struct request *req, struct nvme_command *cmd);
drivers/nvme/host/nvme.h
979
int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd,
drivers/nvme/host/nvme.h
981
int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd,
drivers/nvme/host/pci.c
1691
struct nvme_command c = { };
drivers/nvme/host/pci.c
1742
struct nvme_command c = { };
drivers/nvme/host/pci.c
1753
struct nvme_command c = { };
drivers/nvme/host/pci.c
1777
struct nvme_command c = { };
drivers/nvme/host/pci.c
1881
struct nvme_command cmd = { };
drivers/nvme/host/pci.c
2526
struct nvme_command c = { };
drivers/nvme/host/pci.c
3000
sizeof(struct nvme_command));
drivers/nvme/host/pci.c
3104
struct nvme_command cmd = { };
drivers/nvme/host/pci.c
433
struct nvme_command cmd;
drivers/nvme/host/pci.c
532
struct nvme_command c = { };
drivers/nvme/host/pci.c
736
struct nvme_command *cmd)
drivers/nvme/host/pci.c
820
static inline bool nvme_pci_cmd_use_meta_sgl(struct nvme_command *cmd)
drivers/nvme/host/pci.c
825
static inline bool nvme_pci_cmd_use_sgl(struct nvme_command *cmd)
drivers/nvme/host/pci.c
831
static inline dma_addr_t nvme_pci_first_desc_dma_addr(struct nvme_command *cmd)
drivers/nvme/host/pr.c
53
struct nvme_command *c, void *data, unsigned int data_len)
drivers/nvme/host/pr.c
68
static int nvme_send_ns_pr_command(struct nvme_ns *ns, struct nvme_command *c,
drivers/nvme/host/pr.c
98
struct nvme_command c = { 0 };
drivers/nvme/host/rdma.c
1255
static int nvme_rdma_set_sg_null(struct nvme_command *c)
drivers/nvme/host/rdma.c
1267
struct nvme_rdma_request *req, struct nvme_command *c,
drivers/nvme/host/rdma.c
1293
struct nvme_rdma_request *req, struct nvme_command *c)
drivers/nvme/host/rdma.c
1305
struct nvme_rdma_request *req, struct nvme_command *c,
drivers/nvme/host/rdma.c
1352
struct nvme_command *cmd, struct ib_sig_domain *domain,
drivers/nvme/host/rdma.c
1370
struct nvme_command *cmd, struct ib_sig_attrs *sig_attrs,
drivers/nvme/host/rdma.c
1393
static void nvme_rdma_set_prot_checks(struct nvme_command *cmd, u8 *mask)
drivers/nvme/host/rdma.c
1409
struct nvme_rdma_request *req, struct nvme_command *c,
drivers/nvme/host/rdma.c
1528
struct request *rq, struct nvme_command *c)
drivers/nvme/host/rdma.c
1601
sge->length = sizeof(struct nvme_command);
drivers/nvme/host/rdma.c
1671
struct nvme_command *cmd = sqe->data;
drivers/nvme/host/rdma.c
173
return queue->cmnd_capsule_len - sizeof(struct nvme_command);
drivers/nvme/host/rdma.c
1960
struct nvme_command *cmd = req->req.cmd;
drivers/nvme/host/rdma.c
2002
struct nvme_command *c = nvme_req(rq)->cmd;
drivers/nvme/host/rdma.c
2016
sizeof(struct nvme_command),
drivers/nvme/host/rdma.c
2023
sizeof(struct nvme_command), DMA_TO_DEVICE);
drivers/nvme/host/rdma.c
2050
sizeof(struct nvme_command), DMA_TO_DEVICE);
drivers/nvme/host/rdma.c
2070
ib_dma_unmap_single(dev, req->sqe.dma, sizeof(struct nvme_command),
drivers/nvme/host/rdma.c
2123
ib_dma_unmap_single(ibdev, req->sqe.dma, sizeof(struct nvme_command),
drivers/nvme/host/rdma.c
303
req->sqe.data = kzalloc_obj(struct nvme_command);
drivers/nvme/host/rdma.c
588
queue->cmnd_capsule_len = sizeof(struct nvme_command);
drivers/nvme/host/rdma.c
774
sizeof(struct nvme_command), DMA_TO_DEVICE);
drivers/nvme/host/rdma.c
807
sizeof(struct nvme_command), DMA_TO_DEVICE);
drivers/nvme/host/rdma.c
856
sizeof(struct nvme_command), DMA_TO_DEVICE);
drivers/nvme/host/tcp.c
1795
queue->cmnd_capsule_len = sizeof(struct nvme_command) +
drivers/nvme/host/tcp.c
2593
static void nvme_tcp_set_sg_null(struct nvme_command *c)
drivers/nvme/host/tcp.c
2604
struct nvme_command *c, u32 data_len)
drivers/nvme/host/tcp.c
2613
static void nvme_tcp_set_sg_host_data(struct nvme_command *c,
drivers/nvme/host/tcp.c
2629
struct nvme_command *cmd = &pdu->cmd;
drivers/nvme/host/tcp.c
2668
struct nvme_command *cmd = &pdu->cmd;
drivers/nvme/host/tcp.c
2707
struct nvme_command *c = &pdu->cmd;
drivers/nvme/host/tcp.c
290
return req->queue->cmnd_capsule_len - sizeof(struct nvme_command);
drivers/nvme/host/trace.h
48
TP_PROTO(struct request *req, struct nvme_command *cmd),
drivers/nvme/host/zns.c
12
struct nvme_command c = { };
drivers/nvme/host/zns.c
179
struct nvme_command c = { };
drivers/nvme/host/zns.c
235
struct nvme_command *c, enum nvme_zone_mgmt_action action)
drivers/nvme/host/zns.c
42
struct nvme_command c = { };
drivers/nvme/target/admin-cmd.c
113
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/admin-cmd.c
142
u32 nvmet_get_log_page_len(struct nvme_command *cmd)
drivers/nvme/target/admin-cmd.c
1611
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/admin-cmd.c
1632
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/admin-cmd.c
165
u64 nvmet_get_log_page_offset(struct nvme_command *cmd)
drivers/nvme/target/admin-cmd.c
44
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/admin-cmd.c
757
cmd_capsule_size = sizeof(struct nvme_command);
drivers/nvme/target/core.c
1067
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/core.c
1094
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/discovery.c
381
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/discovery.c
395
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/fabrics-cmd.c
106
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/fabrics-cmd.c
135
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/fabrics-cmd.c
151
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/fabrics-cmd.c
399
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/fabrics-cmd.c
410
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/fabrics-cmd.c
90
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/fc.c
2184
nvme_is_fabrics((struct nvme_command *) sqe) ||
drivers/nvme/target/fcloop.c
633
struct nvme_command *sqe = &cmdiu->sqe;
drivers/nvme/target/loop.c
20
struct nvme_command cmd;
drivers/nvme/target/nvmet.h
448
struct nvme_command *cmd;
drivers/nvme/target/nvmet.h
662
u32 nvmet_get_log_page_len(struct nvme_command *cmd);
drivers/nvme/target/nvmet.h
663
u64 nvmet_get_log_page_offset(struct nvme_command *cmd);
drivers/nvme/target/passthru.c
156
id->ioccsz = cpu_to_le32((sizeof(struct nvme_command) +
drivers/nvme/target/pci-epf.c
1039
struct nvme_command *cmd = &iod->cmd;
drivers/nvme/target/pci-epf.c
125
struct nvme_command cmd;
drivers/nvme/target/pci-epf.c
1862
if (ctrl->io_sqes < sizeof(struct nvme_command)) {
drivers/nvme/target/pci-epf.c
1864
ctrl->io_sqes, sizeof(struct nvme_command));
drivers/nvme/target/pci-epf.c
793
struct nvme_command *cmd = &iod->cmd;
drivers/nvme/target/pci-epf.c
925
struct nvme_command *cmd = &iod->cmd;
drivers/nvme/target/pr.c
877
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/rdma.c
1037
if (unlikely(wc->byte_len < sizeof(struct nvme_command))) {
drivers/nvme/target/rdma.c
51
struct nvme_command *nvme_cmd;
drivers/nvme/target/rdma.c
570
struct nvme_command *cmd, struct ib_sig_domain *domain,
drivers/nvme/target/rdma.c
590
struct nvme_command *cmd = req->cmd;
drivers/nvme/target/tcp.c
1046
struct nvme_command *nvme_cmd = &queue->pdu.cmd.cmd;
drivers/nvme/target/trace.h
67
TP_PROTO(struct nvmet_req *req, struct nvme_command *cmd),
drivers/nvme/target/trace.h
70
__field(struct nvme_command *, cmd)
drivers/nvme/target/zns.c
608
struct nvme_command *cmd = req->cmd;
include/linux/nvme-fc.h
56
struct nvme_command sqe;
include/linux/nvme-tcp.h
139
struct nvme_command cmd;
include/linux/nvme.h
2022
static inline bool nvme_is_fabrics(const struct nvme_command *cmd)
include/linux/nvme.h
2059
int qid, const struct nvme_command *cmd)
include/linux/nvme.h
2081
static inline bool nvme_is_write(const struct nvme_command *cmd)
include/linux/qed/qed_nvmetcp_if.h
239
struct nvme_command *nvme_cmd,
include/linux/qed/qed_nvmetcp_if.h
244
struct nvme_command *nvme_cmd,