Home
last modified time | relevance | path

Searched refs:sc_atq_mtx (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_iavf.c599 struct mutex sc_atq_mtx; member
805 mtx_init(&sc->sc_atq_mtx, IPL_NET); in iavf_attach()
2467 mtx_enter(&sc->sc_atq_mtx); in iavf_atq_done()
2473 mtx_leave(&sc->sc_atq_mtx); in iavf_atq_done()
2500 mtx_leave(&sc->sc_atq_mtx); in iavf_atq_done()
2509 mtx_enter(&sc->sc_atq_mtx); in iavf_atq_post()
2529 mtx_leave(&sc->sc_atq_mtx); in iavf_atq_post()
H A Dif_ixl.c1289 struct mutex sc_atq_mtx; member
1739 mtx_init(&sc->sc_atq_mtx, IPL_NET); in ixl_attach()
3663 mtx_enter(&sc->sc_atq_mtx); in ixl_atq_post()
3683 mtx_leave(&sc->sc_atq_mtx); in ixl_atq_post()
3694 mtx_enter(&sc->sc_atq_mtx); in ixl_atq_done()
3700 mtx_leave(&sc->sc_atq_mtx); in ixl_atq_done()
3733 mtx_leave(&sc->sc_atq_mtx); in ixl_atq_done()
3764 mtx_enter(&sc->sc_atq_mtx); in ixl_atq_poll()
3788 mtx_leave(&sc->sc_atq_mtx); in ixl_atq_poll()
3801 mtx_leave(&sc->sc_atq_mtx); in ixl_atq_poll()