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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A D3c90x.c96 * @v inf_3c90x private NIC data
99 static void a3c90x_internal_SetWindow(struct INF_3C90X *inf_3c90x, int window) argument
103 if (inf_3c90x->CurrentWindow == window)
107 a3c90x_internal_IssueCommand(inf_3c90x->IOAddr,
109 inf_3c90x->CurrentWindow = window;
114 static void a3c90x_internal_WaitForEeprom(struct INF_3C90X *inf_3c90x) argument
120 while (eepromBusy & inw(inf_3c90x->IOAddr + regEepromCommand_0_w)) {
144 struct INF_3C90X *inf_3c90x = local
153 a3c90x_internal_SetWindow(inf_3c90x, winEepromBios0);
156 address += (inf_3c90x
186 a3c90x_internal_ReadEepromContents(struct INF_3C90X *inf_3c90x) argument
204 a3c90x_reset(struct INF_3C90X *inf_3c90x) argument
323 struct INF_3C90X *inf_3c90x = netdev_priv(netdev); local
613 struct INF_3C90X *inf_3c90x = netdev_priv(netdev); local
659 struct INF_3C90X *inf_3c90x = netdev_priv(netdev); local
798 struct INF_3C90X *inf_3c90x = netdev_priv(netdev); local
839 struct INF_3C90X *inf_3c90x = netdev_priv(netdev); local
872 struct INF_3C90X *inf_3c90x; local
[all...]

Completed in 46 milliseconds