Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/rtwn/usb/
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()
Drtwn_usb_rx.c319 if (sc->sc_ratectl != RTWN_RATECTL_NET80211) { in rtwn_report_intr()
/freebsd-12-stable/sys/dev/rtwn/rtl8192e/usb/
Dr92eu_init.c90 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r92eu_post_init()
/freebsd-12-stable/sys/dev/rtwn/pci/
Drtwn_pci_rx.c220 if (sc->sc_ratectl != RTWN_RATECTL_NET80211) { in rtwn_pci_tx_report()
308 if (sc->sc_ratectl != RTWN_RATECTL_NET80211 && ring->queued <= 1) { in rtwn_pci_tx_done()
/freebsd-12-stable/sys/dev/rtwn/rtl8812a/usb/
Dr12au_init.c193 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r12au_post_init()
/freebsd-12-stable/sys/dev/rtwn/rtl8188e/pci/
Dr88ee_init.c284 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r88ee_post_init()
/freebsd-12-stable/sys/dev/rtwn/rtl8188e/usb/
Dr88eu_init.c301 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r88eu_post_init()
/freebsd-12-stable/sys/dev/rtwn/rtl8192c/pci/
Dr92ce_init.c312 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r92ce_post_init()
/freebsd-12-stable/sys/dev/rtwn/rtl8192c/usb/
Dr92cu_init.c382 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r92cu_post_init()
/freebsd-12-stable/sys/dev/rtwn/
Dif_rtwn_tx.c141 if (sc->sc_ratectl == RTWN_RATECTL_NET80211) { in rtwn_tx_data()
Dif_rtwnvar.h155 RTWN_RATECTL_NET80211, enumerator
Dif_rtwn.c351 sc->sc_ratectl_sysctl = RTWN_RATECTL_NET80211; in rtwn_sysctlattach()
/freebsd-12-stable/sys/dev/rtwn/rtl8812a/
Dr12a_tx.c284 if (sc->sc_ratectl == RTWN_RATECTL_NET80211) { in r12a_fill_tx_desc()
/freebsd-12-stable/sys/dev/rtwn/rtl8192c/
Dr92c_fw.c375 if (sc->sc_ratectl != RTWN_RATECTL_NET80211) { in r92c_ratectl_tx_complete()
Dr92c_tx.c280 if (sc->sc_ratectl == RTWN_RATECTL_NET80211) { in r92c_fill_tx_desc()