Searched refs:vport_lock (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/scsi/elx/libefc/ |
A D | efc_nport.c | 479 spin_lock_irqsave(&efc->vport_lock, flags); in efc_vport_update_spec() 489 spin_unlock_irqrestore(&efc->vport_lock, flags); in efc_vport_update_spec() 630 spin_lock_irqsave(&efc->vport_lock, flags); in efc_vport_start() 637 spin_unlock_irqrestore(&efc->vport_lock, flags); in efc_vport_start() 689 spin_lock_irqsave(&efc->vport_lock, flags); in efc_nport_vport_del() 698 spin_unlock_irqrestore(&efc->vport_lock, flags); in efc_nport_vport_del() 726 spin_lock_irqsave(&efc->vport_lock, flags); in efc_vport_del_all() 731 spin_unlock_irqrestore(&efc->vport_lock, flags); in efc_vport_del_all() 747 spin_lock_irqsave(&efc->vport_lock, flags); in efc_vport_create_spec() 761 spin_unlock_irqrestore(&efc->vport_lock, flags); in efc_vport_create_spec() [all …]
|
A D | efclib.h | 532 spinlock_t vport_lock; member
|
/linux/drivers/scsi/qla2xxx/ |
A D | qla_mid.c | 36 mutex_lock(&ha->vport_lock); in qla24xx_allocate_vp_id() 42 mutex_unlock(&ha->vport_lock); in qla24xx_allocate_vp_id() 58 mutex_unlock(&ha->vport_lock); in qla24xx_allocate_vp_id() 70 mutex_lock(&ha->vport_lock); in qla24xx_deallocate_vp_id() 106 mutex_unlock(&ha->vport_lock); in qla24xx_deallocate_vp_id() 223 mutex_lock(&ha->vport_lock); in qla24xx_enable_vp() 225 mutex_unlock(&ha->vport_lock); in qla24xx_enable_vp() 565 mutex_lock(&ha->vport_lock); in qla24xx_create_vhost() 568 mutex_unlock(&ha->vport_lock); in qla24xx_create_vhost() 588 mutex_lock(&ha->vport_lock); in qla25xx_free_req_que() [all …]
|
A D | qla_os.c | 3132 mutex_init(&ha->vport_lock); in qla2x00_probe_one() 3679 mutex_lock(&ha->vport_lock); in qla2x00_delete_all_vps() 3689 mutex_unlock(&ha->vport_lock); in qla2x00_delete_all_vps() 3696 mutex_lock(&ha->vport_lock); in qla2x00_delete_all_vps() 3698 mutex_unlock(&ha->vport_lock); in qla2x00_delete_all_vps()
|
A D | qla_attr.c | 3191 mutex_lock(&ha->vport_lock); in qla24xx_vport_delete() 3194 mutex_unlock(&ha->vport_lock); in qla24xx_vport_delete()
|
A D | qla_def.h | 4408 struct mutex vport_lock; /* Virtual port synchronization */ member
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_main.c | 8657 mutex_lock(&hdev->vport_lock); in hclge_reset_umv_space() 8660 mutex_unlock(&hdev->vport_lock); in hclge_reset_umv_space() 8671 mutex_lock(&hdev->vport_lock); in hclge_is_umv_space_full() 8677 mutex_unlock(&hdev->vport_lock); in hclge_is_umv_space_full() 8838 mutex_lock(&hdev->vport_lock); in hclge_add_uc_addr_common() 8892 mutex_lock(&hdev->vport_lock); in hclge_rm_uc_addr_common() 9767 mutex_lock(&hdev->vport_lock); in hclge_enable_vport_vlan_filter() 9785 mutex_unlock(&hdev->vport_lock); in hclge_enable_vport_vlan_filter() 10793 mutex_lock(&hdev->vport_lock); in hclge_set_vport_mtu() 10830 mutex_unlock(&hdev->vport_lock); in hclge_set_vport_mtu() [all …]
|
A D | hclge_main.h | 943 struct mutex vport_lock; member
|
A D | hclge_debugfs.c | 1982 mutex_lock(&hdev->vport_lock); in hclge_dbg_dump_umv_info() 1991 mutex_unlock(&hdev->vport_lock); in hclge_dbg_dump_umv_info()
|
Completed in 81 milliseconds