Home
last modified time | relevance | path

Searched refs:vq_config_lock (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c290 pthread_mutex_lock(&priv->vq_config_lock); in mlx5_vdpa_poll_handle()
314 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_poll_handle()
330 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_poll_handle()
346 pthread_mutex_lock(&priv->vq_config_lock); in mlx5_vdpa_interrupt_handler()
365 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_interrupt_handler()
386 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_interrupt_handler()
402 pthread_mutex_lock(&priv->vq_config_lock); in mlx5_vdpa_err_interrupt_handler()
448 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_err_interrupt_handler()
H A Dmlx5_vdpa.c146 pthread_mutex_lock(&priv->vq_config_lock); in mlx5_vdpa_set_vring_state()
148 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_set_vring_state()
754 pthread_mutex_init(&priv->vq_config_lock, NULL); in mlx5_vdpa_pci_probe()
806 pthread_mutex_destroy(&priv->vq_config_lock); in mlx5_vdpa_pci_remove()
H A Dmlx5_vdpa.h127 pthread_mutex_t vq_config_lock; member