Home
last modified time | relevance | path

Searched defs:_sc (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661_var.h183 #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)->sc_flags & RT2661_F_FWLOADED)) argument
198 #define RT2661_IS_FASTREBOOT(_sc) (((_sc)->sc_flags & RT2661_F_QUIESCE)) argument
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw_var.h141 #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
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h118 #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)->sc_genlock) argument
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_var.h248 #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
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h609 #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)->sc_txlock) argument
616 #define MWL_TXUNLOCK(_sc) mutex_exit(&(_sc)->sc_txlock) argument
625 #define MWL_IS_RUNNING(_sc) (((_sc)->sc_flags & MWL_F_RUNNING)) argument
626 #define MWL_IS_SUSPEND(_sc) (((_sc)->sc_flags & MWL_F_SUSPEND)) argument
627 #define MWL_IS_QUIESCE(_sc) (((_sc)->sc_flags & MWL_F_QUIESCE)) argument
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_var.h202 #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
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_recv.c418 #define PA2DESC(_sc, _pa) \ in arn_rx_handler() argument
H A Darn_core.h46 #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
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural_var.h124 #define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING) argument
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_scsi.c75 #define VTSCSI_IN_HEADER_LEN(_sc) \ argument
78 #define VTSCSI_OUT_HEADER_LEN(_sc) \ argument
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_var.h131 #define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING) argument
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h1140 #define DEVNAME(_sc) ((_sc)->ifname) argument