Home
last modified time | relevance | path

Searched refs:RTWN_RATECTL_NET80211 (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/sys/dev/rtwn/usb/
H A Drtwn_usb_tx.c116 if (sc->sc_ratectl != RTWN_RATECTL_NET80211) in rtwn_usb_txeof()
170 if (sc->sc_ratectl != RTWN_RATECTL_NET80211) in rtwn_bulk_tx_callback()
192 if (sc->sc_ratectl != RTWN_RATECTL_NET80211 && in rtwn_bulk_tx_callback()
H A Drtwn_usb_rx.c319 if (sc->sc_ratectl != RTWN_RATECTL_NET80211) { in rtwn_report_intr()
/freebsd-13.1/sys/dev/rtwn/rtl8192e/usb/
H A Dr92eu_init.c90 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r92eu_post_init()
/freebsd-13.1/sys/dev/rtwn/pci/
H A Drtwn_pci_rx.c225 if (sc->sc_ratectl != RTWN_RATECTL_NET80211) { in rtwn_pci_tx_report()
313 if (sc->sc_ratectl != RTWN_RATECTL_NET80211 && ring->queued <= 1) { in rtwn_pci_tx_done()
/freebsd-13.1/sys/dev/rtwn/rtl8812a/usb/
H A Dr12au_init.c193 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r12au_post_init()
/freebsd-13.1/sys/dev/rtwn/rtl8188e/pci/
H A Dr88ee_init.c284 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r88ee_post_init()
/freebsd-13.1/sys/dev/rtwn/rtl8188e/usb/
H A Dr88eu_init.c301 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r88eu_post_init()
/freebsd-13.1/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_init.c312 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r92ce_post_init()
/freebsd-13.1/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_init.c382 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r92cu_post_init()
/freebsd-13.1/sys/dev/rtwn/
H A Dif_rtwn_tx.c141 if (sc->sc_ratectl == RTWN_RATECTL_NET80211) { in rtwn_tx_data()
H A Dif_rtwnvar.h155 RTWN_RATECTL_NET80211, enumerator
H A Dif_rtwn.c351 sc->sc_ratectl_sysctl = RTWN_RATECTL_NET80211; in rtwn_sysctlattach()
/freebsd-13.1/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c280 if (sc->sc_ratectl == RTWN_RATECTL_NET80211) { in r92c_fill_tx_desc()
H A Dr92c_fw.c375 if (sc->sc_ratectl != RTWN_RATECTL_NET80211) { in r92c_ratectl_tx_complete()
/freebsd-13.1/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c284 if (sc->sc_ratectl == RTWN_RATECTL_NET80211) { in r12a_fill_tx_desc()