Lines Matching defs:_sc
256 #define WPI_LOCK_INIT(_sc) \ argument
259 #define WPI_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) argument
260 #define WPI_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) argument
261 #define WPI_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED) argument
262 #define WPI_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_mtx) argument
264 #define WPI_RXON_LOCK_INIT(_sc) \ argument
266 #define WPI_RXON_LOCK(_sc) mtx_lock(&(_sc)->rxon_mtx) argument
267 #define WPI_RXON_UNLOCK(_sc) mtx_unlock(&(_sc)->rxon_mtx) argument
268 #define WPI_RXON_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->rxon_mtx, MA_OWNED) argument
269 #define WPI_RXON_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->rxon_mtx) argument
271 #define WPI_TX_LOCK_INIT(_sc) \ argument
273 #define WPI_TX_LOCK(_sc) mtx_lock(&(_sc)->tx_mtx) argument
274 #define WPI_TX_UNLOCK(_sc) mtx_unlock(&(_sc)->tx_mtx) argument
275 #define WPI_TX_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->tx_mtx) argument
277 #define WPI_NT_LOCK_INIT(_sc) \ argument
279 #define WPI_NT_LOCK(_sc) mtx_lock(&(_sc)->nt_mtx) argument
280 #define WPI_NT_UNLOCK(_sc) mtx_unlock(&(_sc)->nt_mtx) argument
281 #define WPI_NT_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->nt_mtx) argument
283 #define WPI_TXQ_LOCK_INIT(_sc) \ argument
285 #define WPI_TXQ_LOCK(_sc) mtx_lock(&(_sc)->txq_mtx) argument
286 #define WPI_TXQ_UNLOCK(_sc) mtx_unlock(&(_sc)->txq_mtx) argument
287 #define WPI_TXQ_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->txq_mtx) argument
289 #define WPI_TXQ_STATE_LOCK_INIT(_sc) \ argument
291 #define WPI_TXQ_STATE_LOCK(_sc) mtx_lock(&(_sc)->txq_state_mtx) argument
292 #define WPI_TXQ_STATE_UNLOCK(_sc) mtx_unlock(&(_sc)->txq_state_mtx) argument
293 #define WPI_TXQ_STATE_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->txq_state_mtx) argument