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()
3780 mutex_init(&dev->persist->interface_state_mutex); in mlx4_init_one()3915 mutex_lock(&persist->interface_state_mutex); in mlx4_remove_one()3917 mutex_unlock(&persist->interface_state_mutex); in mlx4_remove_one()4074 mutex_lock(&persist->interface_state_mutex); in mlx4_pci_err_detected()4078 mutex_unlock(&persist->interface_state_mutex); in mlx4_pci_err_detected()4116 mutex_lock(&persist->interface_state_mutex); in mlx4_pci_resume()4133 mutex_unlock(&persist->interface_state_mutex); in mlx4_pci_resume()4142 mutex_lock(&persist->interface_state_mutex); in mlx4_shutdown()4145 mutex_unlock(&persist->interface_state_mutex); in mlx4_shutdown()
858 struct mutex interface_state_mutex; /* protect SW state */ member