Lines Matching refs:nvme_command
150 struct nvme_command *cmd);
714 void nvme_init_request(struct request *req, struct nvme_command *cmd) in nvme_init_request()
809 struct nvme_command *cmnd) in nvme_setup_flush()
817 struct nvme_command *cmnd) in nvme_setup_discard()
886 static void nvme_set_ref_tag(struct nvme_ns *ns, struct nvme_command *cmnd, in nvme_set_ref_tag()
911 struct request *req, struct nvme_command *cmnd) in nvme_setup_write_zeroes()
974 struct request *req, struct nvme_command *cmnd, in nvme_setup_rw()
1054 struct nvme_command *cmd = nvme_req(req)->cmd; in nvme_setup_cmd()
1130 int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in __nvme_submit_sync_cmd()
1169 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in nvme_submit_sync_cmd()
1227 struct nvme_command *cmd, int status) in nvme_passthru_end()
1390 struct nvme_command *cmd) in nvme_update_keep_alive()
1432 struct nvme_command c = { }; in nvme_identify_ctrl()
1507 struct nvme_command c = { }; in nvme_identify_ns_descs()
1561 struct nvme_command c = { }; in nvme_identify_ns()
1625 struct nvme_command c = { in nvme_ns_info_from_id_cs_indep()
1651 struct nvme_command c = { }; in nvme_features()
1871 struct nvme_command c = { in nvme_identify_ns_nvm()
2347 struct nvme_command cmd = { }; in nvme_sec_submit()
3065 struct nvme_command c = { }; in nvme_get_log()
3118 struct nvme_command c = { }; in nvme_init_non_mdts_limits()
4126 struct nvme_command cmd = { in nvme_scan_ns_list()
5028 BUILD_BUG_ON(sizeof(struct nvme_command) != 64); in _nvme_check_size()