Lines Matching defs:vmw_fifo_state
189 struct vmw_fifo_state { struct
190 unsigned long reserved_size;
191 u32 *dynamic_buffer;
192 u32 *static_buffer;
193 unsigned long static_buffer_size;
194 bool using_bounce_buffer;
195 uint32_t capabilities;
196 struct mutex fifo_mutex;
197 struct rw_semaphore rwsem;
198 struct vmw_marker_queue marker_queue;
199 bool dx;