Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_nvmetcp_fw_funcs.h23 struct nvme_command *nvme_cmd,
27 struct nvme_command *nvme_cmd,
A Dqed_nvmetcp_fw_funcs.c286 struct nvme_command *nvme_cmd, in init_common_initiator_read_task()
295 struct nvme_command *nvme_cmd, in init_nvmetcp_host_read_task()
305 struct nvme_command *nvme_cmd, in init_common_initiator_write_task()
314 struct nvme_command *nvme_cmd, in init_nvmetcp_host_write_task()
/linux/drivers/nvme/host/
A Dzns.c23 struct nvme_command c = { }; in nvme_set_max_append()
53 struct nvme_command c = { }; in nvme_update_zone_info()
181 struct nvme_command c = { }; in nvme_ns_report_zones()
237 struct nvme_command *c, enum nvme_zone_mgmt_action action) in nvme_setup_zone_mgmt_send()
A Dnvme.h154 struct nvme_command *cmd;
310 struct nvme_command ka_cmd;
697 struct nvme_command *cmd, blk_mq_req_flags_t flags);
715 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd,
717 int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd,
871 struct nvme_command *cmnd,
875 struct request *req, struct nvme_command *cmnd, in nvme_setup_zone_mgmt_send()
A Drdma.c596 queue->cmnd_capsule_len = sizeof(struct nvme_command); in nvme_rdma_alloc_queue()
850 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_destroy_admin_queue()
883 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_configure_admin_queue()
948 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_configure_admin_queue()
1525 struct request *rq, struct nvme_command *c) in nvme_rdma_map_data()
1646 sge->length = sizeof(struct nvme_command); in nvme_rdma_post_send()
1716 struct nvme_command *cmd = sqe->data; in nvme_rdma_submit_async_event()
2045 struct nvme_command *c = nvme_req(rq)->cmd; in nvme_rdma_queue_rq()
2059 sizeof(struct nvme_command), in nvme_rdma_queue_rq()
2066 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_queue_rq()
[all …]
A Dcore.c120 struct nvme_command *cmd);
615 struct nvme_command *cmd) in nvme_init_request()
719 struct nvme_command c = { }; in nvme_toggle_streams()
744 struct nvme_command c = { }; in nvme_get_stream_params()
817 struct nvme_command *cmnd) in nvme_setup_flush()
825 struct nvme_command *cmnd) in nvme_setup_discard()
1337 struct nvme_command c = { }; in nvme_identify_ctrl()
1404 struct nvme_command c = { }; in nvme_identify_ns_descs()
1458 struct nvme_command c = { }; in nvme_identify_ns()
1498 struct nvme_command c = { }; in nvme_features()
[all …]
A Dfabrics.c147 struct nvme_command cmd; in nvmf_reg_read32()
193 struct nvme_command cmd = { }; in nvmf_reg_read64()
238 struct nvme_command cmd = { }; in nvmf_reg_write32()
269 int errval, int offset, struct nvme_command *cmd, in nvmf_log_connect_error()
365 struct nvme_command cmd = { }; in nvmf_connect_admin_queue()
431 struct nvme_command cmd = { }; in nvmf_connect_io_queue()
A Dioctl.c57 struct nvme_command *cmd, void __user *ubuffer, in nvme_submit_user_cmd()
116 struct nvme_command c; in nvme_submit_io()
194 struct nvme_command c; in nvme_user_cmd()
241 struct nvme_command c; in nvme_user_cmd64()
A Dpci.c227 struct nvme_command cmd;
317 struct nvme_command c = { }; in nvme_dbbuf_set()
847 struct nvme_command *cmnd) in nvme_map_data()
903 struct nvme_command *cmnd) in nvme_map_metadata()
1139 struct nvme_command c = { }; in nvme_pci_submit_async_event()
1148 struct nvme_command c = { }; in adapter_delete_queue()
1159 struct nvme_command c = { }; in adapter_alloc_cq()
1183 struct nvme_command c = { }; in adapter_alloc_sq()
1278 struct nvme_command cmd = { }; in nvme_timeout()
1910 struct nvme_command c = { }; in nvme_set_host_mem()
[all …]
A Dtrace.h48 TP_PROTO(struct request *req, struct nvme_command *cmd),
A Dtcp.c173 return queue->cmnd_capsule_len - sizeof(struct nvme_command); in nvme_tcp_inline_data_size()
1419 queue->cmnd_capsule_len = sizeof(struct nvme_command) + in nvme_tcp_alloc_queue()
2176 static void nvme_tcp_set_sg_null(struct nvme_command *c) in nvme_tcp_set_sg_null()
2187 struct nvme_command *c, u32 data_len) in nvme_tcp_set_sg_inline()
2196 static void nvme_tcp_set_sg_host_data(struct nvme_command *c, in nvme_tcp_set_sg_host_data()
2212 struct nvme_command *cmd = &pdu->cmd; in nvme_tcp_submit_async_event()
2289 struct nvme_command *c = &pdu->cmd; in nvme_tcp_map_data()
A Dfc.c1911 struct nvme_command *sqe = &op->cmd_iu.sqe; in nvme_fc_fcpio_done()
2141 struct nvme_command *sqe; in nvme_fc_init_aen_ops()
2238 queue->cmnd_capsule_len = sizeof(struct nvme_command); in nvme_fc_init_queue()
2556 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_timeout()
2659 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_start_fcp_op()
/linux/include/linux/qed/
A Dqed_nvmetcp_if.h239 struct nvme_command *nvme_cmd,
244 struct nvme_command *nvme_cmd,
/linux/drivers/nvme/target/
A Dtrace.h62 TP_PROTO(struct nvmet_req *req, struct nvme_command *cmd),
65 __field(struct nvme_command *, cmd)
A Dfabrics-cmd.c87 struct nvme_command *cmd = req->cmd; in nvmet_parse_fabrics_cmd()
303 struct nvme_command *cmd = req->cmd; in nvmet_parse_connect_cmd()
A Dnvmet.h319 struct nvme_command *cmd;
488 u32 nvmet_get_log_page_len(struct nvme_command *cmd);
489 u64 nvmet_get_log_page_offset(struct nvme_command *cmd);
A Dadmin-cmd.c15 u32 nvmet_get_log_page_len(struct nvme_command *cmd) in nvmet_get_log_page_len()
38 u64 nvmet_get_log_page_offset(struct nvme_command *cmd) in nvmet_get_log_page_offset()
458 cmd_capsule_size = sizeof(struct nvme_command); in nvmet_execute_identify_ctrl()
1012 struct nvme_command *cmd = req->cmd; in nvmet_parse_admin_cmd()
A Ddiscovery.c357 struct nvme_command *cmd = req->cmd; in nvmet_parse_discovery_cmd()
A Drdma.c47 struct nvme_command *nvme_cmd;
578 struct nvme_command *cmd, struct ib_sig_domain *domain, in nvmet_rdma_set_sig_domain()
598 struct nvme_command *cmd = req->cmd; in nvmet_rdma_set_sig_attrs()
1025 if (unlikely(wc->byte_len < sizeof(struct nvme_command))) { in nvmet_rdma_recv_done()
A Dpassthru.c109 id->ioccsz = cpu_to_le32((sizeof(struct nvme_command) + in nvmet_passthru_override_id_ctrl()
A Dzns.c597 struct nvme_command *cmd = req->cmd; in nvmet_bdev_zns_parse_io_cmd()
A Dloop.c20 struct nvme_command cmd;
/linux/include/linux/
A Dnvme-tcp.h129 struct nvme_command cmd;
A Dnvme-fc.h56 struct nvme_command sqe;
A Dnvme.h1440 struct nvme_command { struct
1466 static inline bool nvme_is_fabrics(struct nvme_command *cmd) in nvme_is_fabrics()
1485 static inline bool nvme_is_write(struct nvme_command *cmd) in nvme_is_write()

Completed in 79 milliseconds

12