Searched refs:config_mtx (Results 1 – 4 of 4) sorted by relevance
124 struct mtx config_mtx; member322 mtx_lock(&sc->config_mtx); in bcm_pcib_read_config()340 mtx_unlock(&sc->config_mtx); in bcm_pcib_read_config()355 mtx_lock(&sc->config_mtx); in bcm_pcib_write_config()372 mtx_unlock(&sc->config_mtx); in bcm_pcib_write_config()649 mtx_init(&sc->config_mtx, "bcm_pcib: config_mtx", NULL, MTX_DEF); in bcm_pcib_attach()
237 struct mtx config_mtx; /* Configuration lock. */ member
1091 mtx_lock(&sc->config_mtx); in gv_cleanup()1117 mtx_destroy(&sc->config_mtx); in gv_cleanup()
187 mtx_init(&sc->config_mtx, "gv_config", NULL, MTX_DEF); in gv_init()