Home
last modified time | relevance | path

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.h155 (_sc)->sc_tx.xmit_setup(_sc)
157 (_sc)->sc_tx.xmit_teardown(_sc)
159 (_sc)->sc_tx.xmit_dma_restart((_sc), (_txq))
161 (_sc)->sc_tx.xmit_handoff((_sc), (_txq), (_bf))
163 (_sc)->sc_tx.xmit_drain((_sc), (_rtype))
H A Dif_ath_tx_edma.c1074 sc->sc_tx.xmit_setup = ath_edma_dma_txsetup; in ath_xmit_setup_edma()
1075 sc->sc_tx.xmit_teardown = ath_edma_dma_txteardown; in ath_xmit_setup_edma()
1076 sc->sc_tx.xmit_attach_comp_func = ath_edma_attach_comp_func; in ath_xmit_setup_edma()
1078 sc->sc_tx.xmit_dma_restart = ath_edma_dma_restart; in ath_xmit_setup_edma()
1079 sc->sc_tx.xmit_handoff = ath_edma_xmit_handoff; in ath_xmit_setup_edma()
1080 sc->sc_tx.xmit_drain = ath_edma_tx_drain; in ath_xmit_setup_edma()
H A Dif_ath_tx.c6406 sc->sc_tx.xmit_setup = ath_legacy_dma_txsetup;
6407 sc->sc_tx.xmit_teardown = ath_legacy_dma_txteardown;
6408 sc->sc_tx.xmit_attach_comp_func = ath_legacy_attach_comp_func;
6410 sc->sc_tx.xmit_dma_restart = ath_legacy_tx_dma_restart;
6411 sc->sc_tx.xmit_handoff = ath_legacy_xmit_handoff;
6413 sc->sc_tx.xmit_drain = ath_legacy_tx_drain;
H A Dif_athvar.h577 struct ath_tx_methods sc_tx; member
H A Dif_ath.c825 sc->sc_tx.xmit_attach_comp_func(sc); in ath_attach()