Searched refs:frame_rcvd_lock (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/scsi/libsas/ |
D | sas_phy.c | 130 spin_lock_init(&phy->frame_rcvd_lock); in sas_register_phys()
|
D | sas_discover.c | 67 spin_lock(&phy->frame_rcvd_lock); in sas_get_port_device() 70 spin_unlock(&phy->frame_rcvd_lock); in sas_get_port_device()
|
/linux-5.19.10/drivers/scsi/isci/ |
D | phy.c | 989 spin_lock_irqsave(&iphy->sas_phy.frame_rcvd_lock, flags); in sci_phy_frame_handler() 991 spin_unlock_irqrestore(&iphy->sas_phy.frame_rcvd_lock, flags); in sci_phy_frame_handler() 1032 spin_lock_irqsave(&iphy->sas_phy.frame_rcvd_lock, flags); in sci_phy_frame_handler() 1036 spin_unlock_irqrestore(&iphy->sas_phy.frame_rcvd_lock, flags); in sci_phy_frame_handler()
|
D | port.c | 184 spin_lock_irqsave(&iphy->sas_phy.frame_rcvd_lock, flags); in isci_port_link_up() 222 spin_unlock_irqrestore(&iphy->sas_phy.frame_rcvd_lock, flags); in isci_port_link_up()
|
/linux-5.19.10/drivers/scsi/aic94xx/ |
D | aic94xx_scb.c | 230 spin_lock_irqsave(&phy->sas_phy.frame_rcvd_lock, flags); in asd_bytes_dmaed_tasklet() 234 spin_unlock_irqrestore(&phy->sas_phy.frame_rcvd_lock, flags); in asd_bytes_dmaed_tasklet()
|
D | aic94xx_dump.c | 754 spin_lock_irqsave(&phy->sas_phy.frame_rcvd_lock, flags); in asd_dump_frame_rcvd() 762 spin_unlock_irqrestore(&phy->sas_phy.frame_rcvd_lock, flags); in asd_dump_frame_rcvd()
|
/linux-5.19.10/include/scsi/ |
D | libsas.h | 334 spinlock_t frame_rcvd_lock; member
|
/linux-5.19.10/drivers/scsi/pm8001/ |
D | pm8001_hwi.c | 3313 spin_lock_irqsave(&phy->sas_phy.frame_rcvd_lock, flags); in hw_event_sas_phy_up() 3318 spin_unlock_irqrestore(&phy->sas_phy.frame_rcvd_lock, flags); in hw_event_sas_phy_up() 3358 spin_lock_irqsave(&phy->sas_phy.frame_rcvd_lock, flags); in hw_event_sata_phy_up() 3365 spin_unlock_irqrestore(&phy->sas_phy.frame_rcvd_lock, flags); in hw_event_sata_phy_up()
|
D | pm80xx_hwi.c | 3311 spin_lock_irqsave(&phy->sas_phy.frame_rcvd_lock, flags); in hw_event_sas_phy_up() 3316 spin_unlock_irqrestore(&phy->sas_phy.frame_rcvd_lock, flags); in hw_event_sas_phy_up() 3360 spin_lock_irqsave(&phy->sas_phy.frame_rcvd_lock, flags); in hw_event_sata_phy_up() 3367 spin_unlock_irqrestore(&phy->sas_phy.frame_rcvd_lock, flags); in hw_event_sata_phy_up()
|