Searched refs:vlans_lock (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/scsi/fnic/ |
D | fnic_fcs.c | 446 spin_lock_irqsave(&fnic->vlans_lock, flags); in fnic_fcoe_process_vlan_resp() 458 spin_unlock_irqrestore(&fnic->vlans_lock, in fnic_fcoe_process_vlan_resp() 477 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_process_vlan_resp() 485 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_process_vlan_resp() 502 spin_lock_irqsave(&fnic->vlans_lock, flags); in fnic_fcoe_start_fcf_disc() 507 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_start_fcf_disc() 521 spin_lock_irqsave(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check() 523 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check() 529 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check() 535 spin_unlock_irqrestore(&fnic->vlans_lock, flags); in fnic_fcoe_vlan_check() [all …]
|
D | fnic.h | 293 spinlock_t vlans_lock; member
|
D | fnic_main.c | 775 spin_lock_init(&fnic->vlans_lock); in fnic_probe()
|