OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_queued
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/usb/
if_rumvar.h
111
int
tx_queued
;
member in struct:rum_softc
if_uralvar.h
110
int
tx_queued
;
member in struct:ural_softc
if_upgtvar.h
417
int
tx_queued
;
member in struct:upgt_softc
if_upgt.c
1503
sc->
tx_queued
++;
1545
sc->
tx_queued
++;
1549
if (sc->
tx_queued
> 0) {
1550
DPRINTF(2, "%s:
tx_queued
=%d\n",
1551
device_xname(sc->sc_dev), sc->
tx_queued
);
1741
sc->
tx_queued
--;
1754
if (sc->
tx_queued
== 0) {
2280
sc->
tx_queued
= 0;
if_zyd.c
577
sc->
tx_queued
= 0;
2154
sc->
tx_queued
++;
2190
sc->
tx_queued
--;
2311
sc->
tx_queued
++;
2328
if (sc->
tx_queued
>= ZYD_TX_LIST_CNT) {
2345
if (sc->
tx_queued
>= ZYD_TX_LIST_CNT) {
if_rum.c
524
sc->tx_cur = sc->
tx_queued
= 0;
790
sc->
tx_queued
--;
1180
sc->
tx_queued
++;
1243
sc->
tx_queued
++;
1264
if (sc->
tx_queued
>= RUM_TX_LIST_COUNT - 1) {
1282
if (sc->
tx_queued
>= RUM_TX_LIST_COUNT - 1) {
if_ural.c
568
sc->
tx_queued
= 0;
882
sc->
tx_queued
--;
1258
sc->
tx_queued
++;
1345
sc->
tx_queued
++;
1362
if (sc->
tx_queued
>= RAL_TX_LIST_COUNT) {
1380
if (sc->
tx_queued
>= RAL_TX_LIST_COUNT) {
if_zydreg.h
1228
int
tx_queued
;
member in struct:zyd_softc
Completed in 20 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025