Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1121 RT2661_GLOCK(sc); in rt2661_intr()
2002 RT2661_GLOCK(sc); in rt2661_newstate()
2421 RT2661_GLOCK(sc); in rt2661_init()
2554 RT2661_GLOCK(sc); in rt2661_stop()
2576 RT2661_GLOCK(sc); in rt2661_m_start()
2595 RT2661_GLOCK(sc); in rt2661_m_stop()
2608 RT2661_GLOCK(sc); in rt2661_m_ioctl()
2658 RT2661_GLOCK(sc); in rt2661_m_setprop()
2752 RT2661_GLOCK(sc); in rt2661_m_stat()
2831 RT2661_GLOCK(sc); in rt2661_attach()
[all …]
H A Drt2661_var.h183 #define RT2661_GLOCK(_sc) mutex_enter(&(_sc)->sc_genlock) macro