Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vt6656/
H A Dwcmd.c167 priv->cmd_queue[priv->cmd_enqueue_idx] = command; in vnt_schedule_command()
169 priv->cmd_enqueue_idx = add_one_with_wrap_around(priv->cmd_enqueue_idx, CMD_Q_SIZE); in vnt_schedule_command()
182 priv->cmd_enqueue_idx = 0; in vnt_reset_command_timer()
H A Ddevice.h364 u32 cmd_enqueue_idx; member