Lines Matching defs:vmw_fifo_state
244 struct vmw_fifo_state { struct
245 unsigned long reserved_size;
246 u32 *dynamic_buffer;
247 u32 *static_buffer;
248 unsigned long static_buffer_size;
249 bool using_bounce_buffer;
250 uint32_t capabilities;
251 struct mutex fifo_mutex;
252 struct rw_semaphore rwsem;
253 struct vmw_marker_queue marker_queue;
254 bool dx;