Searched defs:ath_tx_methods (Results 1 – 1 of 1) sorted by relevance
547 struct ath_tx_methods { struct548 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