Lines Matching refs:driver_mtx

1330 	mtx_lock(&sc->driver_mtx);  in mxge_change_throttle()
1335 mtx_unlock(&sc->driver_mtx); in mxge_change_throttle()
1358 mtx_lock(&sc->driver_mtx); in mxge_change_intr_coal()
1362 mtx_unlock(&sc->driver_mtx); in mxge_change_intr_coal()
1382 mtx_lock(&sc->driver_mtx); in mxge_change_flow_control()
1384 mtx_unlock(&sc->driver_mtx); in mxge_change_flow_control()
3045 mtx_lock(&sc->driver_mtx); in mxge_init()
3048 mtx_unlock(&sc->driver_mtx); in mxge_init()
3788 mtx_lock(&sc->driver_mtx); in mxge_watchdog_task()
3790 mtx_unlock(&sc->driver_mtx); in mxge_watchdog_task()
3933 mtx_lock(&sc->driver_mtx); in mxge_change_mtu()
3945 mtx_unlock(&sc->driver_mtx); in mxge_change_mtu()
4015 mtx_lock(&sc->driver_mtx); in mxge_ioctl()
4017 mtx_unlock(&sc->driver_mtx); in mxge_ioctl()
4035 mtx_unlock(&sc->driver_mtx); in mxge_ioctl()
4040 mtx_lock(&sc->driver_mtx); in mxge_ioctl()
4042 mtx_unlock(&sc->driver_mtx); in mxge_ioctl()
4046 mtx_unlock(&sc->driver_mtx); in mxge_ioctl()
4050 mtx_lock(&sc->driver_mtx); in mxge_ioctl()
4127 mtx_unlock(&sc->driver_mtx); in mxge_ioctl()
4133 mtx_lock(&sc->driver_mtx); in mxge_ioctl()
4135 mtx_unlock(&sc->driver_mtx); in mxge_ioctl()
4139 mtx_unlock(&sc->driver_mtx); in mxge_ioctl()
4153 mtx_lock(&sc->driver_mtx); in mxge_ioctl()
4155 mtx_unlock(&sc->driver_mtx); in mxge_ioctl()
4159 mtx_unlock(&sc->driver_mtx); in mxge_ioctl()
4646 mtx_init(&sc->driver_mtx, sc->driver_mtx_name, in mxge_attach()
4649 callout_init_mtx(&sc->co_hdl, &sc->driver_mtx, 0); in mxge_attach()
4805 mtx_destroy(&sc->driver_mtx); in mxge_attach()
4827 mtx_lock(&sc->driver_mtx); in mxge_detach()
4831 mtx_unlock(&sc->driver_mtx); in mxge_detach()
4851 mtx_destroy(&sc->driver_mtx); in mxge_detach()