Home
last modified time | relevance | path

Searched defs:ath_tx_methods (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_athvar.h547 struct ath_tx_methods { struct
548 int (*xmit_setup)(struct ath_softc *sc);
549 int (*xmit_teardown)(struct ath_softc *sc);
550 void (*xmit_attach_comp_func)(struct ath_softc *sc);
552 void (*xmit_dma_restart)(struct ath_softc *sc,
577 struct ath_tx_methods sc_tx; argument