Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/msk/
Dif_msk.c481 MSK_IF_LOCK_ASSERT(sc_if); in msk_miibus_statchg()
585 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()
2648 MSK_IF_LOCK_ASSERT(sc_if); in msk_encap()
2934 MSK_IF_LOCK_ASSERT(sc_if); in msk_start_locked()
2983 MSK_IF_LOCK_ASSERT(sc_if); in msk_watchdog()
3206 MSK_IF_LOCK_ASSERT(sc_if); in msk_rxeof()
3282 MSK_IF_LOCK_ASSERT(sc_if); in msk_jumbo_rxeof()
3345 MSK_IF_LOCK_ASSERT(sc_if); in msk_txeof()
[all …]
Dif_mskreg.h2547 #define MSK_IF_LOCK_ASSERT(_sc) MSK_LOCK_ASSERT((_sc)->msk_softc) macro