OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txp
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
epic100.c
299
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);
fa311.c
275
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 539 milliseconds