OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:netdev_desc
(Results
1 - 1
of
1
) sorted by null
/external/grub/netboot/
fa311.c
94
struct
netdev_desc
{
struct
107
volatile struct
netdev_desc
*rx_head_desc;
108
volatile struct
netdev_desc
rx_ring[RX_RING_SIZE] __attribute__ ((aligned (4)));
109
volatile struct
netdev_desc
tx_ring[TX_RING_SIZE] __attribute__ ((aligned (4)));
Completed in 540 milliseconds