Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/rwn/
H A Drt2860.c1531 RT2860_GLOCK(sc); in rt2860_newstate()
1811 RT2860_GLOCK(sc); in rt2860_softintr()
1829 RT2860_GLOCK(sc); in rt2860_intr()
2301 RT2860_GLOCK(sc); in rt2860_init()
2526 RT2860_GLOCK(sc); in rt2860_stop()
2567 RT2860_GLOCK(sc); in rt2860_stop()
2590 RT2860_GLOCK(sc); in rt2860_m_start()
2609 RT2860_GLOCK(sc); in rt2860_m_stop()
2622 RT2860_GLOCK(sc); in rt2860_m_ioctl()
2630 RT2860_GLOCK(sc); in rt2860_m_ioctl()
[all …]
H A Drt2860_var.h121 #define RT2860_GLOCK(_sc) mutex_enter(&(_sc)->sc_genlock) macro