Searched refs:sc_tx (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.h157 (_sc)->sc_tx.xmit_setup(_sc)
159 (_sc)->sc_tx.xmit_teardown(_sc)
161 (_sc)->sc_tx.xmit_dma_restart((_sc), (_txq))
163 (_sc)->sc_tx.xmit_handoff((_sc), (_txq), (_bf))
165 (_sc)->sc_tx.xmit_drain((_sc), (_rtype))
H A Dif_ath_tx_edma.c1076 sc->sc_tx.xmit_setup = ath_edma_dma_txsetup;
1077 sc->sc_tx.xmit_teardown = ath_edma_dma_txteardown;
1078 sc->sc_tx.xmit_attach_comp_func = ath_edma_attach_comp_func;
1080 sc->sc_tx.xmit_dma_restart = ath_edma_dma_restart;
1081 sc->sc_tx.xmit_handoff = ath_edma_xmit_handoff;
1082 sc->sc_tx.xmit_drain = ath_edma_tx_drain;
H A Dif_ath_tx.c6408 sc->sc_tx.xmit_setup = ath_legacy_dma_txsetup;
6409 sc->sc_tx.xmit_teardown = ath_legacy_dma_txteardown;
6410 sc->sc_tx.xmit_attach_comp_func = ath_legacy_attach_comp_func;
6412 sc->sc_tx.xmit_dma_restart = ath_legacy_tx_dma_restart;
6413 sc->sc_tx.xmit_handoff = ath_legacy_xmit_handoff;
6415 sc->sc_tx.xmit_drain = ath_legacy_tx_drain;
H A Dif_athvar.h578 struct ath_tx_methods sc_tx; member in struct:ath_softc
H A Dif_ath.c825 sc->sc_tx.xmit_attach_comp_func(sc);

Completed in 80 milliseconds