Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1532 RT2860_GLOCK(sc); in rt2860_newstate()
1812 RT2860_GLOCK(sc); in rt2860_softintr()
1830 RT2860_GLOCK(sc); in rt2860_intr()
2302 RT2860_GLOCK(sc); in rt2860_init()
2527 RT2860_GLOCK(sc); in rt2860_stop()
2568 RT2860_GLOCK(sc); in rt2860_stop()
2591 RT2860_GLOCK(sc); in rt2860_m_start()
2610 RT2860_GLOCK(sc); in rt2860_m_stop()
2623 RT2860_GLOCK(sc); in rt2860_m_ioctl()
2673 RT2860_GLOCK(sc); in rt2860_m_setprop()
[all …]
H A Drt2860_var.h121 #define RT2860_GLOCK(_sc) mutex_enter(&(_sc)->sc_genlock) macro