Searched refs:vport_lock (Results 1 – 8 of 8) 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()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 6054 mutex_lock(&hdev->vport_lock); in hclge_fd_check_ether_tuple() 6057 mutex_unlock(&hdev->vport_lock); in hclge_fd_check_ether_tuple() 6068 mutex_lock(&hdev->vport_lock); in hclge_fd_check_ext_tuple() 6074 mutex_unlock(&hdev->vport_lock); in hclge_fd_check_ext_tuple() 6239 mutex_lock(&hdev->vport_lock); in hclge_fd_check_spec() 6244 mutex_unlock(&hdev->vport_lock); in hclge_fd_check_spec() 6247 mutex_unlock(&hdev->vport_lock); in hclge_fd_check_spec() 6295 mutex_lock(&hdev->vport_lock); in hclge_fd_get_ip4_tuple() 6297 mutex_unlock(&hdev->vport_lock); in hclge_fd_get_ip4_tuple() 7194 mutex_lock(&hdev->vport_lock); in hclge_clear_arfs_rules() [all...] |
| H A D | hclge_main.h | 955 /* vport_lock protect resource shared by vports */ 956 struct mutex vport_lock; 951 struct mutex vport_lock; global() member
|
| H A D | hclge_debugfs.c | 2629 mutex_lock(&hdev->vport_lock); in hclge_dbg_dump_vlan_filter_config() 2636 mutex_unlock(&hdev->vport_lock); in hclge_dbg_dump_vlan_filter_config()
|