Searched refs:vport_lock (Results 1 – 9 of 9) sorted by relevance
| /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
|
| /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 | 975 mutex_lock(&ha->vport_lock); in qla_nvme_register_hba() 989 mutex_unlock(&ha->vport_lock); in qla_nvme_register_hba() 991 mutex_unlock(&ha->vport_lock); in qla_nvme_register_hba()
|
| H A D | qla_os.c | 3222 mutex_init(&ha->vport_lock); in qla2x00_probe_one() 3773 mutex_lock(&ha->vport_lock); in qla2x00_delete_all_vps() 3783 mutex_unlock(&ha->vport_lock); in qla2x00_delete_all_vps() 3790 mutex_lock(&ha->vport_lock); in qla2x00_delete_all_vps() 3792 mutex_unlock(&ha->vport_lock); in qla2x00_delete_all_vps()
|
| H A D | qla_attr.c | 3218 mutex_lock(&ha->vport_lock); in qla24xx_vport_delete() 3221 mutex_unlock(&ha->vport_lock); in qla24xx_vport_delete()
|
| H A D | qla_def.h | 4531 struct mutex vport_lock; /* Virtual port synchronization */ member
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.h | 951 struct mutex vport_lock; member
|
| H A D | hclge_debugfs.c | 2478 mutex_lock(&hdev->vport_lock); in hclge_dbg_dump_umv_info() 2485 mutex_unlock(&hdev->vport_lock); in hclge_dbg_dump_umv_info()
|