Home
last modified time | relevance | path

Searched refs:lance_interface (Results 1 – 1 of 1) sorted by relevance

/external/grub/netboot/
Dlance.c82 struct lance_interface struct
142 static struct lance_interface *lp;
146 #define lance ((char *)0x10000 - (sizeof(struct lance_interface)+8))
148 static char lance[sizeof(struct lance_interface)+8];
435 lp = (struct lance_interface *)l; in lance_probe1()