Searched refs:ti_gw_lock (Results 1 – 3 of 3) sorted by relevance
110 mutex_enter(&info->ti_gw_lock); in eibnx_cleanup_port_nodes()113 mutex_exit(&info->ti_gw_lock); in eibnx_cleanup_port_nodes()356 mutex_init(&ti->ti_gw_lock, NULL, MUTEX_DRIVER, NULL); in eibnx_start_port_monitor()425 mutex_destroy(&ti->ti_gw_lock); in eibnx_stop_port_monitor()562 mutex_enter(&ti->ti_gw_lock); in eibnx_locate_node_name()571 mutex_exit(&ti->ti_gw_lock); in eibnx_locate_node_name()
271 mutex_enter(&info->ti_gw_lock); in eibnx_find_gw_in_gwlist()276 mutex_exit(&info->ti_gw_lock); in eibnx_find_gw_in_gwlist()393 mutex_enter(&info->ti_gw_lock); in eibnx_add_gw_to_gwlist()396 mutex_exit(&info->ti_gw_lock); in eibnx_add_gw_to_gwlist()420 mutex_enter(&info->ti_gw_lock); in eibnx_replace_gw_in_gwlist()599 mutex_exit(&info->ti_gw_lock); in eibnx_replace_gw_in_gwlist()
352 kmutex_t ti_gw_lock; member