Searched refs:config_mtx (Results 1 – 1 of 1) sorted by relevance
128 struct mtx config_mtx; member330 mtx_lock(&sc->config_mtx); in bcm_pcib_read_config()351 mtx_unlock(&sc->config_mtx); in bcm_pcib_read_config()368 mtx_lock(&sc->config_mtx); in bcm_pcib_write_config()388 mtx_unlock(&sc->config_mtx); in bcm_pcib_write_config()665 mtx_init(&sc->config_mtx, "bcm_pcib: config_mtx", NULL, MTX_DEF); in bcm_pcib_attach()