Searched defs:mediatable (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dtulip.c327 struct mediatable {
415 u8 media_table_storage[(sizeof(struct mediatable) + 32*sizeof(struct medialeaf))];
417 struct mediatable *mtable;
790 struct mediatable *mtable;
798 tp->mtable = mtable = (struct mediatable *)&tp->media_table_storage[0];
1688 struct mediatable *mtable = tp->mtable;
326 struct mediatable { struct

Completed in 66 milliseconds