Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/rtwn/usb/
H A Drtwn_usb_tx.c114 if (sc->sc_ratectl != RTWN_RATECTL_NET80211) in rtwn_usb_txeof()
168 if (sc->sc_ratectl != RTWN_RATECTL_NET80211) in rtwn_bulk_tx_callback()
190 if (sc->sc_ratectl != RTWN_RATECTL_NET80211 && in rtwn_bulk_tx_callback()
H A Drtwn_usb_rx.c317 if (sc->sc_ratectl != RTWN_RATECTL_NET80211) { in rtwn_report_intr()
/freebsd-14.2/sys/dev/rtwn/rtl8192e/usb/
H A Dr92eu_init.c88 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r92eu_post_init()
/freebsd-14.2/sys/dev/rtwn/pci/
H A Drtwn_pci_rx.c218 if (sc->sc_ratectl != RTWN_RATECTL_NET80211) { in rtwn_pci_tx_report()
306 if (sc->sc_ratectl != RTWN_RATECTL_NET80211 && ring->queued <= 1) { in rtwn_pci_tx_done()
/freebsd-14.2/sys/dev/rtwn/rtl8812a/usb/
H A Dr12au_init.c191 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r12au_post_init()
/freebsd-14.2/sys/dev/rtwn/rtl8188e/pci/
H A Dr88ee_init.c282 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r88ee_post_init()
/freebsd-14.2/sys/dev/rtwn/rtl8188e/usb/
H A Dr88eu_init.c299 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r88eu_post_init()
/freebsd-14.2/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_init.c310 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r92ce_post_init()
/freebsd-14.2/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_init.c380 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r92cu_post_init()
/freebsd-14.2/sys/dev/rtwn/
H A Dif_rtwn_tx.c139 if (sc->sc_ratectl == RTWN_RATECTL_NET80211) { in rtwn_tx_data()
H A Dif_rtwnvar.h154 RTWN_RATECTL_NET80211, enumerator
H A Dif_rtwn.c349 sc->sc_ratectl_sysctl = RTWN_RATECTL_NET80211; in rtwn_sysctlattach()
/freebsd-14.2/sys/dev/rtwn/rtl8192c/
H A Dr92c_fw.c371 if (sc->sc_ratectl != RTWN_RATECTL_NET80211) { in r92c_ratectl_tx_complete()
H A Dr92c_tx.c278 if (sc->sc_ratectl == RTWN_RATECTL_NET80211) { in r92c_fill_tx_desc()
/freebsd-14.2/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c282 if (sc->sc_ratectl == RTWN_RATECTL_NET80211) { in r12a_fill_tx_desc()