taglinefilesource code
xmt_status1098drivers/net/eepro.cshort xmt_status;
xmt_status1103drivers/net/eepro.cxmt_status = inw(ioaddr+IO_PORT);
xmt_status1104drivers/net/eepro.cif ((xmt_status & TX_DONE_BIT) == 0) break;
xmt_status1105drivers/net/eepro.cxmt_status = inw(ioaddr+IO_PORT);
xmt_status1113drivers/net/eepro.cif (xmt_status & 0x2000)
xmt_status1117drivers/net/eepro.cif (xmt_status & 0x0400)
xmt_status1120drivers/net/eepro.cdev->name, xmt_status);
xmt_status1122drivers/net/eepro.cif (xmt_status & 0x000f)
xmt_status1123drivers/net/eepro.clp->stats.collisions += (xmt_status & 0x000f);
xmt_status1124drivers/net/eepro.cif ((xmt_status & 0x0040) == 0x0)