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

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/drivers/net/
H A Dundinet.c538 struct s_PXENV_UNDI_GET_IFACE_INFO undi_iface; local
621 memset ( &undi_iface, 0, sizeof ( undi_iface ) );
623 &undi_iface,
624 sizeof ( undi_iface ) ) ) != 0 )
627 undinic, undi_iface.IfaceType, undi_iface.LinkSpeed,
628 undi_iface.ServiceFlags );
629 if ( ( undi_iface.ServiceFlags & SUPPORTED_IRQ ) &&
635 if ( strncmp ( ( ( char * ) undi_iface
[all...]

Completed in 60 milliseconds