Home
last modified time | relevance | path

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

/freebsd/sys/dev/msk/
H A Dif_msk.c479 MSK_IF_LOCK_ASSERT(sc_if); in msk_miibus_statchg()
596 MSK_IF_LOCK_ASSERT(sc_if); in msk_rxfilter()
700 MSK_IF_LOCK_ASSERT(sc_if); in msk_init_rx_ring()
767 MSK_IF_LOCK_ASSERT(sc_if); in msk_init_jumbo_rx_ring()
2601 MSK_IF_LOCK_ASSERT(sc_if); in msk_encap()
2887 MSK_IF_LOCK_ASSERT(sc_if); in msk_start_locked()
2936 MSK_IF_LOCK_ASSERT(sc_if); in msk_watchdog()
3159 MSK_IF_LOCK_ASSERT(sc_if); in msk_rxeof()
3235 MSK_IF_LOCK_ASSERT(sc_if); in msk_jumbo_rxeof()
3298 MSK_IF_LOCK_ASSERT(sc_if); in msk_txeof()
[all …]
H A Dif_mskreg.h2548 #define MSK_IF_LOCK_ASSERT(_sc) MSK_LOCK_ASSERT((_sc)->msk_softc) macro