Home
last modified time | relevance | path

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

12

/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_nvmetcp_fw_funcs.h23 struct nvme_command *nvme_cmd,
27 struct nvme_command *nvme_cmd,
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-v5.15/drivers/nvme/host/
Dzns.c23 struct nvme_command c = { }; in nvme_set_max_append()
53 struct nvme_command c = { }; in nvme_update_zone_info()
178 struct nvme_command c = { }; in nvme_ns_report_zones()
234 struct nvme_command *c, enum nvme_zone_mgmt_action action) in nvme_setup_zone_mgmt_send()
Dnvme.h154 struct nvme_command *cmd;
310 struct nvme_command ka_cmd;
678 struct nvme_command *cmd, blk_mq_req_flags_t flags);
696 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd,
698 int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd,
852 struct nvme_command *cmnd,
856 struct request *req, struct nvme_command *cmnd, in nvme_setup_zone_mgmt_send()
Drdma.c173 return queue->cmnd_capsule_len - sizeof(struct nvme_command); in nvme_rdma_inline_data_size()
306 req->sqe.data = kzalloc(sizeof(struct nvme_command), GFP_KERNEL); in nvme_rdma_init_request()
595 queue->cmnd_capsule_len = sizeof(struct nvme_command); in nvme_rdma_alloc_queue()
849 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_destroy_admin_queue()
882 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_configure_admin_queue()
947 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_configure_admin_queue()
1306 static int nvme_rdma_set_sg_null(struct nvme_command *c) in nvme_rdma_set_sg_null()
1318 struct nvme_rdma_request *req, struct nvme_command *c, in nvme_rdma_map_sg_inline()
1344 struct nvme_rdma_request *req, struct nvme_command *c) in nvme_rdma_map_sg_single()
1356 struct nvme_rdma_request *req, struct nvme_command *c, in nvme_rdma_map_sg_fr()
[all …]
Dcore.c119 struct nvme_command *cmd);
616 static inline unsigned int nvme_req_op(struct nvme_command *cmd) in nvme_req_op()
622 struct nvme_command *cmd) in nvme_init_request()
640 struct nvme_command *cmd, blk_mq_req_flags_t flags) in nvme_alloc_request()
652 struct nvme_command *cmd, blk_mq_req_flags_t flags, int qid) in nvme_alloc_request_qid()
725 struct nvme_command c = { }; in nvme_toggle_streams()
750 struct nvme_command c = { }; in nvme_get_stream_params()
823 struct nvme_command *cmnd) in nvme_setup_flush()
830 struct nvme_command *cmnd) in nvme_setup_discard()
890 struct request *req, struct nvme_command *cmnd) in nvme_setup_write_zeroes()
[all …]
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()
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()
Dpci.c226 struct nvme_command cmd;
309 struct nvme_command c = { }; in nvme_dbbuf_set()
501 static void nvme_submit_cmd(struct nvme_queue *nvmeq, struct nvme_command *cmd, in nvme_submit_cmd()
839 struct nvme_command *cmnd) in nvme_map_data()
895 struct nvme_command *cmnd) in nvme_map_metadata()
918 struct nvme_command *cmnd = &iod->cmd; in nvme_queue_rq()
1113 struct nvme_command c = { }; in nvme_pci_submit_async_event()
1122 struct nvme_command c = { }; in adapter_delete_queue()
1133 struct nvme_command c = { }; in adapter_alloc_cq()
1157 struct nvme_command c = { }; in adapter_alloc_sq()
[all …]
Dtrace.h48 TP_PROTO(struct request *req, struct nvme_command *cmd),
Dtcp.c173 return queue->cmnd_capsule_len - sizeof(struct nvme_command); in nvme_tcp_inline_data_size()
1420 queue->cmnd_capsule_len = sizeof(struct nvme_command) + in nvme_tcp_alloc_queue()
2177 static void nvme_tcp_set_sg_null(struct nvme_command *c) in nvme_tcp_set_sg_null()
2188 struct nvme_command *c, u32 data_len) in nvme_tcp_set_sg_inline()
2197 static void nvme_tcp_set_sg_host_data(struct nvme_command *c, in nvme_tcp_set_sg_host_data()
2213 struct nvme_command *cmd = &pdu->cmd; in nvme_tcp_submit_async_event()
2290 struct nvme_command *c = &pdu->cmd; in nvme_tcp_map_data()
Dfc.c1910 struct nvme_command *sqe = &op->cmd_iu.sqe; in nvme_fc_fcpio_done()
2140 struct nvme_command *sqe; in nvme_fc_init_aen_ops()
2237 queue->cmnd_capsule_len = sizeof(struct nvme_command); in nvme_fc_init_queue()
2555 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_timeout()
2658 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_start_fcp_op()
/Linux-v5.15/include/linux/qed/
Dqed_nvmetcp_if.h222 struct nvme_command *nvme_cmd,
227 struct nvme_command *nvme_cmd,
/Linux-v5.15/drivers/nvme/target/
Dtrace.h62 TP_PROTO(struct nvmet_req *req, struct nvme_command *cmd),
65 __field(struct nvme_command *, cmd)
Dfabrics-cmd.c87 struct nvme_command *cmd = req->cmd; in nvmet_parse_fabrics_cmd()
302 struct nvme_command *cmd = req->cmd; in nvmet_parse_connect_cmd()
Dnvmet.h318 struct nvme_command *cmd;
487 u32 nvmet_get_log_page_len(struct nvme_command *cmd);
488 u64 nvmet_get_log_page_offset(struct nvme_command *cmd);
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()
452 cmd_capsule_size = sizeof(struct nvme_command); in nvmet_execute_identify_ctrl()
1006 struct nvme_command *cmd = req->cmd; in nvmet_parse_admin_cmd()
Ddiscovery.c350 struct nvme_command *cmd = req->cmd; in nvmet_parse_discovery_cmd()
Drdma.c46 struct nvme_command *nvme_cmd;
577 struct nvme_command *cmd, struct ib_sig_domain *domain, in nvmet_rdma_set_sig_domain()
597 struct nvme_command *cmd = req->cmd; in nvmet_rdma_set_sig_attrs()
1024 if (unlikely(wc->byte_len < sizeof(struct nvme_command))) { in nvmet_rdma_recv_done()
Dpassthru.c109 id->ioccsz = cpu_to_le32((sizeof(struct nvme_command) + in nvmet_passthru_override_id_ctrl()
Dzns.c597 struct nvme_command *cmd = req->cmd; in nvmet_bdev_zns_parse_io_cmd()
Dloop.c20 struct nvme_command cmd;
/Linux-v5.15/include/linux/
Dnvme-tcp.h129 struct nvme_command cmd;
Dnvme-fc.h56 struct nvme_command sqe;
Dnvme.h1418 struct nvme_command { struct
1444 static inline bool nvme_is_fabrics(struct nvme_command *cmd) in nvme_is_fabrics()
1463 static inline bool nvme_is_write(struct nvme_command *cmd) in nvme_is_write()

12