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 …]
504 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 …]
203 krwlock_t iport_lock; member