Home
last modified time | relevance | path

Searched refs:sc_fill_tx_desc (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/rtwn/rtl8192e/usb/
HDr92eu_attach.c108 sc->sc_fill_tx_desc = r12a_fill_tx_desc; in r92eu_attach()
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/usb/
HDr88eu_attach.c130 sc->sc_fill_tx_desc = r92c_fill_tx_desc; in r88eu_attach()
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/pci/
HDr88ee_attach.c137 sc->sc_fill_tx_desc = r92c_fill_tx_desc; in r88ee_attach()
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/pci/
HDr92ce_attach.c167 sc->sc_fill_tx_desc = r92c_fill_tx_desc; in r92ce_attach()
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/usb/
HDr92cu_attach.c159 sc->sc_fill_tx_desc = r92c_fill_tx_desc; in r92cu_attach()
/freebsd-13-stable/sys/dev/rtwn/
HDif_rtwnvar.h319 void (*sc_fill_tx_desc)(struct rtwn_softc *, member
523 (((_sc)->sc_fill_tx_desc)((_sc), (_ni), \
/freebsd-13-stable/sys/dev/rtwn/rtl8812a/usb/
HDr12au_attach.c192 sc->sc_fill_tx_desc = r12a_fill_tx_desc; in r12au_attach()
/freebsd-13-stable/sys/dev/rtwn/rtl8821a/usb/
HDr21au_attach.c177 sc->sc_fill_tx_desc = r12a_fill_tx_desc; in r21au_attach()