Lines Matching refs:ath_softc

149 static	int ath_edma_rxfifo_alloc(struct ath_softc *sc, HAL_RX_QUEUE qtype,
151 static int ath_edma_rxfifo_flush(struct ath_softc *sc, HAL_RX_QUEUE qtype);
152 static void ath_edma_rxbuf_free(struct ath_softc *sc, struct ath_buf *bf);
153 static void ath_edma_recv_proc_queue(struct ath_softc *sc,
155 static int ath_edma_recv_proc_deferred_queue(struct ath_softc *sc,
159 ath_edma_stoprecv(struct ath_softc *sc, int dodelay) in ath_edma_stoprecv()
205 ath_edma_reinit_fifo(struct ath_softc *sc, HAL_RX_QUEUE qtype) in ath_edma_reinit_fifo()
242 ath_edma_startrecv(struct ath_softc *sc) in ath_edma_startrecv()
312 ath_edma_recv_sched_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, in ath_edma_recv_sched_queue()
335 ath_edma_recv_sched(struct ath_softc *sc, int dosched) in ath_edma_recv_sched()
359 ath_edma_recv_flush(struct ath_softc *sc) in ath_edma_recv_flush()
409 ath_edma_recv_proc_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, in ath_edma_recv_proc_queue()
526 ath_edma_flush_deferred_queue(struct ath_softc *sc) in ath_edma_flush_deferred_queue()
548 ath_edma_recv_proc_deferred_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, in ath_edma_recv_proc_deferred_queue()
618 struct ath_softc *sc = (struct ath_softc *) arg; in ath_edma_recv_tasklet()
675 ath_edma_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf) in ath_edma_rxbuf_init()
754 ath_edma_rxbuf_alloc(struct ath_softc *sc) in ath_edma_rxbuf_alloc()
789 ath_edma_rxbuf_free(struct ath_softc *sc, struct ath_buf *bf) in ath_edma_rxbuf_free()
815 ath_edma_rxfifo_alloc(struct ath_softc *sc, HAL_RX_QUEUE qtype, int nbufs) in ath_edma_rxfifo_alloc()
882 ath_edma_rxfifo_flush(struct ath_softc *sc, HAL_RX_QUEUE qtype) in ath_edma_rxfifo_flush()
916 ath_edma_setup_rxfifo(struct ath_softc *sc, HAL_RX_QUEUE qtype) in ath_edma_setup_rxfifo()
956 ath_edma_rxfifo_free(struct ath_softc *sc, HAL_RX_QUEUE qtype) in ath_edma_rxfifo_free()
970 ath_edma_dma_rxsetup(struct ath_softc *sc) in ath_edma_dma_rxsetup()
991 ath_edma_dma_rxteardown(struct ath_softc *sc) in ath_edma_dma_rxteardown()
1012 ath_recv_setup_edma(struct ath_softc *sc) in ath_recv_setup_edma()