Searched refs:cmd_dequeue_idx (Results 1 – 2 of 2) sorted by relevance
52 priv->command = priv->cmd_queue[priv->cmd_dequeue_idx]; in vnt_cmd_complete()54 priv->cmd_dequeue_idx = add_one_with_wrap_around(priv->cmd_dequeue_idx, CMD_Q_SIZE); in vnt_cmd_complete()181 priv->cmd_dequeue_idx = 0; in vnt_reset_command_timer()
363 u32 cmd_dequeue_idx; member