Lines Matching defs:bytes
179 static bool vmw_fifo_is_full(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_is_full()
190 uint32_t bytes, bool interruptible, in vmw_fifo_wait_noirq()
223 uint32_t bytes, bool interruptible, in vmw_fifo_wait()
270 uint32_t bytes) in vmw_local_fifo_reserve()
357 void *vmw_cmd_ctx_reserve(struct vmw_private *dev_priv, uint32_t bytes, in vmw_cmd_ctx_reserve()
380 uint32_t max, uint32_t min, uint32_t bytes) in vmw_fifo_res_copy()
402 uint32_t max, uint32_t min, uint32_t bytes) in vmw_fifo_slow_copy()
419 static void vmw_local_fifo_commit(struct vmw_private *dev_priv, uint32_t bytes) in vmw_local_fifo_commit()
464 void vmw_cmd_commit(struct vmw_private *dev_priv, uint32_t bytes) in vmw_cmd_commit()
479 void vmw_cmd_commit_flush(struct vmw_private *dev_priv, uint32_t bytes) in vmw_cmd_commit_flush()
509 uint32_t bytes = sizeof(u32) + sizeof(*cmd_fence); in vmw_cmd_send_fence() local