Lines Matching defs:qaic_bo
184 struct qaic_bo { struct
185 struct drm_gem_object base;
187 struct sg_table *sgt;
189 struct list_head slices;
191 int total_slice_nents;
196 int dir;
198 struct dma_bridge_chan *dbc;
200 u32 nr_slice;
202 u32 nr_slice_xfer_done;
207 bool sliced;
209 u16 req_id;
211 u32 handle;
213 struct completion xfer_done;
218 struct list_head xfer_list;
224 struct list_head bo_list;
225 struct {
264 struct qaic_bo *bo; argument