Lines Matching refs:nvmet_req
50 u16 nvmet_copy_to_sgl(struct nvmet_req *req, off_t off, const void *buf, in nvmet_copy_to_sgl()
58 u16 nvmet_copy_from_sgl(struct nvmet_req *req, off_t off, void *buf, size_t len) in nvmet_copy_from_sgl()
65 u16 nvmet_zero_sgl(struct nvmet_req *req, off_t off, size_t len) in nvmet_zero_sgl()
90 struct nvmet_req *req; in nvmet_async_events_free()
110 struct nvmet_req *req; in nvmet_async_event_work()
497 static void __nvmet_req_complete(struct nvmet_req *req, u16 status) in __nvmet_req_complete()
522 void nvmet_req_complete(struct nvmet_req *req, u16 status) in nvmet_req_complete()
612 static inline u16 nvmet_io_cmd_check_access(struct nvmet_req *req) in nvmet_io_cmd_check_access()
627 static u16 nvmet_parse_io_cmd(struct nvmet_req *req) in nvmet_parse_io_cmd()
652 bool nvmet_req_init(struct nvmet_req *req, struct nvmet_cq *cq, in nvmet_req_init()
711 void nvmet_req_uninit(struct nvmet_req *req) in nvmet_req_uninit()
719 void nvmet_req_execute(struct nvmet_req *req) in nvmet_req_execute()
828 struct nvmet_req *req, struct nvmet_ctrl **ret) in nvmet_ctrl_find_get()
868 u16 nvmet_check_ctrl_status(struct nvmet_req *req, struct nvme_command *cmd) in nvmet_check_ctrl_status()
900 static bool nvmet_host_discovery_allowed(struct nvmet_req *req, in nvmet_host_discovery_allowed()
913 bool nvmet_host_allowed(struct nvmet_req *req, struct nvmet_subsys *subsys, in nvmet_host_allowed()
925 struct nvmet_req *req, u32 kato, struct nvmet_ctrl **ctrlp) in nvmet_alloc_ctrl()