taglinefilesource code
txbuffers489drivers/char/scc.cif (scc->stat.txbuffers < 4)  scc->stat.txbuffers = 4;
txbuffers524drivers/char/scc.cfor (k = 0; k < scc->stat.txbuffers ; k++)
txbuffers640drivers/char/scc.cif (cnt < scc->stat.txbuffers)
txbuffers641drivers/char/scc.cprintk("z8530drv: oops, deallocated only %d of %d tx buffers\n", cnt, scc->stat.txbuffers);
txbuffers642drivers/char/scc.cif (cnt > scc->stat.txbuffers)
txbuffers643drivers/char/scc.cprintk("z8530drv: oops, deallocated %d instead of %d tx buffers. Very strange.\n", cnt, scc->stat.txbuffers);
txbuffers2356drivers/char/scc.cscc->stat.txbuffers = memcfg.txbuffers;
txbuffers2725drivers/char/scc.cSCC_Info[2*chip+chan].stat.txbuffers = TXBUFFERS;
txbuffers183include/linux/scc.hunsigned int txbuffers;  /* allocated tx_buffers */
txbuffers219include/linux/scc.hunsigned int txbuffers;