Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_recv.c107 ar9300_stop_dma_receive(struct ath_hal *ah, u_int timeout) in ar9300_stop_dma_receive() function
Dar9300desc.h564 extern HAL_BOOL ar9300_stop_dma_receive(struct ath_hal *ah, u_int timeout);
Dar9300_freebsd.c348 return ar9300_stop_dma_receive(ah, 1000); in ar9300_stop_dma_receive_freebsd()
Dar9300_attach.c246 ar9300_stop_dma_receive, /* ah_stop_dma_receive */
Dar9300_reset.c4362 stopped &= ar9300_stop_dma_receive(ah, 0); /* stop and disable RX DMA */ in ar9300_reset()