Home
last modified time | relevance | path

Searched refs:sas_node_lock (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c123 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _transport_get_port_id_by_rphy()
131 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _transport_get_port_id_by_rphy()
712 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
715 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
853 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
855 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
905 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
909 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
924 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
989 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
[all …]
Dmpt3sas_scsih.c1636 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_node_add()
1638 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_node_add()
4685 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_check_topo_delete_events()
4689 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_check_topo_delete_events()
6920 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_add()
6924 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_add()
6932 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_add()
6936 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_add()
7053 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_expander_remove()
7056 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_expander_remove()
[all …]
Dmpt3sas_base.h1479 spinlock_t sas_node_lock; member