Searched refs:interface_state_mutex (Results 1 – 3 of 3) sorted by relevance
207 mutex_lock(&persist->interface_state_mutex); in mlx4_handle_error_state()214 mutex_unlock(&persist->interface_state_mutex); in mlx4_handle_error_state()
3774 mutex_init(&dev->persist->interface_state_mutex); in mlx4_init_one()3908 mutex_lock(&persist->interface_state_mutex); in mlx4_remove_one()3910 mutex_unlock(&persist->interface_state_mutex); in mlx4_remove_one()4067 mutex_lock(&persist->interface_state_mutex); in mlx4_pci_err_detected()4071 mutex_unlock(&persist->interface_state_mutex); in mlx4_pci_err_detected()4109 mutex_lock(&persist->interface_state_mutex); in mlx4_pci_resume()4126 mutex_unlock(&persist->interface_state_mutex); in mlx4_pci_resume()4135 mutex_lock(&persist->interface_state_mutex); in mlx4_shutdown()4138 mutex_unlock(&persist->interface_state_mutex); in mlx4_shutdown()
857 struct mutex interface_state_mutex; /* protect SW state */ member