Searched defs:ath_softc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k.h31 struct ath_softc;
110 int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd,
113 void ath_descdma_cleanup(struct ath_softc *sc, struct ath_descdma *dd,
307 int ath_startrecv(struct ath_softc *sc);
308 int ath_stoprecv(struct ath_softc *sc);
309 void ath_flushrecv(struct ath_softc *sc);
310 u32 ath_calcrxfilter(struct ath_softc *sc);
311 int ath_rx_init(struct ath_softc *sc, int nbufs);
312 void ath_rx_cleanup(struct ath_softc *sc);
313 int ath_rx_tasklet(struct ath_softc *s
442 struct ath_softc { struct
[all...]

Completed in 231 milliseconds