taglinefilesource code
tx180drivers/char/scc.cstatic void scc_key_trx (struct scc_channel *scc, char tx);
tx306drivers/char/scc.cunsigned int scc_count_used_buffers(unsigned int * rx, unsigned int * tx)
tx311drivers/char/scc.cif (tx) *tx = 0;
tx322drivers/char/scc.cif (tx) (*tx)++; break;
tx1045drivers/char/scc.cscc_key_trx(struct scc_channel *scc, char tx)
tx1053drivers/char/scc.cOutb(scc->ctrl + 4, Option | (tx? 0x80 : 0));
tx1055drivers/char/scc.ctime_const = (unsigned) (Clock / (scc->modem.speed * (tx? 2:64))) - 2;
tx1059drivers/char/scc.cif (tx)
tx1080drivers/char/scc.cif (tx)
tx248drivers/char/stallion.cstlrq_t      tx;
tx489drivers/char/stallion.cstatic void  stl_enablerxtx(stlport_t *portp, int rx, int tx);
tx490drivers/char/stallion.cstatic void  stl_startrxtx(stlport_t *portp, int rx, int tx);
tx571drivers/char/stallion.cif (portp->tx.buf != (char *) NULL)
tx572drivers/char/stallion.ckfree_s(portp->tx.buf, STL_TXBUFSIZE);
tx665drivers/char/stallion.cif (portp->tx.buf == (char *) NULL) {
tx666drivers/char/stallion.cportp->tx.buf = (char *) stl_memalloc(STL_TXBUFSIZE);
tx667drivers/char/stallion.cif (portp->tx.buf == (char *) NULL)
tx669drivers/char/stallion.cportp->tx.head = portp->tx.buf;
tx670drivers/char/stallion.cportp->tx.tail = portp->tx.buf;
tx842drivers/char/stallion.cif (portp->tx.buf != (char *) NULL) {
tx843drivers/char/stallion.ckfree_s(portp->tx.buf, STL_TXBUFSIZE);
tx844drivers/char/stallion.cportp->tx.buf = (char *) NULL;
tx845drivers/char/stallion.cportp->tx.head = (char *) NULL;
tx846drivers/char/stallion.cportp->tx.tail = (char *) NULL;
tx911drivers/char/stallion.cif (portp->tx.buf == (char *) NULL)
tx922drivers/char/stallion.chead = portp->tx.head;
tx923drivers/char/stallion.ctail = portp->tx.tail;
tx937drivers/char/stallion.chead = portp->tx.head;
tx938drivers/char/stallion.ctail = portp->tx.tail;
tx941drivers/char/stallion.cstlen = STL_TXBUFSIZE - (head - portp->tx.buf);
tx956drivers/char/stallion.cif (head >= (portp->tx.buf + STL_TXBUFSIZE)) {
tx957drivers/char/stallion.chead = portp->tx.buf;
tx961drivers/char/stallion.cportp->tx.head = head;
tx986drivers/char/stallion.cif (portp->tx.buf == (char *) NULL)
tx989drivers/char/stallion.chead = portp->tx.head;
tx990drivers/char/stallion.ctail = portp->tx.tail;
tx997drivers/char/stallion.cif (head >= (portp->tx.buf + STL_TXBUFSIZE))
tx998drivers/char/stallion.chead = portp->tx.buf;
tx1000drivers/char/stallion.cportp->tx.head = head;
tx1024drivers/char/stallion.cif (portp->tx.buf == (char *) NULL)
tx1028drivers/char/stallion.cif (tty->stopped || tty->hw_stopped || (portp->tx.head == portp->tx.tail))
tx1050drivers/char/stallion.cif (portp->tx.buf == (char *) NULL)
tx1053drivers/char/stallion.chead = portp->tx.head;
tx1054drivers/char/stallion.ctail = portp->tx.tail;
tx1084drivers/char/stallion.cif (portp->tx.buf == (char *) NULL)
tx1087drivers/char/stallion.chead = portp->tx.head;
tx1088drivers/char/stallion.ctail = portp->tx.tail;
tx1443drivers/char/stallion.cif (portp->tx.buf != (char *) NULL) {
tx1444drivers/char/stallion.ckfree_s(portp->tx.buf, STL_TXBUFSIZE);
tx1445drivers/char/stallion.cportp->tx.buf = (char *) NULL;
tx1446drivers/char/stallion.cportp->tx.head = (char *) NULL;
tx1447drivers/char/stallion.cportp->tx.tail = (char *) NULL;
tx1480drivers/char/stallion.cportp->tx.tail = portp->tx.head;
tx1575drivers/char/stallion.chead = portp->tx.head;
tx1576drivers/char/stallion.ctail = portp->tx.tail;
tx1595drivers/char/stallion.cstlen = MIN(len, ((portp->tx.buf + STL_TXBUFSIZE) - tail));
tx1600drivers/char/stallion.cif (tail >= (portp->tx.buf + STL_TXBUFSIZE))
tx1601drivers/char/stallion.ctail = portp->tx.buf;
tx1606drivers/char/stallion.cportp->tx.tail = tail;
tx2236drivers/char/stallion.cstatic void stl_enablerxtx(stlport_t *portp, int rx, int tx)
tx2242drivers/char/stallion.cprintk("stl_enablerxtx(portp=%x,rx=%d,tx=%d)\n", (int) portp, rx, tx);
tx2246drivers/char/stallion.cif (tx == 0)
tx2248drivers/char/stallion.celse if (tx > 0)
tx2272drivers/char/stallion.cstatic void stl_startrxtx(stlport_t *portp, int rx, int tx)
tx2278drivers/char/stallion.cprintk("stl_startrxtx(portp=%x,rx=%d,tx=%d)\n", (int) portp, rx, tx);
tx2283drivers/char/stallion.cif (tx == 0)
tx2285drivers/char/stallion.celse if (tx == 1)
tx2287drivers/char/stallion.celse if (tx >= 2)
tx2300drivers/char/stallion.cif (tx > 0)
tx1159drivers/net/wavelan.cac_tx_t    tx;
tx1168drivers/net/wavelan.cnop_addr = tx_addr + sizeof(tx);
tx1172drivers/net/wavelan.ctx.tx_h.ac_status = 0;
tx1173drivers/net/wavelan.ctx.tx_h.ac_command = acmd_transmit | AC_CFLD_I;
tx1174drivers/net/wavelan.ctx.tx_h.ac_link = nop_addr;
tx1175drivers/net/wavelan.ctx.tx_tbd_offset = tbd_addr;
tx1176drivers/net/wavelan.cobram_write(ioaddr, tx_addr, (unsigned char *)&tx, sizeof(tx));
tx1289drivers/net/wavelan.cac_tx_t    tx;
tx1315drivers/net/wavelan.cnop_addr = tx_addr + sizeof(tx);
tx1322drivers/net/wavelan.ctx.tx_h.ac_status = 0;
tx1323drivers/net/wavelan.cobram_write(ioaddr, toff(ac_tx_t, tx_addr, tx_h.ac_status), (unsigned char *)&tx.tx_h.ac_status, sizeof(tx.tx_h.ac_status));
tx1351drivers/net/wavelan.cnop_addr = txpred + sizeof(tx);