Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libsas/
H A Dsas_port.c133 spin_lock_irqsave(&sas_ha->phy_port_lock, flags); in sas_form_port()
165 spin_unlock_irqrestore(&sas_ha->phy_port_lock, flags); in sas_form_port()
169 spin_unlock_irqrestore(&sas_ha->phy_port_lock, flags); in sas_form_port()
238 spin_lock_irqsave(&sas_ha->phy_port_lock, flags); in sas_deform_port()
257 spin_unlock_irqrestore(&sas_ha->phy_port_lock, flags); in sas_deform_port()
H A Dsas_scsi_host.c380 spin_lock_irqsave(&ha->phy_port_lock, flags); in sas_get_local_phy()
383 spin_unlock_irqrestore(&ha->phy_port_lock, flags); in sas_get_local_phy()
770 spin_lock_irqsave(&ha->phy_port_lock, flags); in sas_find_dev_by_rphy()
786 spin_unlock_irqrestore(&ha->phy_port_lock, flags); in sas_find_dev_by_rphy()
H A Dsas_discover.c438 spin_lock_irq(&ha->phy_port_lock); in sas_device_set_phy()
443 spin_unlock_irq(&ha->phy_port_lock); in sas_device_set_phy()
H A Dsas_ata.c842 spin_lock_irq(&sas_ha->phy_port_lock); in sas_ata_strategy_handler()
862 spin_unlock_irq(&sas_ha->phy_port_lock); in sas_ata_strategy_handler()
H A Dsas_init.c99 spin_lock_init(&sas_ha->phy_port_lock); in sas_register_ha()
/openbmc/linux/include/scsi/
H A Dlibsas.h368 spinlock_t phy_port_lock; member