Lines Matching refs:wrapper_list
78 struct wrapper_list *head;
85 struct wrapper_list { struct
252 struct wrapper_list *wrappers = msg; in gen_crc()
341 static struct wrapper_msg *add_wrapper(struct wrapper_list *wrappers, u32 size) in add_wrapper()
353 static int encode_passthrough(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_passthrough()
480 static int encode_addr_size_pairs(struct dma_xfer *xfer, struct wrapper_list *wrappers, in encode_addr_size_pairs()
560 static int encode_dma(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_dma()
629 static int encode_activate(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_activate()
718 static int encode_status(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_status()
752 struct wrapper_list *wrappers, struct ioctl_resources *resources, in encode_message()
1015 static void *msg_xfer(struct qaic_device *qdev, struct wrapper_list *wrappers, u32 seq_num, in msg_xfer()
1126 static int abort_dma_cont(struct qaic_device *qdev, struct wrapper_list *wrappers, u32 dma_chunk_id) in abort_dma_cont()
1161 static struct wrapper_list *alloc_wrapper_list(void) in alloc_wrapper_list()
1163 struct wrapper_list *wrappers; in alloc_wrapper_list()
1178 struct wrapper_list *wrappers; in qaic_manage_msg_xfer()
1425 static void free_wrapper_from_list(struct wrapper_list *wrappers, struct wrapper_msg *wrapper) in free_wrapper_from_list()
1501 struct wrapper_list *wrappers; in qaic_release_usr()