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.h35 struct ath_descdma *dd, ath_bufhead *head, const char *name,
37 extern int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd,
41 struct ath_descdma *dd, ath_bufhead *head, const char *name,
44 struct ath_descdma *dd, ath_bufhead *head);
H A Dif_ath_descdma.c146 struct ath_descdma *dd, ath_bufhead *head,
239 struct ath_descdma *dd, ath_bufhead *head,
328 struct ath_descdma *dd, ath_bufhead *head,
386 struct ath_descdma *dd, ath_bufhead *head)
H A Dif_athvar.h328 struct ath_descdma { struct
742 struct ath_descdma sc_rxdma; /* RX descriptors */
754 struct ath_descdma sc_txdma; /* TX descriptors */
758 struct ath_descdma sc_txdma_mgmt; /* mgmt TX descriptors */
760 struct ath_descdma sc_txsdma; /* EDMA TX status desc's */
770 struct ath_descdma sc_txcompdma; /* TX EDMA completion */
779 struct ath_descdma sc_bdma; /* beacon descriptors */
925 struct ath_descdma buf;
H A Dif_ath_tx.c381 struct ath_descdma *dd = &sc->sc_txdma;

Completed in 83 milliseconds