Searched refs:vlans_lock (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/scsi/fnic/ |
H A D | fnic_fcs.c | 436 spin_lock_irqsave(&fnic->vlans_lock, flags); in fnic_fcoe_process_vlan_resp() 448 spin_unlock_irqrestore(&fnic->vlans_lock, in fnic_fcoe_process_vlan_resp() 467 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_process_vlan_resp() 475 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_process_vlan_resp() 492 spin_lock_irqsave(&fnic->vlans_lock, flags); in fnic_fcoe_start_fcf_disc() 497 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_start_fcf_disc() 511 spin_lock_irqsave(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check() 513 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check() 519 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check() 525 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check() [all …]
|
H A D | fnic.h | 298 spinlock_t vlans_lock; member
|
H A D | fnic_main.c | 792 spin_lock_init(&fnic->vlans_lock); in fnic_probe()
|
/openbmc/linux/net/dsa/ |
H A D | switch.c | 713 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()
|
H A D | dsa.c | 1106 mutex_init(&dp->vlans_lock); in dsa_port_touch()
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 317 struct mutex vlans_lock; member
|