Lines Matching refs:nvmet_req
120 struct nvmet_req *async_event_cmds[NVMET_ASYNC_EVENTS];
198 struct nvmet_req;
205 void (*queue_response)(struct nvmet_req *req);
213 struct nvmet_req { struct
227 void (*execute)(struct nvmet_req *req); argument
231 static inline void nvmet_set_status(struct nvmet_req *req, u16 status) in nvmet_set_status() argument
236 static inline void nvmet_set_result(struct nvmet_req *req, u32 result) in nvmet_set_result()
245 nvmet_data_dir(struct nvmet_req *req) in nvmet_data_dir()
257 int nvmet_parse_connect_cmd(struct nvmet_req *req);
258 int nvmet_parse_io_cmd(struct nvmet_req *req);
259 int nvmet_parse_admin_cmd(struct nvmet_req *req);
260 int nvmet_parse_discovery_cmd(struct nvmet_req *req);
261 int nvmet_parse_fabrics_cmd(struct nvmet_req *req);
263 bool nvmet_req_init(struct nvmet_req *req, struct nvmet_cq *cq,
265 void nvmet_req_complete(struct nvmet_req *req, u16 status);
278 struct nvmet_req *req, u32 kato, struct nvmet_ctrl **ctrlp);
280 struct nvmet_req *req, struct nvmet_ctrl **ret);
303 u16 nvmet_copy_to_sgl(struct nvmet_req *req, off_t off, const void *buf,
305 u16 nvmet_copy_from_sgl(struct nvmet_req *req, off_t off, void *buf,
326 bool nvmet_host_allowed(struct nvmet_req *req, struct nvmet_subsys *subsys,