Searched defs:_sc (Results 1 – 11 of 11) sorted by relevance
141 #define URTW_IS_PLUGIN_ONLINE(_sc) \ argument 143 #define URTW_IS_RUNNING(_sc) \ argument 145 #define URTW_IS_NOT_RUNNING(_sc) \ argument 147 #define URTW_IS_SUSPENDING(_sc) ((_sc)->sc_flags & URTW_FLAG_SUSPEND) argument
183 #define RT2661_GLOCK(_sc) mutex_enter(&(_sc)->sc_genlock) argument 184 #define RT2661_GUNLOCK(_sc) mutex_exit(&(_sc)->sc_genlock) argument 195 #define RT2661_IS_RUNNING(_sc) (((_sc)->sc_flags & RT2661_F_RUNNING)) argument 196 #define RT2661_IS_SUSPEND(_sc) (((_sc)->sc_flags & RT2661_F_SUSPEND)) argument 197 #define RT2661_IS_FWLOADED(_sc) (((_sc) argument 198 RT2661_IS_FASTREBOOT(_sc) global() argument [all...]
118 #define RT2860_IS_RUNNING(_sc) (((_sc)->sc_flags & RT2860_F_RUNNING)) argument 119 #define RT2860_IS_INITED(_sc) ((_sc)->sc_flags & RT2860_F_RUNNING) argument 120 #define RT2860_IS_SUSPEND(_sc) ((_sc)->sc_flags & RT2860_F_SUSPEND) argument 121 #define RT2860_GLOCK(_sc) mutex_enter(&(_sc)->sc_genlock) argument 122 #define RT2860_GUNLOCK(_sc) mutex_exit(&(_sc) argument [all...]
248 #define UATH_IS_RUNNING(_sc) ((_sc)->sc_flags & UATH_FLAG_RUNNING) argument 249 #define UATH_IS_SUSPEND(_sc) ((_sc)->sc_flags & UATH_FLAG_SUSPEND) argument 250 #define UATH_IS_DISCONNECT(_sc) ((_sc)->sc_flags & UATH_FLAG_DISCONNECT) argument 251 #define UATH_IS_RECONNECT(_sc) ((_sc)->sc_flags & UATH_FLAG_RECONNECT) argument
609 #define MWL_GLOCK(_sc) mutex_enter(&(_sc)->sc_glock) argument 610 #define MWL_GUNLOCK(_sc) mutex_exit(&(_sc)->sc_glock) argument 612 #define MWL_RXLOCK(_sc) mutex_enter(&(_sc)->sc_rxlock) argument 613 #define MWL_RXUNLOCK(_sc) mutex_exit(&(_sc)->sc_rxlock) argument 615 #define MWL_TXLOCK(_sc) mutex_enter(&(_sc) argument 616 MWL_TXUNLOCK(_sc) global() argument 625 MWL_IS_RUNNING(_sc) global() argument 626 MWL_IS_SUSPEND(_sc) global() argument 627 MWL_IS_QUIESCE(_sc) global() argument [all...]
202 #define RAL_IS_RUNNING(_sc) (((_sc)->sc_flags & RAL_FLAG_RUNNING) && \ argument 204 #define RAL_IS_INITED(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING) argument
418 #define PA2DESC(_sc, _pa) \ in arn_rx_handler() argument
46 #define ARN_LOCK(_sc) mutex_enter(&(_sc)->sc_genlock) argument 47 #define ARN_UNLOCK(_sc) mutex_exit(&(_sc)->sc_genlock) argument 48 #define ARN_LOCK_ASSERT(_sc) ASSERT(mutex_owned(&(_sc)->sc_genlock)) argument
124 #define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING) argument
131 #define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING) argument
1140 #define DEVNAME(_sc) ((_sc)->ifname) argument