Searched refs:msi_mtx (Results 1 – 2 of 2) sorted by relevance
94 struct mtx msi_mtx; member212 mtx_init(&sc->msi_mtx, "msi_mtx", NULL, MTX_DEF); in al_msix_attach()320 mtx_lock(&sc->msi_mtx); in al_msix_alloc_msi()329 mtx_unlock(&sc->msi_mtx); in al_msix_alloc_msi()339 mtx_unlock(&sc->msi_mtx); in al_msix_alloc_msi()361 mtx_lock(&sc->msi_mtx); in al_msix_release_msi()372 mtx_unlock(&sc->msi_mtx); in al_msix_release_msi()
127 struct mtx msi_mtx; member429 mtx_lock(&sc->msi_mtx); in bcm_pcib_alloc_msi()443 mtx_unlock(&sc->msi_mtx); in bcm_pcib_alloc_msi()455 mtx_unlock(&sc->msi_mtx); in bcm_pcib_alloc_msi()485 mtx_lock(&sc->msi_mtx); in bcm_pcib_release_msi()492 mtx_unlock(&sc->msi_mtx); in bcm_pcib_release_msi()548 mtx_init(&sc->msi_mtx, "bcm_pcib: msi_mtx", NULL, MTX_DEF); in bcm_pcib_msi_attach()