Lines Matching defs:bytes
206 static bool vmw_fifo_is_full(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_is_full()
218 uint32_t bytes, bool interruptible, in vmw_fifo_wait_noirq()
251 uint32_t bytes, bool interruptible, in vmw_fifo_wait()
298 uint32_t bytes) in vmw_local_fifo_reserve()
382 void *vmw_fifo_reserve_dx(struct vmw_private *dev_priv, uint32_t bytes, in vmw_fifo_reserve_dx()
409 uint32_t max, uint32_t min, uint32_t bytes) in vmw_fifo_res_copy()
430 uint32_t max, uint32_t min, uint32_t bytes) in vmw_fifo_slow_copy()
447 static void vmw_local_fifo_commit(struct vmw_private *dev_priv, uint32_t bytes) in vmw_local_fifo_commit()
497 void vmw_fifo_commit(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_commit()
512 void vmw_fifo_commit_flush(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_commit_flush()
543 uint32_t bytes = sizeof(u32) + sizeof(*cmd_fence); in vmw_fifo_send_fence() local
701 void *vmw_fifo_reserve(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_reserve()