Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/fnic/
Dfnic_fcs.c448 spin_lock_irqsave(&fnic->vlans_lock, flags); in fnic_fcoe_process_vlan_resp()
460 spin_unlock_irqrestore(&fnic->vlans_lock, in fnic_fcoe_process_vlan_resp()
479 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_process_vlan_resp()
487 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_process_vlan_resp()
504 spin_lock_irqsave(&fnic->vlans_lock, flags); in fnic_fcoe_start_fcf_disc()
509 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_start_fcf_disc()
523 spin_lock_irqsave(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check()
525 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check()
531 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check()
537 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check()
[all …]
Dfnic.h307 spinlock_t vlans_lock; member
Dfnic_main.c779 spin_lock_init(&fnic->vlans_lock); in fnic_probe()
/linux-5.19.10/net/dsa/
Dswitch.c651 mutex_lock(&dp->vlans_lock); in dsa_port_do_vlan_add()
676 mutex_unlock(&dp->vlans_lock); in dsa_port_do_vlan_add()
693 mutex_lock(&dp->vlans_lock); in dsa_port_do_vlan_del()
714 mutex_unlock(&dp->vlans_lock); in dsa_port_do_vlan_del()
Ddsa2.c1353 mutex_init(&dp->vlans_lock); in dsa_port_touch()
/linux-5.19.10/include/net/
Ddsa.h331 struct mutex vlans_lock; member