Home
last modified time | relevance | path

Searched refs:xmit_attach_comp_func (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_tx_edma.c1076 sc->sc_tx.xmit_attach_comp_func = ath_edma_attach_comp_func; in ath_xmit_setup_edma()
H A Dif_athvar.h550 void (*xmit_attach_comp_func)(struct ath_softc *sc); member
H A Dif_ath_tx.c6388 sc->sc_tx.xmit_attach_comp_func = ath_legacy_attach_comp_func;
H A Dif_ath.c823 sc->sc_tx.xmit_attach_comp_func(sc); in ath_attach()