Home | History | Annotate | Download | only in netboot

Lines Matching refs:txb

48 #define txb ((char *)0x10000 - NRXD * BUFLEN - BUFLEN)
51 static unsigned char txb[BUFLEN];
212 txd.buf1addr = &txb[0];
213 txd.buf2addr = &txb[0]; /* just in case */
223 for(x=0;x<192;x++) txb[x] = 0xff;
224 txb[0] = nic->node_addr[0];
225 txb[1] = nic->node_addr[1];
226 txb[4] = nic->node_addr[2];
227 txb[5] = nic->node_addr[3];
228 txb[8] = nic->node_addr[4];
229 txb[9] = nic->node_addr[5];