Searched refs:fcip_dest_mutex (Results 1 – 2 of 2) sorted by relevance
912 mutex_init(&fptr->fcip_dest_mutex, NULL, MUTEX_DRIVER, NULL); in fcip_port_attach()1560 mutex_enter(&fptr->fcip_dest_mutex); in fcip_detach()1562 mutex_exit(&fptr->fcip_dest_mutex); in fcip_detach()1569 mutex_exit(&fptr->fcip_dest_mutex); in fcip_detach()1804 mutex_enter(&fptr->fcip_dest_mutex); in fcip_check_port_busy()1816 mutex_exit(&fptr->fcip_dest_mutex); in fcip_check_port_busy()1947 mutex_enter(&fptr->fcip_dest_mutex); in fcip_handle_suspend()1968 mutex_exit(&fptr->fcip_dest_mutex); in fcip_handle_suspend()5055 mutex_destroy(&fptr->fcip_dest_mutex); in fcip_softstate_free()5948 mutex_enter(&fptr->fcip_dest_mutex); in fcip_get_dest()[all …]
202 kmutex_t fcip_dest_mutex; /* dest table lock */ member