Searched refs:msi_mtx (Results 1 – 2 of 2) sorted by relevance
97 struct mtx msi_mtx; member217 mtx_init(&sc->msi_mtx, "msi_mtx", NULL, MTX_DEF); in al_msix_attach()324 mtx_lock(&sc->msi_mtx); in al_msix_alloc_msi()333 mtx_unlock(&sc->msi_mtx); in al_msix_alloc_msi()343 mtx_unlock(&sc->msi_mtx); in al_msix_alloc_msi()365 mtx_lock(&sc->msi_mtx); in al_msix_release_msi()376 mtx_unlock(&sc->msi_mtx); in al_msix_release_msi()
129 struct mtx msi_mtx; member443 mtx_lock(&sc->msi_mtx); in bcm_pcib_alloc_msi()457 mtx_unlock(&sc->msi_mtx); in bcm_pcib_alloc_msi()469 mtx_unlock(&sc->msi_mtx); in bcm_pcib_alloc_msi()499 mtx_lock(&sc->msi_mtx); in bcm_pcib_release_msi()506 mtx_unlock(&sc->msi_mtx); in bcm_pcib_release_msi()562 mtx_init(&sc->msi_mtx, "bcm_pcib: msi_mtx", NULL, MTX_DEF); in bcm_pcib_msi_attach()