Home
last modified time | relevance | path

Searched refs:sc_tx_n_active (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/sys/dev/rtwn/usb/
HDrtwn_usb_tx.c115 if (sc->sc_tx_n_active > 0) in rtwn_usb_txeof()
116 sc->sc_tx_n_active--; in rtwn_usb_txeof()
154 sc->sc_tx_n_active = 0; in rtwn_bulk_tx_callback()
169 sc->sc_tx_n_active++; in rtwn_bulk_tx_callback()
191 sc->sc_tx_n_active <= 1) { in rtwn_bulk_tx_callback()
HDrtwn_usb_rx.c333 if (sc->sc_tx_n_active > 0 && --sc->sc_tx_n_active <= 1) in rtwn_report_intr()
/freebsd-14-stable/sys/dev/rtwn/pci/
HDrtwn_pci_rx.c234 if (sc->sc_tx_n_active > 0 && --sc->sc_tx_n_active <= 1) in rtwn_pci_tx_report()
/freebsd-14-stable/sys/dev/rtwn/rtl8192c/
HDr92c_fw.c429 if (sc->sc_tx_n_active > 0 && --sc->sc_tx_n_active <= 1) in r92c_ratectl_tx_complete()
HDr92c_tx.c280 sc->sc_tx_n_active++; in r92c_fill_tx_desc()
/freebsd-14-stable/sys/dev/rtwn/rtl8812a/
HDr12a_tx.c284 sc->sc_tx_n_active++; in r12a_fill_tx_desc()
/freebsd-14-stable/sys/dev/otus/
HDif_otus.c1898 if (sc->sc_tx_n_active == 0) { in otus_txeof()
1903 sc->sc_tx_n_active--; in otus_txeof()
1966 sc->sc_tx_n_active = 0; in otus_bulk_tx_callback()
1975 sc->sc_tx_n_active++; in otus_bulk_tx_callback()
2000 if (sc->sc_tx_n_active < 2) { in otus_bulk_tx_callback()
HDif_otusreg.h1049 int sc_tx_n_active; member
/freebsd-14-stable/sys/dev/rtwn/
HDif_rtwnvar.h247 int sc_tx_n_active; member