Searched refs:timer_on (Results 1 – 2 of 2) sorted by relevance
281 while (!priv->timer_on) in mlx5_vdpa_poll_handle()316 priv->timer_on = 0; in mlx5_vdpa_poll_handle()317 while (!priv->timer_on) in mlx5_vdpa_poll_handle()373 priv->timer_on ? "on" : "off", cq->cq_ci); in mlx5_vdpa_interrupt_handler()381 if (!priv->timer_on) { in mlx5_vdpa_interrupt_handler()382 priv->timer_on = 1; in mlx5_vdpa_interrupt_handler()541 priv->timer_on = 0; in mlx5_vdpa_cqe_event_setup()
132 volatile uint8_t timer_on; member