Searched refs:iport_lock (Results 1 – 3 of 3) sorted by relevance
271 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 …]
523 rw_enter(&iport->iport_lock, RW_READER); in fct_get_adapter_port_attr()532 rw_exit(&iport->iport_lock); in fct_get_adapter_port_attr()556 rw_enter(&iport->iport_lock, RW_READER); in fct_get_discovered_port_attr()559 rw_exit(&iport->iport_lock); in fct_get_discovered_port_attr()573 rw_exit(&iport->iport_lock); in fct_get_discovered_port_attr()611 rw_exit(&iport->iport_lock); in fct_get_discovered_port_attr()631 rw_enter(&iport->iport_lock, RW_READER); in fct_get_port_attr()641 rw_exit(&iport->iport_lock); in fct_get_port_attr()647 rw_exit(&iport->iport_lock); in fct_get_port_attr()1191 rw_init(&iport->iport_lock, NULL, RW_DRIVER, NULL); in fct_register_local_port()[all …]
203 krwlock_t iport_lock; member