Home
last modified time | relevance | path

Searched refs:vlan_lock (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/sfc/
A Def10.c402 WARN_ON(!mutex_is_locked(&nic_data->vlan_lock)); in efx_ef10_find_vlan()
418 mutex_lock(&nic_data->vlan_lock); in efx_ef10_add_vlan()
453 mutex_unlock(&nic_data->vlan_lock); in efx_ef10_add_vlan()
461 mutex_unlock(&nic_data->vlan_lock); in efx_ef10_add_vlan()
495 mutex_lock(&nic_data->vlan_lock); in efx_ef10_del_vlan()
506 mutex_unlock(&nic_data->vlan_lock); in efx_ef10_del_vlan()
516 mutex_lock(&nic_data->vlan_lock); in efx_ef10_cleanup_vlans()
519 mutex_unlock(&nic_data->vlan_lock); in efx_ef10_cleanup_vlans()
662 mutex_init(&nic_data->vlan_lock); in efx_ef10_probe()
688 mutex_destroy(&nic_data->vlan_lock); in efx_ef10_probe()
[all …]
A Dnic.h293 struct mutex vlan_lock; member
/linux/drivers/net/dsa/hirschmann/
A Dhellcreek.h279 struct mutex vlan_lock; /* VLAN bitmaps lock */ member
A Dhellcreek.c1436 mutex_lock(&hellcreek->vlan_lock); in hellcreek_port_prechangeupper()
1456 mutex_unlock(&hellcreek->vlan_lock); in hellcreek_port_prechangeupper()
1834 mutex_init(&hellcreek->vlan_lock); in hellcreek_probe()
/linux/drivers/net/ethernet/intel/ice/
A Dice_switch.c3569 struct mutex *vlan_lock; /* Lock to protect filter rule list */ in ice_set_vlan_vsi_promisc() local
3574 vlan_lock = &sw->recp_list[ICE_SW_LKUP_VLAN].filt_rule_lock; in ice_set_vlan_vsi_promisc()
3576 mutex_lock(vlan_lock); in ice_set_vlan_vsi_promisc()
3579 mutex_unlock(vlan_lock); in ice_set_vlan_vsi_promisc()

Completed in 31 milliseconds