Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_rx_edma.c208 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_reinit_fifo()
384 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_recv_proc_queue()
798 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_rxfifo_alloc()
865 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_rxfifo_flush()
899 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_setup_rxfifo()
939 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_rxfifo_free()
H A Dif_athvar.h538 struct ath_rx_edma { struct
584 struct ath_rx_edma sc_rxedma[HAL_NUM_RX_QUEUES]; /* HP/LP queues */
H A Dif_ath_rx.c655 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_rx_pkt()