taglinefilesource code
tx236drivers/char/scc.cstatic void scc_key_trx (struct scc_channel *scc, char tx);
tx1305drivers/char/scc.cscc_key_trx(struct scc_channel *scc, char tx)
tx1313drivers/char/scc.cOutb(scc->ctrl + 4, scc->option | (tx? 0x80 : 0));
tx1315drivers/char/scc.ctime_const = (unsigned) (scc->clock / (scc->modem.speed * (tx? 2:64))) - 2;
tx1319drivers/char/scc.cif (tx)
tx1340drivers/char/scc.cif (tx)
tx260drivers/char/stallion.cstlrq_t      tx;
tx511drivers/char/stallion.cstatic void  stl_enablerxtx(stlport_t *portp, int rx, int tx);
tx512drivers/char/stallion.cstatic void  stl_startrxtx(stlport_t *portp, int rx, int tx);
tx617drivers/char/stallion.cif (portp->tx.buf != (char *) NULL)
tx618drivers/char/stallion.ckfree_s(portp->tx.buf, STL_TXBUFSIZE);
tx708drivers/char/stallion.cif (portp->tx.buf == (char *) NULL) {
tx709drivers/char/stallion.cportp->tx.buf = (char *) stl_memalloc(STL_TXBUFSIZE);
tx710drivers/char/stallion.cif (portp->tx.buf == (char *) NULL)
tx712drivers/char/stallion.cportp->tx.head = portp->tx.buf;
tx713drivers/char/stallion.cportp->tx.tail = portp->tx.buf;
tx885drivers/char/stallion.cif (portp->tx.buf != (char *) NULL) {
tx886drivers/char/stallion.ckfree_s(portp->tx.buf, STL_TXBUFSIZE);
tx887drivers/char/stallion.cportp->tx.buf = (char *) NULL;
tx888drivers/char/stallion.cportp->tx.head = (char *) NULL;
tx889drivers/char/stallion.cportp->tx.tail = (char *) NULL;
tx954drivers/char/stallion.cif (portp->tx.buf == (char *) NULL)
tx965drivers/char/stallion.chead = portp->tx.head;
tx966drivers/char/stallion.ctail = portp->tx.tail;
tx980drivers/char/stallion.chead = portp->tx.head;
tx981drivers/char/stallion.ctail = portp->tx.tail;
tx984drivers/char/stallion.cstlen = STL_TXBUFSIZE - (head - portp->tx.buf);
tx999drivers/char/stallion.cif (head >= (portp->tx.buf + STL_TXBUFSIZE)) {
tx1000drivers/char/stallion.chead = portp->tx.buf;
tx1004drivers/char/stallion.cportp->tx.head = head;
tx1029drivers/char/stallion.cif (portp->tx.buf == (char *) NULL)
tx1032drivers/char/stallion.chead = portp->tx.head;
tx1033drivers/char/stallion.ctail = portp->tx.tail;
tx1040drivers/char/stallion.cif (head >= (portp->tx.buf + STL_TXBUFSIZE))
tx1041drivers/char/stallion.chead = portp->tx.buf;
tx1043drivers/char/stallion.cportp->tx.head = head;
tx1067drivers/char/stallion.cif (portp->tx.buf == (char *) NULL)
tx1071drivers/char/stallion.cif (tty->stopped || tty->hw_stopped || (portp->tx.head == portp->tx.tail))
tx1093drivers/char/stallion.cif (portp->tx.buf == (char *) NULL)
tx1096drivers/char/stallion.chead = portp->tx.head;
tx1097drivers/char/stallion.ctail = portp->tx.tail;
tx1127drivers/char/stallion.cif (portp->tx.buf == (char *) NULL)
tx1130drivers/char/stallion.chead = portp->tx.head;
tx1131drivers/char/stallion.ctail = portp->tx.tail;
tx1499drivers/char/stallion.cif (portp->tx.buf != (char *) NULL) {
tx1500drivers/char/stallion.ckfree_s(portp->tx.buf, STL_TXBUFSIZE);
tx1501drivers/char/stallion.cportp->tx.buf = (char *) NULL;
tx1502drivers/char/stallion.cportp->tx.head = (char *) NULL;
tx1503drivers/char/stallion.cportp->tx.tail = (char *) NULL;
tx1536drivers/char/stallion.cportp->tx.tail = portp->tx.head;
tx1631drivers/char/stallion.chead = portp->tx.head;
tx1632drivers/char/stallion.ctail = portp->tx.tail;
tx1652drivers/char/stallion.cstlen = MIN(len, ((portp->tx.buf + STL_TXBUFSIZE) - tail));
tx1657drivers/char/stallion.cif (tail >= (portp->tx.buf + STL_TXBUFSIZE))
tx1658drivers/char/stallion.ctail = portp->tx.buf;
tx1663drivers/char/stallion.cportp->tx.tail = tail;
tx2315drivers/char/stallion.cstatic void stl_enablerxtx(stlport_t *portp, int rx, int tx)
tx2321drivers/char/stallion.cprintk("stl_enablerxtx(portp=%x,rx=%d,tx=%d)\n", (int) portp, rx, tx);
tx2325drivers/char/stallion.cif (tx == 0)
tx2327drivers/char/stallion.celse if (tx > 0)
tx2351drivers/char/stallion.cstatic void stl_startrxtx(stlport_t *portp, int rx, int tx)
tx2357drivers/char/stallion.cprintk("stl_startrxtx(portp=%x,rx=%d,tx=%d)\n", (int) portp, rx, tx);
tx2362drivers/char/stallion.cif (tx == 0)
tx2364drivers/char/stallion.celse if (tx == 1)
tx2366drivers/char/stallion.celse if (tx >= 2)
tx2379drivers/char/stallion.cif (tx > 0)
tx3050drivers/char/stallion.chead = portp->tx.head;
tx3051drivers/char/stallion.ctail = portp->tx.tail;
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);