Home
last modified time | relevance | path

Searched refs:ath_descdma (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_descdma.h33 struct ath_descdma *dd, ath_bufhead *head, const char *name,
35 extern int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd,
39 struct ath_descdma *dd, ath_bufhead *head, const char *name,
42 struct ath_descdma *dd, ath_bufhead *head);
H A Dif_ath_descdma.c144 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_alloc_desc()
237 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_setup()
326 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_setup_rx_edma()
384 struct ath_descdma *dd, ath_bufhead *head) in ath_descdma_cleanup()
H A Dif_athvar.h327 struct ath_descdma { struct
741 struct ath_descdma sc_rxdma; /* RX descriptors */
753 struct ath_descdma sc_txdma; /* TX descriptors */
757 struct ath_descdma sc_txdma_mgmt; /* mgmt TX descriptors */
759 struct ath_descdma sc_txsdma; /* EDMA TX status desc's */
769 struct ath_descdma sc_txcompdma; /* TX EDMA completion */
778 struct ath_descdma sc_bdma; /* beacon descriptors */
925 struct ath_descdma buf;
H A Dif_ath_tx.c379 struct ath_descdma *dd = &sc->sc_txdma; in ath_tx_chaindesclist()