Lines Matching refs:nvme_command
120 struct nvme_command *cmd);
609 static inline unsigned int nvme_req_op(struct nvme_command *cmd) in nvme_req_op()
615 struct nvme_command *cmd) in nvme_init_request()
633 struct nvme_command *cmd, blk_mq_req_flags_t flags) in nvme_alloc_request()
645 struct nvme_command *cmd, blk_mq_req_flags_t flags, int qid) in nvme_alloc_request_qid()
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()
886 struct request *req, struct nvme_command *cmnd) in nvme_setup_write_zeroes()
916 struct request *req, struct nvme_command *cmnd, in nvme_setup_rw()
993 struct nvme_command *cmd = nvme_req(req)->cmd; in nvme_setup_cmd()
1072 int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in __nvme_submit_sync_cmd()
1105 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in nvme_submit_sync_cmd()
1170 struct nvme_command *cmd, int status) in nvme_passthru_end()
1209 struct nvme_command *cmd = nvme_req(rq)->cmd; in nvme_execute_passthru_rq()
1308 struct nvme_command *cmd) in nvme_update_keep_alive()
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()
1988 struct nvme_command *c, u8 data[16]) in nvme_send_ns_head_pr_command()
2003 static int nvme_send_ns_pr_command(struct nvme_ns *ns, struct nvme_command *c, in nvme_send_ns_pr_command()
2013 struct nvme_command c = { }; in nvme_pr_command()
2090 struct nvme_command cmd = { }; in nvme_sec_submit()
2822 struct nvme_command c = { }; in nvme_get_log()
2875 struct nvme_command c = { }; in nvme_init_non_mdts_limits()
4074 struct nvme_command cmd = { in nvme_scan_ns_list()
4732 BUILD_BUG_ON(sizeof(struct nvme_command) != 64); in _nvme_check_size()