Searched refs:txp (Results 1 - 2 of 2) sorted by relevance

/external/grub/netboot/
H A Depic100.c299 char* txp; local
313 txp = (char*)tx_ring[entry].bufaddr;
315 memcpy(txp, destaddr, ETH_ALEN);
316 memcpy(txp + ETH_ALEN, nic->node_addr, ETH_ALEN);
318 memcpy(txp + 12, (char*)&nstype, 2);
319 memcpy(txp + ETH_HLEN, data, len);
H A Dfa311.c275 char* txp; local
281 txp = (char*)(dev->tx_ring[entry].addr);
283 memcpy(txp, destaddr, ETH_ALEN);
284 memcpy(txp + ETH_ALEN, nic->node_addr, ETH_ALEN);
286 memcpy(txp + 12, (char*)&nstype, 2);
287 memcpy(txp + ETH_HLEN, data, len);
292 s = (unsigned char*)(txp+len);
293 while (s < (unsigned char*)(txp+ETH_ZLEN))

Completed in 52 milliseconds