taglinefilesource code
txbuf395drivers/net/arcnet.ctxbuf,    /* transmit buffer # (2 or 3) */
txbuf883drivers/net/arcnet.clp->txbuf=2;
txbuf1311drivers/net/arcnet.c(union ArcPacket *)(dev->mem_start+512*(lp->txbuf^1));
txbuf1316drivers/net/arcnet.clp->txbuf=lp->txbuf^1;  /* XOR with 1 to alternate between 2 and 3 */
txbuf1326drivers/net/arcnet.cmemset((void *)dev->mem_start+lp->txbuf*512,0x42,512);
txbuf1399drivers/net/arcnet.clp->txready=lp->txbuf;  /* packet is ready for sending */
txbuf1473drivers/net/arcnet.c(union ArcPacket *)(dev->mem_start+512*(lp->txbuf^1));
txbuf1492drivers/net/arcnet.clp->txbuf=lp->txbuf^1; /* XOR with 1 to alternate btw 2 & 3 */
txbuf1496drivers/net/arcnet.cmemset((void *)dev->mem_start+lp->txbuf*512,0x42,512);
txbuf1558drivers/net/arcnet.clp->txready=lp->txbuf;  /* packet is ready for sending */