Lines Matching defs:vmw_fifo_state
287 struct vmw_fifo_state { struct
288 unsigned long reserved_size;
289 u32 *dynamic_buffer;
290 u32 *static_buffer;
291 unsigned long static_buffer_size;
292 bool using_bounce_buffer;
293 uint32_t capabilities;
294 struct mutex fifo_mutex;
295 struct rw_semaphore rwsem;
296 struct vmw_marker_queue marker_queue;
297 bool dx;