Home
last modified time | relevance | path

Searched refs:mpi3mr_mtx (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_cam.c957 mtx_assert(&sc->mpi3mr_mtx, MA_OWNED); in mpi3mr_action_scsiio()
1314 mtx_assert(&cam_sc->sc->mpi3mr_mtx, MA_OWNED); in mpi3mr_cam_action()
1549 mtx_lock(&sc->mpi3mr_mtx); in mpi3mr_freeup_events()
1554 mtx_unlock(&sc->mpi3mr_mtx); in mpi3mr_freeup_events()
2118 unit, &sc->mpi3mr_mtx, reqs, reqs, cam_sc->devq); in mpi3mr_cam_attach()
2134 mtx_lock(&sc->mpi3mr_mtx); in mpi3mr_cam_attach()
2144 mtx_unlock(&sc->mpi3mr_mtx); in mpi3mr_cam_attach()
2180 mtx_unlock(&sc->mpi3mr_mtx); in mpi3mr_cam_attach()
2211 mtx_lock(&sc->mpi3mr_mtx); in mpi3mr_cam_detach()
2230 mtx_unlock(&sc->mpi3mr_mtx); in mpi3mr_cam_detach()
H A Dmpi3mr_pci.c322 mtx_lock(&sc->mpi3mr_mtx); in mpi3mr_ich_startup()
326 mtx_unlock(&sc->mpi3mr_mtx); in mpi3mr_ich_startup()
H A Dmpi3mr.c150 msleep(&sc->tm_chan, &sc->mpi3mr_mtx, PRIBIO, in wait_for_completion_timeout_tm()
2814 mtx_init(&sc->mpi3mr_mtx, "SIM lock", NULL, MTX_DEF); in mpi3mr_initialize_ioc()
4464 mtx_lock(&sc->mpi3mr_mtx); in mpi3mr_cmd_done()
4475 mtx_unlock(&sc->mpi3mr_mtx); in mpi3mr_cmd_done()
5012 callout_init_mtx(&cmd->callout, &sc->mpi3mr_mtx, 0); in mpi3mr_alloc_requests()
5300 if (mtx_initialized(&sc->mpi3mr_mtx)) in mpi3mr_destory_mtx()
5301 mtx_destroy(&sc->mpi3mr_mtx); in mpi3mr_destory_mtx()
H A Dmpi3mr.h589 struct mtx mpi3mr_mtx; member