Searched refs:vport_lock (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/scsi/elx/libefc/ |
H 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() 754 spin_unlock_irqrestore(&efc->vport_lock, flags); in efc_vport_create_spec() [all …]
|
H A D | efclib.h | 534 spinlock_t vport_lock; member
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H 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() 227 mutex_lock(&ha->vport_lock); in qla24xx_enable_vp() 229 mutex_unlock(&ha->vport_lock); in qla24xx_enable_vp() 561 mutex_lock(&ha->vport_lock); in qla24xx_create_vhost() 564 mutex_unlock(&ha->vport_lock); in qla24xx_create_vhost() 584 mutex_lock(&ha->vport_lock); in qla25xx_free_req_que() [all …]
|
H A D | qla_nvme.c | 976 mutex_lock(&ha->vport_lock); in qla_nvme_register_hba() 990 mutex_unlock(&ha->vport_lock); in qla_nvme_register_hba() 992 mutex_unlock(&ha->vport_lock); in qla_nvme_register_hba()
|
H A D | qla_os.c | 3226 mutex_init(&ha->vport_lock); in qla2x00_probe_one() 3778 mutex_lock(&ha->vport_lock); in qla2x00_delete_all_vps() 3788 mutex_unlock(&ha->vport_lock); in qla2x00_delete_all_vps() 3795 mutex_lock(&ha->vport_lock); in qla2x00_delete_all_vps() 3797 mutex_unlock(&ha->vport_lock); in qla2x00_delete_all_vps()
|
H A D | qla_attr.c | 3225 mutex_lock(&ha->vport_lock); in qla24xx_vport_delete() 3228 mutex_unlock(&ha->vport_lock); in qla24xx_vport_delete()
|
H A D | qla_def.h | 4533 struct mutex vport_lock; /* Virtual port synchronization */ member
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 8372 mutex_lock(&hdev->vport_lock); in hclge_reset_umv_space() 8375 mutex_unlock(&hdev->vport_lock); in hclge_reset_umv_space() 8386 mutex_lock(&hdev->vport_lock); in hclge_is_umv_space_full() 8392 mutex_unlock(&hdev->vport_lock); in hclge_is_umv_space_full() 8557 mutex_lock(&hdev->vport_lock); in hclge_add_uc_addr_common() 8562 mutex_unlock(&hdev->vport_lock); in hclge_add_uc_addr_common() 8565 mutex_unlock(&hdev->vport_lock); in hclge_add_uc_addr_common() 8613 mutex_lock(&hdev->vport_lock); in hclge_rm_uc_addr_common() 8615 mutex_unlock(&hdev->vport_lock); in hclge_rm_uc_addr_common() 9502 mutex_lock(&hdev->vport_lock); in hclge_enable_vport_vlan_filter() [all …]
|
H A D | hclge_main.h | 933 struct mutex vport_lock; member
|
H A D | hclge_debugfs.c | 2056 mutex_lock(&hdev->vport_lock); in hclge_dbg_dump_umv_info() 2065 mutex_unlock(&hdev->vport_lock); in hclge_dbg_dump_umv_info()
|