Lines Matching refs:nvme_command

126 				   struct nvme_command *cmd);
664 void nvme_init_request(struct request *req, struct nvme_command *cmd) in nvme_init_request()
747 struct nvme_command *cmnd) in nvme_setup_flush()
755 struct nvme_command *cmnd) in nvme_setup_discard()
815 static void nvme_set_ref_tag(struct nvme_ns *ns, struct nvme_command *cmnd, in nvme_set_ref_tag()
840 struct request *req, struct nvme_command *cmnd) in nvme_setup_write_zeroes()
869 struct request *req, struct nvme_command *cmnd, in nvme_setup_rw()
943 struct nvme_command *cmd = nvme_req(req)->cmd; in nvme_setup_cmd()
1018 int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in __nvme_submit_sync_cmd()
1050 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in nvme_submit_sync_cmd()
1115 struct nvme_command *cmd, int status) in nvme_passthru_end()
1155 struct nvme_command *cmd = nvme_req(rq)->cmd; in nvme_execute_passthru_rq()
1251 struct nvme_command *cmd) in nvme_update_keep_alive()
1280 struct nvme_command c = { }; in nvme_identify_ctrl()
1353 struct nvme_command c = { }; in nvme_identify_ns_descs()
1407 struct nvme_command c = { }; in nvme_identify_ns()
1468 struct nvme_command c = { in nvme_ns_info_from_id_cs_indep()
1494 struct nvme_command c = { }; in nvme_features()
1721 struct nvme_command c = { }; in nvme_init_ms()
2084 struct nvme_command *c, u8 data[16]) in nvme_send_ns_head_pr_command()
2099 static int nvme_send_ns_pr_command(struct nvme_ns *ns, struct nvme_command *c, in nvme_send_ns_pr_command()
2109 struct nvme_command c = { }; in nvme_pr_command()
2186 struct nvme_command cmd = { }; in nvme_sec_submit()
2970 struct nvme_command c = { }; in nvme_get_log()
3023 struct nvme_command c = { }; in nvme_init_non_mdts_limits()
4435 struct nvme_command cmd = { in nvme_scan_ns_list()
5280 BUILD_BUG_ON(sizeof(struct nvme_command) != 64); in _nvme_check_size()