Home
last modified time | relevance | path

Searched refs:cmd_dequeue_idx (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/vt6656/
Dwcmd.c45 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()
Ddevice.h364 u32 cmd_dequeue_idx; member