tag | line | file | source code |
tx_bp | 565 | drivers/char/scc.c | bptr = scc->tx_bp; |
tx_bp | 568 | drivers/char/scc.c | scc->tx_bp = NULLBUF; |
tx_bp | 834 | drivers/char/scc.c | bp = scc->tx_bp; |
tx_bp | 869 | drivers/char/scc.c | scc->tx_bp = bp; |
tx_bp | 879 | drivers/char/scc.c | scc->tx_bp = NULLBUF; |
tx_bp | 961 | drivers/char/scc.c | if (scc->tx_bp != NULLBUF) |
tx_bp | 963 | drivers/char/scc.c | scc_enqueue_buffer(&scc->tx_buffer_pool, scc->tx_bp); |
tx_bp | 964 | drivers/char/scc.c | scc->tx_bp = NULLBUF; |
tx_bp | 977 | drivers/char/scc.c | if (scc->tx_bp != NULLBUF) |
tx_bp | 979 | drivers/char/scc.c | scc_enqueue_buffer(&scc->tx_buffer_pool, scc->tx_bp); |
tx_bp | 980 | drivers/char/scc.c | scc->tx_bp = NULLBUF; |
tx_bp | 1419 | drivers/char/scc.c | if (scc->tx_bp == NULLBUF) |
tx_bp | 1439 | drivers/char/scc.c | if (scc->tx_bp) /* we had a timeout? */ |
tx_bp | 1451 | drivers/char/scc.c | if (scc->tx_bp) /* maxkeyup expired */ /* ?! */ |
tx_bp | 259 | include/linux/scc.h | struct mbuf *tx_bp; /* pointer to frame currently transmitted */ |