Home
last modified time | relevance | path

Searched refs:ATH_RX_LOCK (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_rx_edma.c166 ATH_RX_LOCK(sc); in ath_edma_stoprecv()
250 ATH_RX_LOCK(sc); in ath_edma_startrecv()
428 ATH_RX_LOCK(sc); in ath_edma_recv_proc_queue()
570 ATH_RX_LOCK(sc); in ath_edma_recv_proc_deferred_queue()
603 ATH_RX_LOCK(sc); in ath_edma_recv_proc_deferred_queue()
982 ATH_RX_LOCK(sc); in ath_edma_dma_rxsetup()
994 ATH_RX_LOCK(sc); in ath_edma_dma_rxteardown()
H A Dif_ath_rx.c1395 ATH_RX_LOCK(sc); in ath_legacy_stoprecv()
1455 ATH_RX_LOCK(sc); in ath_legacy_startrecv()
H A Dif_ath.c2024 ATH_RX_LOCK(sc); in ath_resume()
2632 ATH_RX_LOCK(sc); in ath_init()
3017 ATH_RX_LOCK(sc); in ath_reset()
5330 ATH_RX_LOCK(sc); in ath_chan_set()
H A Dif_ath_sysctl.c533 ATH_RX_LOCK(sc); in ath_sysctl_txagg()
H A Dif_athvar.h1012 #define ATH_RX_LOCK(_sc) mtx_lock(&(_sc)->sc_rx_mtx) macro