Searched defs:_sc (Results 1 – 11 of 11) sorted by relevance
141 #define URTW_IS_PLUGIN_ONLINE(_sc) \ argument143 #define URTW_IS_RUNNING(_sc) \ argument145 #define URTW_IS_NOT_RUNNING(_sc) \ argument147 #define URTW_IS_SUSPENDING(_sc) ((_sc)->sc_flags & URTW_FLAG_SUSPEND) argument
183 #define RT2661_GLOCK(_sc) mutex_enter(&(_sc)->sc_genlock) argument184 #define RT2661_GUNLOCK(_sc) mutex_exit(&(_sc)->sc_genlock) argument195 #define RT2661_IS_RUNNING(_sc) (((_sc)->sc_flags & RT2661_F_RUNNING)) argument196 #define RT2661_IS_SUSPEND(_sc) (((_sc)->sc_flags & RT2661_F_SUSPEND)) argument197 #define RT2661_IS_FWLOADED(_sc) (((_sc)->sc_flags & RT2661_F_FWLOADED)) argument198 #define RT2661_IS_FASTREBOOT(_sc) (((_sc)->sc_flags & RT2661_F_QUIESCE)) argument
118 #define RT2860_IS_RUNNING(_sc) (((_sc)->sc_flags & RT2860_F_RUNNING)) argument119 #define RT2860_IS_INITED(_sc) ((_sc)->sc_flags & RT2860_F_RUNNING) argument120 #define RT2860_IS_SUSPEND(_sc) ((_sc)->sc_flags & RT2860_F_SUSPEND) argument121 #define RT2860_GLOCK(_sc) mutex_enter(&(_sc)->sc_genlock) argument122 #define RT2860_GUNLOCK(_sc) mutex_exit(&(_sc)->sc_genlock) argument
248 #define UATH_IS_RUNNING(_sc) ((_sc)->sc_flags & UATH_FLAG_RUNNING) argument249 #define UATH_IS_SUSPEND(_sc) ((_sc)->sc_flags & UATH_FLAG_SUSPEND) argument250 #define UATH_IS_DISCONNECT(_sc) ((_sc)->sc_flags & UATH_FLAG_DISCONNECT) argument251 #define UATH_IS_RECONNECT(_sc) ((_sc)->sc_flags & UATH_FLAG_RECONNECT) argument
609 #define MWL_GLOCK(_sc) mutex_enter(&(_sc)->sc_glock) argument610 #define MWL_GUNLOCK(_sc) mutex_exit(&(_sc)->sc_glock) argument612 #define MWL_RXLOCK(_sc) mutex_enter(&(_sc)->sc_rxlock) argument613 #define MWL_RXUNLOCK(_sc) mutex_exit(&(_sc)->sc_rxlock) argument615 #define MWL_TXLOCK(_sc) mutex_enter(&(_sc)->sc_txlock) argument616 #define MWL_TXUNLOCK(_sc) mutex_exit(&(_sc)->sc_txlock) argument625 #define MWL_IS_RUNNING(_sc) (((_sc)->sc_flags & MWL_F_RUNNING)) argument626 #define MWL_IS_SUSPEND(_sc) (((_sc)->sc_flags & MWL_F_SUSPEND)) argument627 #define MWL_IS_QUIESCE(_sc) (((_sc)->sc_flags & MWL_F_QUIESCE)) argument
202 #define RAL_IS_RUNNING(_sc) (((_sc)->sc_flags & RAL_FLAG_RUNNING) && \ argument204 #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) argument47 #define ARN_UNLOCK(_sc) mutex_exit(&(_sc)->sc_genlock) argument48 #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