Home
last modified time | relevance | path

Searched refs:phy_port_lock (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/scsi/libsas/
Dsas_port.c121 spin_lock_irqsave(&sas_ha->phy_port_lock, flags); in sas_form_port()
152 spin_unlock_irqrestore(&sas_ha->phy_port_lock, flags); in sas_form_port()
174 spin_unlock_irqrestore(&sas_ha->phy_port_lock, flags); in sas_form_port()
236 spin_lock_irqsave(&sas_ha->phy_port_lock, flags); in sas_deform_port()
256 spin_unlock_irqrestore(&sas_ha->phy_port_lock, flags); in sas_deform_port()
Dsas_scsi_host.c400 spin_lock_irqsave(&ha->phy_port_lock, flags); in sas_get_local_phy()
403 spin_unlock_irqrestore(&ha->phy_port_lock, flags); in sas_get_local_phy()
826 spin_lock_irqsave(&ha->phy_port_lock, flags); in sas_find_dev_by_rphy()
842 spin_unlock_irqrestore(&ha->phy_port_lock, flags); in sas_find_dev_by_rphy()
Dsas_discover.c423 spin_lock_irq(&ha->phy_port_lock); in sas_device_set_phy()
428 spin_unlock_irq(&ha->phy_port_lock); in sas_device_set_phy()
Dsas_ata.c775 spin_lock_irq(&sas_ha->phy_port_lock); in sas_ata_strategy_handler()
795 spin_unlock_irq(&sas_ha->phy_port_lock); in sas_ata_strategy_handler()
Dsas_init.c117 spin_lock_init(&sas_ha->phy_port_lock); in sas_register_ha()
/Linux-v4.19/include/scsi/
Dlibsas.h397 spinlock_t phy_port_lock; member