tag | line | file | source code |
tx_queued | 661 | drivers/char/scc.c | if (--scc->stat.tx_queued < 0) |
tx_queued | 662 | drivers/char/scc.c | scc->stat.tx_queued = 0; |
tx_queued | 778 | drivers/char/scc.c | if (--scc->stat.tx_queued < 0) scc->stat.tx_queued = 0; |
tx_queued | 788 | drivers/char/scc.c | if (--scc->stat.tx_queued < 0) scc->stat.tx_queued = 0; |
tx_queued | 1459 | drivers/char/scc.c | scc->stat.tx_queued++; |
tx_queued | 2111 | drivers/char/scc.c | if (scc->stat.tx_queued > QUEUE_THRES) |
tx_queued | 2116 | drivers/char/scc.c | " (%d) but queue is empty\n", scc->stat.tx_queued); |
tx_queued | 2118 | drivers/char/scc.c | scc->stat.tx_queued = 0; /* correct it */ |
tx_queued | 2125 | drivers/char/scc.c | while (bp && (scc->stat.tx_queued > QUEUE_HYST)) |
tx_queued | 2128 | drivers/char/scc.c | scc->stat.tx_queued--; |
tx_queued | 203 | include/linux/scc.h | int tx_queued; /* tx frames enqueued */ |