tag | line | file | source code |
tx_queued | 622 | drivers/char/scc.c | if (--scc->stat.tx_queued < 0) |
tx_queued | 623 | drivers/char/scc.c | scc->stat.tx_queued = 0; |
tx_queued | 720 | drivers/char/scc.c | if (--scc->stat.tx_queued < 0) scc->stat.tx_queued = 0; |
tx_queued | 730 | drivers/char/scc.c | if (--scc->stat.tx_queued < 0) scc->stat.tx_queued = 0; |
tx_queued | 1369 | drivers/char/scc.c | scc->stat.tx_queued++; |
tx_queued | 1954 | drivers/char/scc.c | if (scc->stat.tx_queued > QUEUE_THRES) |
tx_queued | 1959 | drivers/char/scc.c | " (%d) but queue is empty\n", scc->stat.tx_queued); |
tx_queued | 1961 | drivers/char/scc.c | scc->stat.tx_queued = 0; /* correct it */ |
tx_queued | 1968 | drivers/char/scc.c | while (bp && (scc->stat.tx_queued > QUEUE_HYST)) |
tx_queued | 1971 | drivers/char/scc.c | scc->stat.tx_queued--; |
tx_queued | 200 | include/linux/scc.h | int tx_queued; /* tx frames enqueued */ |