Lines Matching defs:bytes
187 static bool vmw_fifo_is_full(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_is_full()
198 uint32_t bytes, bool interruptible, in vmw_fifo_wait_noirq()
231 uint32_t bytes, bool interruptible, in vmw_fifo_wait()
278 uint32_t bytes) in vmw_local_fifo_reserve()
365 void *vmw_cmd_ctx_reserve(struct vmw_private *dev_priv, uint32_t bytes, in vmw_cmd_ctx_reserve()
388 uint32_t max, uint32_t min, uint32_t bytes) in vmw_fifo_res_copy()
410 uint32_t max, uint32_t min, uint32_t bytes) in vmw_fifo_slow_copy()
427 static void vmw_local_fifo_commit(struct vmw_private *dev_priv, uint32_t bytes) in vmw_local_fifo_commit()
472 void vmw_cmd_commit(struct vmw_private *dev_priv, uint32_t bytes) in vmw_cmd_commit()
487 void vmw_cmd_commit_flush(struct vmw_private *dev_priv, uint32_t bytes) in vmw_cmd_commit_flush()
517 uint32_t bytes = sizeof(u32) + sizeof(*cmd_fence); in vmw_cmd_send_fence() local