Home
last modified time | relevance | path

Searched refs:ATH_TX_LOCK (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ath/
HDif_ath_tx.c2443 ATH_TX_LOCK(sc); in ath_raw_xmit()
3792 ATH_TX_LOCK(sc); in ath_tx_tid_bar_tx()
3797 ATH_TX_LOCK(sc); in ath_tx_tid_bar_tx()
4098 ATH_TX_LOCK(sc); in ath_tx_node_flush()
4149 ATH_TX_LOCK(sc); in ath_tx_txq_drain()
4195 ATH_TX_LOCK(sc); in ath_tx_normal_comp()
4283 ATH_TX_LOCK(sc); in ath_tx_comp_cleanup_unaggr()
4523 ATH_TX_LOCK(sc); in ath_tx_aggr_retry_unaggr()
4694 ATH_TX_LOCK(sc); in ath_tx_comp_aggr_error()
4765 ATH_TX_LOCK(sc); in ath_tx_comp_cleanup_aggr()
[all …]
HDif_ath.c3055 ATH_TX_LOCK(sc); in ath_reset()
3305 ATH_TX_LOCK(sc); in ath_transmit()
4274 ATH_TX_LOCK(sc); in ath_tx_default_comp()
4519 ATH_TX_LOCK(sc); in ath_tx_processq()
4709 ATH_TX_LOCK(sc); in ath_txq_sched_tasklet()
6725 ATH_TX_LOCK(sc); in ath_node_set_tim()
6970 ATH_TX_LOCK(sc); in ath_node_recv_pspoll()
HDif_ath_tx_edma.c1033 ATH_TX_LOCK(sc); in ath_edma_tx_processq()
HDif_athvar.h953 #define ATH_TX_LOCK(_sc) mtx_lock(&(_sc)->sc_tx_mtx) macro