Lines Matching refs:nvme_command
479 struct nvme_command *cmd, blk_mq_req_flags_t flags, int qid) in nvme_alloc_request()
503 struct nvme_command c; in nvme_toggle_streams()
530 struct nvme_command c; in nvme_get_stream_params()
601 struct nvme_command *cmnd) in nvme_setup_flush()
608 struct nvme_command *cmnd) in nvme_setup_discard()
662 struct request *req, struct nvme_command *cmnd) in nvme_setup_write_zeroes()
678 struct request *req, struct nvme_command *cmnd) in nvme_setup_rw()
746 struct nvme_command *cmd) in nvme_setup_cmd()
811 int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in __nvme_submit_sync_cmd()
847 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in nvme_submit_sync_cmd()
890 struct nvme_command *cmd, void __user *ubuffer, in nvme_submit_user_cmd()
1030 struct nvme_command c = { }; in nvme_identify_ctrl()
1051 struct nvme_command c = { }; in nvme_identify_ns_descs()
1122 struct nvme_command c = { }; in nvme_identify_ns_list()
1134 struct nvme_command c = { }; in nvme_identify_ns()
1158 struct nvme_command c; in nvme_features()
1244 struct nvme_command c; in nvme_submit_io()
1376 struct nvme_command c; in nvme_user_cmd()
1424 struct nvme_command c; in nvme_user_cmd64()
1918 struct nvme_command c; in nvme_pr_command()
1998 struct nvme_command cmd; in nvme_sec_submit()
2693 struct nvme_command c = { }; in nvme_get_log()
4219 BUILD_BUG_ON(sizeof(struct nvme_command) != 64); in _nvme_check_size()