Lines Matching refs:nvme_command

119 				   struct nvme_command *cmd);
616 static inline unsigned int nvme_req_op(struct nvme_command *cmd) in nvme_req_op()
622 struct nvme_command *cmd) in nvme_init_request()
640 struct nvme_command *cmd, blk_mq_req_flags_t flags) in nvme_alloc_request()
652 struct nvme_command *cmd, blk_mq_req_flags_t flags, int qid) in nvme_alloc_request_qid()
725 struct nvme_command c = { }; in nvme_toggle_streams()
750 struct nvme_command c = { }; in nvme_get_stream_params()
823 struct nvme_command *cmnd) in nvme_setup_flush()
830 struct nvme_command *cmnd) in nvme_setup_discard()
890 struct request *req, struct nvme_command *cmnd) in nvme_setup_write_zeroes()
909 struct request *req, struct nvme_command *cmnd, in nvme_setup_rw()
980 struct nvme_command *cmd = nvme_req(req)->cmd; in nvme_setup_cmd()
1061 int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in __nvme_submit_sync_cmd()
1094 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in nvme_submit_sync_cmd()
1159 struct nvme_command *cmd, int status) in nvme_passthru_end()
1198 struct nvme_command *cmd = nvme_req(rq)->cmd; in nvme_execute_passthru_rq()
1297 struct nvme_command *cmd) in nvme_update_keep_alive()
1326 struct nvme_command c = { }; in nvme_identify_ctrl()
1393 struct nvme_command c = { }; in nvme_identify_ns_descs()
1447 struct nvme_command c = { }; in nvme_identify_ns()
1487 struct nvme_command c = { }; in nvme_features()
1966 struct nvme_command *c, u8 data[16]) in nvme_send_ns_head_pr_command()
1981 static int nvme_send_ns_pr_command(struct nvme_ns *ns, struct nvme_command *c, in nvme_send_ns_pr_command()
1991 struct nvme_command c = { }; in nvme_pr_command()
2068 struct nvme_command cmd = { }; in nvme_sec_submit()
2751 struct nvme_command c = { }; in nvme_get_log()
2804 struct nvme_command c = { }; in nvme_init_non_mdts_limits()
4003 struct nvme_command cmd = { in nvme_scan_ns_list()
4612 BUILD_BUG_ON(sizeof(struct nvme_command) != 64); in _nvme_check_size()