Searched refs:afe_xmtlock (Results 1 – 2 of 2) sorted by relevance
422 mutex_init(&afep->afe_xmtlock, NULL, MUTEX_DRIVER, afep->afe_icookie); in afe_attach()483 mutex_enter(&afep->afe_xmtlock); in afe_attach()485 mutex_exit(&afep->afe_xmtlock); in afe_attach()489 mutex_exit(&afep->afe_xmtlock); in afe_attach()546 mutex_destroy(&afep->afe_xmtlock); in afe_attach()578 mutex_enter(&afep->afe_xmtlock); in afe_detach()581 mutex_exit(&afep->afe_xmtlock); in afe_detach()601 mutex_destroy(&afep->afe_xmtlock); in afe_detach()612 mutex_enter(&afep->afe_xmtlock); in afe_detach()615 mutex_exit(&afep->afe_xmtlock); in afe_detach()[all …]
91 kmutex_t afe_xmtlock; member