Searched refs:fcip_dest_mutex (Results 1 – 2 of 2) sorted by relevance
896 mutex_init(&fptr->fcip_dest_mutex, NULL, MUTEX_DRIVER, NULL); in fcip_port_attach()1507 mutex_enter(&fptr->fcip_dest_mutex); in fcip_detach()1509 mutex_exit(&fptr->fcip_dest_mutex); in fcip_detach()1516 mutex_exit(&fptr->fcip_dest_mutex); in fcip_detach()1747 mutex_enter(&fptr->fcip_dest_mutex); in fcip_check_port_busy()1759 mutex_exit(&fptr->fcip_dest_mutex); in fcip_check_port_busy()1890 mutex_enter(&fptr->fcip_dest_mutex); in fcip_handle_suspend()1911 mutex_exit(&fptr->fcip_dest_mutex); in fcip_handle_suspend()4881 mutex_destroy(&fptr->fcip_dest_mutex); in fcip_softstate_free()5768 mutex_enter(&fptr->fcip_dest_mutex); in fcip_get_dest()[all …]
202 kmutex_t fcip_dest_mutex; /* dest table lock */ member