Searched refs:cmd_dequeue_idx (Results 1 – 2 of 2) sorted by relevance
45 priv->command = priv->cmd_queue[priv->cmd_dequeue_idx]; in vnt_cmd_complete()47 ADD_ONE_WITH_WRAP_AROUND(priv->cmd_dequeue_idx, CMD_Q_SIZE); in vnt_cmd_complete()174 priv->cmd_dequeue_idx = 0; in vnt_reset_command_timer()
364 u32 cmd_dequeue_idx; member