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_status452drivers/net/3c509.cshort tx_status;
tx_status455drivers/net/3c509.cwhile (--i > 0  &&  (tx_status = inb(ioaddr + TX_STATUS)) > 0) {
tx_status456drivers/net/3c509.cif (tx_status & 0x38) lp->stats.tx_aborted_errors++;
tx_status457drivers/net/3c509.cif (tx_status & 0x30) outw(TxReset, ioaddr + EL3_CMD);
tx_status458drivers/net/3c509.cif (tx_status & 0x3C) outw(TxEnable, ioaddr + EL3_CMD);
tx_status697drivers/net/3c59x.cshort tx_status;
tx_status700drivers/net/3c59x.cwhile (--i > 0  &&  (tx_status = inb(ioaddr + TxStatus)) > 0) {
tx_status701drivers/net/3c59x.cif (tx_status & 0x3C) {    /* A Tx-disabling error occured.  */
tx_status704drivers/net/3c59x.cdev->name, tx_status);
tx_status705drivers/net/3c59x.cif (tx_status & 0x04) vp->stats.tx_fifo_errors++;
tx_status706drivers/net/3c59x.cif (tx_status & 0x38) vp->stats.tx_aborted_errors++;
tx_status707drivers/net/3c59x.cif (tx_status & 0x30) {
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_status1084drivers/net/ewrk3.cu_char tx_status;
tx_status1086drivers/net/ewrk3.cwhile ((tx_status = inb(EWRK3_TDQ)) > 0) {  /* Whilst there's old buffers */
tx_status1087drivers/net/ewrk3.cif (tx_status & T_VSTS) {                 /* The status is valid */
tx_status1088drivers/net/ewrk3.cif (tx_status & T_TXE) {
tx_status1090drivers/net/ewrk3.cif (tx_status & T_NCL)    lp->stats.tx_carrier_errors++;
tx_status1091drivers/net/ewrk3.cif (tx_status & T_LCL)    lp->stats.tx_window_errors++;
tx_status1092drivers/net/ewrk3.cif (tx_status & T_CTU) {
tx_status1093drivers/net/ewrk3.cif ((tx_status & T_COLL) ^ T_XUR) {
tx_status1098drivers/net/ewrk3.c} else   if (tx_status & T_COLL) {
tx_status1099drivers/net/ewrk3.cif ((tx_status & T_COLL) ^ T_XCOLL) {
tx_status1718drivers/net/wavelan.cunsigned short  tx_status;
tx_status1723drivers/net/wavelan.cobram_read(ioaddr, acoff(lp->tx_first_in_use, ac_status), (unsigned char *)&tx_status, sizeof(tx_status));
tx_status1725drivers/net/wavelan.cif ((tx_status & AC_SFLD_C) == 0)
tx_status1746drivers/net/wavelan.cif (tx_status & AC_SFLD_OK)
tx_status1751drivers/net/wavelan.cncollisions = tx_status & AC_SFLD_MAXCOL;
tx_status1761drivers/net/wavelan.cif (tx_status & AC_SFLD_S10)
tx_status1767drivers/net/wavelan.cif (tx_status & AC_SFLD_S9)
tx_status1772drivers/net/wavelan.cif (tx_status & AC_SFLD_S8)
tx_status1777drivers/net/wavelan.cif (tx_status & AC_SFLD_S6)
tx_status1783drivers/net/wavelan.cif (tx_status & AC_SFLD_S5)
tx_status1792drivers/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)