taglinefilesource code
tx_status545drivers/net/3c507.cunsigned short tx_status = shmem[lp->tx_reap>>1];
tx_status547drivers/net/3c507.cif (tx_status == 0) {
tx_status551drivers/net/3c507.cif (tx_status & 0x2000) {
tx_status553drivers/net/3c507.clp->stats.collisions += tx_status & 0xf;
tx_status558drivers/net/3c507.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status559drivers/net/3c507.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status560drivers/net/3c507.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
tx_status561drivers/net/3c507.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status564drivers/net/3c507.cprintk("Reaped %x, Tx status %04x.\n" , lp->tx_reap, tx_status);
tx_status456drivers/net/3c509.cshort tx_status;
tx_status459drivers/net/3c509.cwhile (--i > 0  &&  (tx_status = inb(ioaddr + TX_STATUS)) > 0) {
tx_status460drivers/net/3c509.cif (tx_status & 0x38) lp->stats.tx_aborted_errors++;
tx_status461drivers/net/3c509.cif (tx_status & 0x30) outw(TxReset, ioaddr + EL3_CMD);
tx_status462drivers/net/3c509.cif (tx_status & 0x3C) outw(TxEnable, ioaddr + EL3_CMD);
tx_status543drivers/net/eexpress.cunsigned short tx_status;
tx_status545drivers/net/eexpress.ctx_status = inw(ioaddr);
tx_status546drivers/net/eexpress.cif (tx_status == 0) {
tx_status550drivers/net/eexpress.cif (tx_status & 0x2000) {
tx_status552drivers/net/eexpress.clp->stats.collisions += tx_status & 0xf;
tx_status557drivers/net/eexpress.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status558drivers/net/eexpress.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status559drivers/net/eexpress.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
tx_status560drivers/net/eexpress.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status563drivers/net/eexpress.cprintk("Reaped %x, Tx status %04x.\n" , lp->tx_reap, tx_status);
tx_status1119drivers/net/ewrk3.cunsigned char tx_status;
tx_status1121drivers/net/ewrk3.cwhile ((tx_status = inb(EWRK3_TDQ)) > 0) {  /* Whilst there's old buffers */
tx_status1122drivers/net/ewrk3.cif (tx_status & VSTS) {                   /* The status is valid */
tx_status1123drivers/net/ewrk3.cif (tx_status & MAC_TXE) {
tx_status1125drivers/net/ewrk3.cif (tx_status & MAC_NCL)    lp->stats.tx_carrier_errors++;
tx_status1126drivers/net/ewrk3.cif (tx_status & MAC_LCL)    lp->stats.tx_window_errors++;
tx_status1127drivers/net/ewrk3.cif (tx_status & MAC_CTU) {
tx_status1128drivers/net/ewrk3.cif ((tx_status & MAC_COLL) ^ MAC_XUR) {
tx_status1133drivers/net/ewrk3.c} else   if (tx_status & MAC_COLL) {
tx_status1134drivers/net/ewrk3.cif ((tx_status & MAC_COLL) ^ MAC_XCOLL) {
tx_status1716drivers/net/wavelan.cunsigned short  tx_status;
tx_status1721drivers/net/wavelan.cobram_read(ioaddr, acoff(lp->tx_first_in_use, ac_status), (unsigned char *)&tx_status, sizeof(tx_status));
tx_status1723drivers/net/wavelan.cif ((tx_status & AC_SFLD_C) == 0)
tx_status1744drivers/net/wavelan.cif (tx_status & AC_SFLD_OK)
tx_status1749drivers/net/wavelan.cncollisions = tx_status & AC_SFLD_MAXCOL;
tx_status1759drivers/net/wavelan.cif (tx_status & AC_SFLD_S10)
tx_status1765drivers/net/wavelan.cif (tx_status & AC_SFLD_S9)
tx_status1770drivers/net/wavelan.cif (tx_status & AC_SFLD_S8)
tx_status1775drivers/net/wavelan.cif (tx_status & AC_SFLD_S6)
tx_status1781drivers/net/wavelan.cif (tx_status & AC_SFLD_S5)
tx_status1790drivers/net/wavelan.cprintk("%s:     tx completed, tx_status 0x%04x.\n", dev->name, tx_status);
tx_status326drivers/net/znet.cushort event, tx_status, rx_offset, state;
tx_status331drivers/net/znet.coutb(CMD0_STAT1, ioaddr); tx_status = inw(ioaddr);
tx_status335drivers/net/znet.c" resetting.\n", dev->name, event, tx_status, rx_offset, state);
tx_status336drivers/net/znet.cif (tx_status == 0x0400)
tx_status438drivers/net/znet.cint tx_status;
tx_status440drivers/net/znet.ctx_status = inw(ioaddr);
tx_status442drivers/net/znet.cif (tx_status & 0x2000) {
tx_status444drivers/net/znet.clp->stats.collisions += tx_status & 0xf;
tx_status446drivers/net/znet.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status447drivers/net/znet.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status448drivers/net/znet.cif (!(tx_status & 0x0040)) lp->stats.tx_heartbeat_errors++;
tx_status449drivers/net/znet.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status451drivers/net/znet.cif ((tx_status | 0x0760) != 0x0760)