taglinefilesource code
txbuf551drivers/net/arcnet.ctxbuf,    /* transmit buffer # (2 or 3) */
txbuf1235drivers/net/arcnet.clp->txbuf=2;
txbuf1737drivers/net/arcnet.c(union ArcPacket *)(dev->mem_start+512*(lp->txbuf^1));
txbuf1744drivers/net/arcnet.clp->txbuf=lp->txbuf^1;  /* XOR with 1 to alternate between 2 and 3 */
txbuf1754drivers/net/arcnet.cmemset((void *)dev->mem_start+lp->txbuf*512,0x42,512);
txbuf1824drivers/net/arcnet.clp->txready=lp->txbuf;  /* packet is ready for sending */
txbuf2768drivers/net/arcnet.c(union ArcPacket *)(dev->mem_start+512*(lp->txbuf^1));
txbuf2796drivers/net/arcnet.clp->txbuf=lp->txbuf^1; /* XOR with 1 to alternate btw 2 & 3 */
txbuf2801drivers/net/arcnet.cmemset((void *)dev->mem_start+lp->txbuf*512,0x42,512);
txbuf2845drivers/net/arcnet.clp->txready=lp->txbuf;  /* packet is ready for sending */