Lines Matching refs:nvme_command

154 				   struct nvme_command *cmd);
718 void nvme_init_request(struct request *req, struct nvme_command *cmd) in nvme_init_request()
817 struct nvme_command *cmnd) in nvme_setup_flush()
825 struct nvme_command *cmnd) in nvme_setup_discard()
894 static void nvme_set_app_tag(struct request *req, struct nvme_command *cmnd) in nvme_set_app_tag()
900 static void nvme_set_ref_tag(struct nvme_ns *ns, struct nvme_command *cmnd, in nvme_set_ref_tag()
925 struct request *req, struct nvme_command *cmnd) in nvme_setup_write_zeroes()
988 struct request *req, struct nvme_command *cmnd, in nvme_setup_rw()
1079 struct nvme_command *cmd = nvme_req(req)->cmd; in nvme_setup_cmd()
1155 int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in __nvme_submit_sync_cmd()
1194 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in nvme_submit_sync_cmd()
1252 struct nvme_command *cmd, int status) in nvme_passthru_end()
1418 struct nvme_command *cmd) in nvme_update_keep_alive()
1460 struct nvme_command c = { }; in nvme_identify_ctrl()
1535 struct nvme_command c = { }; in nvme_identify_ns_descs()
1589 struct nvme_command c = { }; in nvme_identify_ns()
1654 struct nvme_command c = { in nvme_ns_info_from_id_cs_indep()
1683 struct nvme_command c = { }; in nvme_features()
1912 struct nvme_command c = { in nvme_identify_ns_nvm()
2268 struct nvme_command c = {}; in nvme_query_fdp_info()
2564 struct nvme_command cmd = { }; in nvme_sec_submit()
3287 struct nvme_command c = { }; in nvme_get_log_lsi()
3352 struct nvme_command c = { }; in nvme_init_non_mdts_limits()
4414 struct nvme_command cmd = { in nvme_scan_ns_list()
5332 BUILD_BUG_ON(sizeof(struct nvme_command) != 64); in _nvme_check_size()