Lines Matching defs:vmw_fifo_state
194 struct vmw_fifo_state { struct
195 unsigned long reserved_size;
196 u32 *dynamic_buffer;
197 u32 *static_buffer;
198 unsigned long static_buffer_size;
199 bool using_bounce_buffer;
200 uint32_t capabilities;
201 struct mutex fifo_mutex;
202 struct rw_semaphore rwsem;
203 struct vmw_marker_queue marker_queue;
204 bool dx;