OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:semi_count
(Results
1 - 1
of
1
) sorted by null
/external/grub/netboot/
rtl8139.c
422
int
semi_count
= RX_BUF_LEN - ring_offs - 4;
local
424
memcpy(nic->packet, rx_ring + ring_offs + 4,
semi_count
);
425
memcpy(nic->packet+
semi_count
, rx_ring, rx_size-4-
semi_count
);
427
printf("rx packet %d+%d bytes",
semi_count
,rx_size-4-
semi_count
);
Completed in 2554 milliseconds