Home
last modified time | relevance | path

Searched refs:vlans_lock (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/scsi/fnic/
Dfnic_fcs.c443 spin_lock_irqsave(&fnic->vlans_lock, flags); in fnic_fcoe_process_vlan_resp()
455 spin_unlock_irqrestore(&fnic->vlans_lock, in fnic_fcoe_process_vlan_resp()
474 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_process_vlan_resp()
482 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_process_vlan_resp()
499 spin_lock_irqsave(&fnic->vlans_lock, flags); in fnic_fcoe_start_fcf_disc()
504 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_start_fcf_disc()
518 spin_lock_irqsave(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check()
520 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check()
526 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check()
532 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check()
[all …]
Dfnic.h318 spinlock_t vlans_lock; member
Dfnic_main.c830 spin_lock_init(&fnic->vlans_lock); in fnic_probe()
/linux-6.12.1/net/dsa/
Dswitch.c713 mutex_lock(&dp->vlans_lock); in dsa_port_do_vlan_add()
740 mutex_unlock(&dp->vlans_lock); in dsa_port_do_vlan_add()
761 mutex_lock(&dp->vlans_lock); in dsa_port_do_vlan_del()
786 mutex_unlock(&dp->vlans_lock); in dsa_port_do_vlan_del()
Ddsa.c1101 mutex_init(&dp->vlans_lock); in dsa_port_touch()
/linux-6.12.1/include/net/
Ddsa.h316 struct mutex vlans_lock; member