Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c271 rw_enter(&iport->iport_lock, RW_WRITER); in fct_handle_local_port_event()
334 rw_exit(&iport->iport_lock); in fct_handle_local_port_event()
819 rw_enter(&iport->iport_lock, RW_READER); in fct_handle_els()
823 rw_exit(&iport->iport_lock); in fct_handle_els()
868 rw_exit(&iport->iport_lock); in fct_handle_els()
884 rw_exit(&iport->iport_lock); in fct_handle_els()
903 rw_exit(&iport->iport_lock); in fct_handle_els()
922 rw_enter(&iport->iport_lock, RW_WRITER); in fct_handle_els()
930 rw_downgrade(&iport->iport_lock); in fct_handle_els()
949 rw_exit(&iport->iport_lock); in fct_handle_els()
[all …]
H A Dfct.c504 rw_enter(&iport->iport_lock, RW_READER); in fct_get_adapter_port_attr()
513 rw_exit(&iport->iport_lock); in fct_get_adapter_port_attr()
537 rw_enter(&iport->iport_lock, RW_READER); in fct_get_discovered_port_attr()
540 rw_exit(&iport->iport_lock); in fct_get_discovered_port_attr()
554 rw_exit(&iport->iport_lock); in fct_get_discovered_port_attr()
592 rw_exit(&iport->iport_lock); in fct_get_discovered_port_attr()
612 rw_enter(&iport->iport_lock, RW_READER); in fct_get_port_attr()
622 rw_exit(&iport->iport_lock); in fct_get_port_attr()
628 rw_exit(&iport->iport_lock); in fct_get_port_attr()
1172 rw_init(&iport->iport_lock, NULL, RW_DRIVER, NULL); in fct_register_local_port()
[all …]
H A Dfct_impl.h203 krwlock_t iport_lock; member