taglinefilesource code
tx_status541drivers/net/3c507.cunsigned short tx_status = shmem[lp->tx_reap>>1];
tx_status543drivers/net/3c507.cif (tx_status == 0) {
tx_status547drivers/net/3c507.cif (tx_status & 0x2000) {
tx_status549drivers/net/3c507.clp->stats.collisions += tx_status & 0xf;
tx_status554drivers/net/3c507.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status555drivers/net/3c507.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status556drivers/net/3c507.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
tx_status557drivers/net/3c507.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status560drivers/net/3c507.cprintk("Reaped %x, Tx status %04x.\n" , lp->tx_reap, tx_status);
tx_status448drivers/net/3c509.cshort tx_status;
tx_status451drivers/net/3c509.cwhile (--i > 0  &&  (tx_status = inb(ioaddr + TX_STATUS)) > 0) {
tx_status452drivers/net/3c509.cif (tx_status & 0x38) lp->stats.tx_aborted_errors++;
tx_status453drivers/net/3c509.cif (tx_status & 0x30) outw(TxReset, ioaddr + EL3_CMD);
tx_status454drivers/net/3c509.cif (tx_status & 0x3C) outw(TxEnable, ioaddr + EL3_CMD);
tx_status545drivers/net/eexpress.cunsigned short tx_status;
tx_status547drivers/net/eexpress.ctx_status = inw(ioaddr);
tx_status548drivers/net/eexpress.cif (tx_status == 0) {
tx_status552drivers/net/eexpress.cif (tx_status & 0x2000) {
tx_status554drivers/net/eexpress.clp->stats.collisions += tx_status & 0xf;
tx_status559drivers/net/eexpress.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status560drivers/net/eexpress.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status561drivers/net/eexpress.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
tx_status562drivers/net/eexpress.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status565drivers/net/eexpress.cprintk("Reaped %x, Tx status %04x.\n" , lp->tx_reap, tx_status);
tx_status1121drivers/net/ewrk3.cunsigned char tx_status;
tx_status1123drivers/net/ewrk3.cwhile ((tx_status = inb(EWRK3_TDQ)) > 0) {  /* Whilst there's old buffers */
tx_status1124drivers/net/ewrk3.cif (tx_status & VSTS) {                   /* The status is valid */
tx_status1125drivers/net/ewrk3.cif (tx_status & MAC_TXE) {
tx_status1127drivers/net/ewrk3.cif (tx_status & MAC_NCL)    lp->stats.tx_carrier_errors++;
tx_status1128drivers/net/ewrk3.cif (tx_status & MAC_LCL)    lp->stats.tx_window_errors++;
tx_status1129drivers/net/ewrk3.cif (tx_status & MAC_CTU) {
tx_status1130drivers/net/ewrk3.cif ((tx_status & MAC_COLL) ^ MAC_XUR) {
tx_status1135drivers/net/ewrk3.c} else   if (tx_status & MAC_COLL) {
tx_status1136drivers/net/ewrk3.cif ((tx_status & MAC_COLL) ^ MAC_XCOLL) {
tx_status1556drivers/net/wavelan.cunsigned short  tx_status;
tx_status1561drivers/net/wavelan.cobram_read(ioaddr, acoff(lp->tx_first_in_use, ac_status), (unsigned char *)&tx_status, sizeof(tx_status));
tx_status1563drivers/net/wavelan.cif ((tx_status & AC_SFLD_C) == 0)
tx_status1584drivers/net/wavelan.cif (tx_status & AC_SFLD_OK)
tx_status1589drivers/net/wavelan.cncollisions = tx_status & AC_SFLD_MAXCOL;
tx_status1599drivers/net/wavelan.cif (tx_status & AC_SFLD_S10)
tx_status1605drivers/net/wavelan.cif (tx_status & AC_SFLD_S9)
tx_status1610drivers/net/wavelan.cif (tx_status & AC_SFLD_S8)
tx_status1615drivers/net/wavelan.cif (tx_status & AC_SFLD_S6)
tx_status1621drivers/net/wavelan.cif (tx_status & AC_SFLD_S5)
tx_status1630drivers/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)