taglinefilesource code
tx_status542drivers/net/3c507.cunsigned short tx_status = shmem[lp->tx_reap>>1];
tx_status544drivers/net/3c507.cif (tx_status == 0) {
tx_status548drivers/net/3c507.cif (tx_status & 0x2000) {
tx_status550drivers/net/3c507.clp->stats.collisions += tx_status & 0xf;
tx_status555drivers/net/3c507.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status556drivers/net/3c507.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status557drivers/net/3c507.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
tx_status558drivers/net/3c507.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status561drivers/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_status1107drivers/net/ewrk3.cunsigned char tx_status;
tx_status1109drivers/net/ewrk3.cwhile ((tx_status = inb(EWRK3_TDQ)) > 0) {  /* Whilst there's old buffers */
tx_status1110drivers/net/ewrk3.cif (tx_status & VSTS) {                   /* The status is valid */
tx_status1111drivers/net/ewrk3.cif (tx_status & MAC_TXE) {
tx_status1113drivers/net/ewrk3.cif (tx_status & MAC_NCL)    lp->stats.tx_carrier_errors++;
tx_status1114drivers/net/ewrk3.cif (tx_status & MAC_LCL)    lp->stats.tx_window_errors++;
tx_status1115drivers/net/ewrk3.cif (tx_status & MAC_CTU) {
tx_status1116drivers/net/ewrk3.cif ((tx_status & MAC_COLL) ^ MAC_XUR) {
tx_status1121drivers/net/ewrk3.c} else   if (tx_status & MAC_COLL) {
tx_status1122drivers/net/ewrk3.cif ((tx_status & MAC_COLL) ^ MAC_XCOLL) {
tx_status327drivers/net/znet.cushort event, tx_status, rx_offset, state;
tx_status332drivers/net/znet.coutb(CMD0_STAT1, ioaddr); tx_status = inw(ioaddr);
tx_status336drivers/net/znet.c" resetting.\n", dev->name, event, tx_status, rx_offset, state);
tx_status337drivers/net/znet.cif (tx_status == 0x0400)
tx_status440drivers/net/znet.cint tx_status;
tx_status442drivers/net/znet.ctx_status = inw(ioaddr);
tx_status444drivers/net/znet.cif (tx_status & 0x2000) {
tx_status446drivers/net/znet.clp->stats.collisions += tx_status & 0xf;
tx_status448drivers/net/znet.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
tx_status449drivers/net/znet.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
tx_status450drivers/net/znet.cif (!(tx_status & 0x0040)) lp->stats.tx_heartbeat_errors++;
tx_status451drivers/net/znet.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
tx_status453drivers/net/znet.cif (tx_status | 0x0760 != 0x0760)