Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Drecv.c154 if (skb_queue_len(&rx_edma->rx_fifo) >= rx_edma->rx_fifo_hwsize) in ath_rx_edma_buf_link()
235 rx_edma->rx_fifo_hwsize = size; in ath_rx_edma_init_queue()
304 sc->rx.rx_edma[ATH9K_RX_QUEUE_HP].rx_fifo_hwsize); in ath_edma_start_recv()
307 sc->rx.rx_edma[ATH9K_RX_QUEUE_LP].rx_fifo_hwsize); in ath_edma_start_recv()
Dath9k.h299 u32 rx_fifo_hwsize; member