taglinefilesource code
xmt_status1101drivers/net/eepro.cshort xmt_status;
xmt_status1106drivers/net/eepro.cxmt_status = inw(ioaddr+IO_PORT);
xmt_status1107drivers/net/eepro.cif ((xmt_status & TX_DONE_BIT) == 0) break;
xmt_status1108drivers/net/eepro.cxmt_status = inw(ioaddr+IO_PORT);
xmt_status1116drivers/net/eepro.cif (xmt_status & 0x2000)
xmt_status1120drivers/net/eepro.cif (xmt_status & 0x0400)
xmt_status1123drivers/net/eepro.cdev->name, xmt_status);
xmt_status1125drivers/net/eepro.cif (xmt_status & 0x000f)
xmt_status1126drivers/net/eepro.clp->stats.collisions += (xmt_status & 0x000f);
xmt_status1127drivers/net/eepro.cif ((xmt_status & 0x0040) == 0x0)