Lines Matching refs:nvme_command

127 				   struct nvme_command *cmd);
676 void nvme_init_request(struct request *req, struct nvme_command *cmd) in nvme_init_request()
759 struct nvme_command *cmnd) in nvme_setup_flush()
767 struct nvme_command *cmnd) in nvme_setup_discard()
835 static void nvme_set_ref_tag(struct nvme_ns *ns, struct nvme_command *cmnd, in nvme_set_ref_tag()
860 struct request *req, struct nvme_command *cmnd) in nvme_setup_write_zeroes()
892 struct request *req, struct nvme_command *cmnd, in nvme_setup_rw()
966 struct nvme_command *cmd = nvme_req(req)->cmd; in nvme_setup_cmd()
1042 int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in __nvme_submit_sync_cmd()
1074 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in nvme_submit_sync_cmd()
1128 struct nvme_command *cmd, int status) in nvme_passthru_end()
1292 struct nvme_command *cmd) in nvme_update_keep_alive()
1321 struct nvme_command c = { }; in nvme_identify_ctrl()
1394 struct nvme_command c = { }; in nvme_identify_ns_descs()
1448 struct nvme_command c = { }; in nvme_identify_ns()
1508 struct nvme_command c = { in nvme_ns_info_from_id_cs_indep()
1534 struct nvme_command c = { }; in nvme_features()
1761 struct nvme_command c = { }; in nvme_init_ms()
2116 struct nvme_command cmd = { }; in nvme_sec_submit()
2836 struct nvme_command c = { }; in nvme_get_log()
2889 struct nvme_command c = { }; in nvme_init_non_mdts_limits()
3818 struct nvme_command cmd = { in nvme_scan_ns_list()
4660 BUILD_BUG_ON(sizeof(struct nvme_command) != 64); in _nvme_check_size()