Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_tx.c2458 ATH_TX_LOCK(sc); in ath_raw_xmit()
3790 ATH_TX_LOCK(sc); in ath_tx_tid_bar_tx()
3795 ATH_TX_LOCK(sc); in ath_tx_tid_bar_tx()
4096 ATH_TX_LOCK(sc); in ath_tx_node_flush()
4147 ATH_TX_LOCK(sc); in ath_tx_txq_drain()
4193 ATH_TX_LOCK(sc); in ath_tx_normal_comp()
4281 ATH_TX_LOCK(sc); in ath_tx_comp_cleanup_unaggr()
4521 ATH_TX_LOCK(sc); in ath_tx_aggr_retry_unaggr()
4692 ATH_TX_LOCK(sc); in ath_tx_comp_aggr_error()
4763 ATH_TX_LOCK(sc); in ath_tx_comp_cleanup_aggr()
[all …]
H A Dif_ath.c3107 ATH_TX_LOCK(sc); in ath_reset()
3357 ATH_TX_LOCK(sc); in ath_transmit()
4331 ATH_TX_LOCK(sc); in ath_tx_default_comp()
4576 ATH_TX_LOCK(sc); in ath_tx_processq()
4766 ATH_TX_LOCK(sc); in ath_txq_sched_tasklet()
6790 ATH_TX_LOCK(sc); in ath_node_set_tim()
7035 ATH_TX_LOCK(sc); in ath_node_recv_pspoll()
H A Dif_ath_tx_edma.c1033 ATH_TX_LOCK(sc); in ath_edma_tx_processq()
H A Dif_athvar.h955 #define ATH_TX_LOCK(_sc) mtx_lock(&(_sc)->sc_tx_mtx) macro