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()
3354 mutex_init(&dev->persist->interface_state_mutex); in mlx4_init_one()3464 mutex_lock(&persist->interface_state_mutex); in mlx4_remove_one()3466 mutex_unlock(&persist->interface_state_mutex); in mlx4_remove_one()3601 mutex_lock(&persist->interface_state_mutex); in mlx4_pci_err_detected()3605 mutex_unlock(&persist->interface_state_mutex); in mlx4_pci_err_detected()3636 mutex_lock(&persist->interface_state_mutex); in mlx4_pci_slot_reset()3653 mutex_unlock(&persist->interface_state_mutex); in mlx4_pci_slot_reset()3663 mutex_lock(&persist->interface_state_mutex); in mlx4_shutdown()3666 mutex_unlock(&persist->interface_state_mutex); in mlx4_shutdown()
811 struct mutex interface_state_mutex; /* protect SW state */ member