Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath_tx.c2445 ATH_TX_LOCK(sc); in ath_raw_xmit()
3794 ATH_TX_LOCK(sc); in ath_tx_tid_bar_tx()
3799 ATH_TX_LOCK(sc); in ath_tx_tid_bar_tx()
4100 ATH_TX_LOCK(sc); in ath_tx_node_flush()
4151 ATH_TX_LOCK(sc); in ath_tx_txq_drain()
4197 ATH_TX_LOCK(sc); in ath_tx_normal_comp()
4285 ATH_TX_LOCK(sc); in ath_tx_comp_cleanup_unaggr()
4525 ATH_TX_LOCK(sc); in ath_tx_aggr_retry_unaggr()
4696 ATH_TX_LOCK(sc); in ath_tx_comp_aggr_error()
4767 ATH_TX_LOCK(sc); in ath_tx_comp_cleanup_aggr()
[all …]
Dif_ath.c3057 ATH_TX_LOCK(sc); in ath_reset()
3307 ATH_TX_LOCK(sc); in ath_transmit()
4276 ATH_TX_LOCK(sc); in ath_tx_default_comp()
4521 ATH_TX_LOCK(sc); in ath_tx_processq()
4711 ATH_TX_LOCK(sc); in ath_txq_sched_tasklet()
6727 ATH_TX_LOCK(sc); in ath_node_set_tim()
6972 ATH_TX_LOCK(sc); in ath_node_recv_pspoll()
Dif_ath_tx_edma.c1035 ATH_TX_LOCK(sc); in ath_edma_tx_processq()
Dif_athvar.h954 #define ATH_TX_LOCK(_sc) mtx_lock(&(_sc)->sc_tx_mtx) macro