Home
last modified time | relevance | path

Searched refs:ath_rx_edma (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Drecv.c115 struct ath_rx_edma *rx_edma; in ath_rx_edma_buf_link()
166 struct ath_rx_edma *rx_edma; in ath_rx_remove_buffer()
196 static void ath_rx_edma_init_queue(struct ath_rx_edma *rx_edma, int size) in ath_rx_edma_init_queue()
645 struct ath_rx_edma *rx_edma = &sc->rx.rx_edma[qtype]; in ath_edma_get_buffers()
696 struct ath_rx_edma *rx_edma = &sc->rx.rx_edma[qtype]; in ath_edma_get_next_rx_buf()
Dath9k.h295 struct ath_rx_edma { struct
310 struct ath_rx_edma rx_edma[ATH9K_RX_QUEUE_MAX]; argument