Home
last modified time | relevance | path

Searched refs:ATH_PCU_LOCK (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx_edma.c364 ATH_PCU_LOCK(sc); in ath_edma_recv_flush()
398 ATH_PCU_LOCK(sc); in ath_edma_recv_flush()
627 ATH_PCU_LOCK(sc); in ath_edma_recv_tasklet()
659 ATH_PCU_LOCK(sc); in ath_edma_recv_tasklet()
H A Dif_ath.c2090 ATH_PCU_LOCK(sc); in ath_intr()
2238 ATH_PCU_LOCK(sc); in ath_intr()
2301 ATH_PCU_LOCK(sc); in ath_intr()
2324 ATH_PCU_LOCK(sc); in ath_intr()
2368 ATH_PCU_LOCK(sc); in ath_intr()
2865 ATH_PCU_LOCK(sc);
2918 ATH_PCU_LOCK(sc); in ath_reset_grablock()
2974 ATH_PCU_LOCK(sc); in ath_reset()
3083 ATH_PCU_LOCK(sc); in ath_reset()
3123 ATH_PCU_LOCK(sc); in ath_reset()
[all …]
H A Dif_ath_rx.c1095 ATH_PCU_LOCK(sc); in ath_rx_proc()
1226 ATH_PCU_LOCK(sc); in ath_rx_proc()
1294 ATH_PCU_LOCK(sc); in ath_rx_proc()
1313 ATH_PCU_LOCK(sc); in ath_legacy_rx_tasklet()
H A Dif_ath_tx_edma.c765 ATH_PCU_LOCK(sc); in ath_edma_tx_proc()
779 ATH_PCU_LOCK(sc); in ath_edma_tx_proc()
H A Dif_ath_tx.c2427 ATH_PCU_LOCK(sc); in ath_raw_xmit()
2515 ATH_PCU_LOCK(sc); in ath_raw_xmit()
2539 ATH_PCU_LOCK(sc); in ath_raw_xmit()
H A Dif_athvar.h994 #define ATH_PCU_LOCK(_sc) mtx_lock(&(_sc)->sc_pcu_mtx) macro