Lines Matching refs:nitrox_softreq
54 static void softreq_unmap_sgbufs(struct nitrox_softreq *sr) in softreq_unmap_sgbufs()
76 static void softreq_destroy(struct nitrox_softreq *sr) in softreq_destroy()
105 static int create_sg_component(struct nitrox_softreq *sr, in create_sg_component()
156 static int dma_map_inbufs(struct nitrox_softreq *sr, in dma_map_inbufs()
185 static int dma_map_outbufs(struct nitrox_softreq *sr, in dma_map_outbufs()
211 static inline int softreq_map_iobuf(struct nitrox_softreq *sr, in softreq_map_iobuf()
227 static inline void backlog_list_add(struct nitrox_softreq *sr, in backlog_list_add()
239 static inline void response_list_add(struct nitrox_softreq *sr, in response_list_add()
249 static inline void response_list_del(struct nitrox_softreq *sr, in response_list_del()
257 static struct nitrox_softreq *
261 struct nitrox_softreq, response); in get_first_response_entry()
284 static void post_se_instr(struct nitrox_softreq *sr, in post_se_instr()
318 struct nitrox_softreq *sr, *tmp; in post_backlog_cmds()
346 static int nitrox_enqueue_request(struct nitrox_softreq *sr) in nitrox_enqueue_request()
381 struct nitrox_softreq *sr; in nitrox_process_se_request()
508 static bool sr_completed(struct nitrox_softreq *sr) in sr_completed()
536 struct nitrox_softreq *sr; in process_response_list()