Searched refs:interface_state_mutex (Results 1 – 3 of 3) sorted by relevance
205 mutex_lock(&persist->interface_state_mutex); in mlx4_handle_error_state()212 mutex_unlock(&persist->interface_state_mutex); in mlx4_handle_error_state()
3583 mutex_init(&dev->persist->interface_state_mutex); in mlx4_init_one()3695 mutex_lock(&persist->interface_state_mutex); in mlx4_remove_one()3697 mutex_unlock(&persist->interface_state_mutex); in mlx4_remove_one()3832 mutex_lock(&persist->interface_state_mutex); in mlx4_pci_err_detected()3836 mutex_unlock(&persist->interface_state_mutex); in mlx4_pci_err_detected()3867 mutex_lock(&persist->interface_state_mutex); in mlx4_pci_slot_reset()3884 mutex_unlock(&persist->interface_state_mutex); in mlx4_pci_slot_reset()3894 mutex_lock(&persist->interface_state_mutex); in mlx4_shutdown()3897 mutex_unlock(&persist->interface_state_mutex); in mlx4_shutdown()
836 struct mutex interface_state_mutex; /* protect SW state */ member