Home
last modified time | relevance | path

Searched defs:tulip_private (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c405 static struct tulip_private { struct
406 int cur_rx;
407 int chip_id; /* index into tulip_tbl[] */
408 int pci_id_idx; /* index into pci_id_tbl[] */
409 int revision;
410 int flags;
434 static struct tulip_private *tp; argument