Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/rtwn/usb/
Drtwn_usb_tx.c117 if (sc->sc_tx_n_active > 0) in rtwn_usb_txeof()
118 sc->sc_tx_n_active--; in rtwn_usb_txeof()
156 sc->sc_tx_n_active = 0; in rtwn_bulk_tx_callback()
171 sc->sc_tx_n_active++; in rtwn_bulk_tx_callback()
193 sc->sc_tx_n_active <= 1) { in rtwn_bulk_tx_callback()
Drtwn_usb_rx.c335 if (sc->sc_tx_n_active > 0 && --sc->sc_tx_n_active <= 1) in rtwn_report_intr()
/freebsd-12-stable/sys/dev/rtwn/pci/
Drtwn_pci_rx.c236 if (sc->sc_tx_n_active > 0 && --sc->sc_tx_n_active <= 1) in rtwn_pci_tx_report()
/freebsd-12-stable/sys/dev/rtwn/rtl8192c/
Dr92c_fw.c444 if (sc->sc_tx_n_active > 0 && --sc->sc_tx_n_active <= 1) in r92c_ratectl_tx_complete()
Dr92c_tx.c282 sc->sc_tx_n_active++; in r92c_fill_tx_desc()
/freebsd-12-stable/sys/dev/rtwn/rtl8812a/
Dr12a_tx.c286 sc->sc_tx_n_active++; in r12a_fill_tx_desc()
/freebsd-12-stable/sys/dev/otus/
Dif_otus.c1903 if (sc->sc_tx_n_active == 0) { in otus_txeof()
1908 sc->sc_tx_n_active--; in otus_txeof()
1971 sc->sc_tx_n_active = 0; in otus_bulk_tx_callback()
1980 sc->sc_tx_n_active++; in otus_bulk_tx_callback()
2005 if (sc->sc_tx_n_active < 2) { in otus_bulk_tx_callback()
Dif_otusreg.h1051 int sc_tx_n_active; member
/freebsd-12-stable/sys/dev/rtwn/
Dif_rtwnvar.h248 int sc_tx_n_active; member