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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DPxeUndi.c59 @param SimpleNetworkDevice Device instance
67 IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice,
72 SimpleNetworkDevice,
107 @param SimpleNetworkDevice Device instance
115 IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice,
120 SimpleNetworkDevice,
147 @param SimpleNetworkDevice Device instance
155 IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice,
160 SimpleNetworkDevice,
200 @param SimpleNetworkDevice Devic
66 PxeStartUndi( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_START_UNDI_T *PxeUndiTable ) argument
114 PxeUndiStartup( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_STARTUP_T *PxeUndiTable ) argument
154 PxeUndiCleanup( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_CLEANUP_T *PxeUndiTable ) argument
207 PxeUndiInitialize( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_INITIALIZE_T *PxeUndiTable ) argument
264 PxeUndiResetNic( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_RESET_T *PxeUndiTable, IN UINT16 RxFilter ) argument
356 PxeUndiShutdown( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_SHUTDOWN_T *PxeUndiTable ) argument
410 PxeUndiOpen( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_OPEN_T *PxeUndiTable ) argument
448 PxeUndiClose( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_CLOSE_T *PxeUndiTable ) argument
541 PxeUndiTransmit( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_TRANSMIT_T *PxeUndiTable ) argument
595 PxeUndiSetMcastAddr( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_SET_MCAST_ADDR_T *PxeUndiTable ) argument
637 PxeUndiSetStationAddr( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_SET_STATION_ADDR_T *PxeUndiTable ) argument
678 PxeUndiSetPacketFilter( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_SET_PACKET_FILTER_T *PxeUndiTable ) argument
744 PxeUndiGetInformation( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_GET_INFORMATION_T *PxeUndiTable ) argument
792 PxeUndiGetStatistics( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_GET_STATISTICS_T *PxeUndiTable ) argument
829 PxeUndiClearStatistics( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_CLEAR_STATISTICS_T *PxeUndiTable ) argument
867 PxeUndiInitiateDiags( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_INITIATE_DIAGS_T *PxeUndiTable ) argument
911 PxeUndiForceInterrupt( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_FORCE_INTERRUPT_T *PxeUndiTable ) argument
952 PxeUndiGetMcastAddr( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_GET_MCAST_ADDR_T *PxeUndiTable ) argument
1025 PxeUndiGetNicType( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_GET_NIC_TYPE_T *PxeUndiTable ) argument
1081 PxeUndiGetNdisInfo( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_GET_NDIS_INFO_T *PxeUndiTable ) argument
1146 PxeUndiIsr( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_ISR_T *PxeUndiTable ) argument
1188 PxeUndiStop( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_STOP_UNDI_T *PxeUndiTable ) argument
1243 PxeUndiGetState( IN EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT PXENV_UNDI_GET_STATE_T *PxeUndiTable ) argument
[all...]
H A DMisc.c430 @param SimpleNetworkDevice Simple network device instance
439 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice,
509 SimpleNetworkDevice->Nii.ImageAddr = RomAddress;
510 SimpleNetworkDevice->Nii.ImageSize = RomLength;
511 SimpleNetworkDevice->Nii.MajorVer = RomIdTableAddress->UNDI_Rev[2];
512 SimpleNetworkDevice->Nii.MinorVer = RomIdTableAddress->UNDI_Rev[1];
522 SimpleNetworkDevice->UndiLoaderTablePages = EFI_SIZE_TO_PAGES (PARAGRAPH_SIZE + sizeof (UNDI_LOADER_T));
524 SimpleNetworkDevice->UndiLoaderTablePages,
525 &SimpleNetworkDevice->UndiLoaderTable
532 UndiLoaderTable = SimpleNetworkDevice
438 LaunchBaseCode( EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, UINTN RomAddress ) argument
826 MakePxeCall( EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, IN OUT VOID *Table, IN UINTN TableSize, IN UINT16 CallIndex ) argument
[all...]
H A DBiosSnp16.c43 @param SimpleNetworkDevice A pointer to EFI_SIMPLE_NETWORK_DEV data structure.
51 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice,
58 @param SimpleNetworkDevice A pointer to EFI_SIMPLE_NETWORK_DEV data structure.
65 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice
71 @param SimpleNetworkDevice A pointer to EFI_SIMPLE_NETWORK_DEV data structure.
78 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice
138 @param SimpleNetworkDevice A pointer to EFI_SIMPLE_NETWORK_DEV data structure.
145 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice
151 @param SimpleNetworkDevice A pointer to EFI_SIMPLE_NETWORK_DEV data structure.
157 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice
306 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
851 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
1334 Undi16SimpleNetworkStartUndi( EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice, UINT16 Ax ) argument
1454 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
1585 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
1636 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
1700 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
1912 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
1986 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
2040 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
2160 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
2240 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
2360 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
2512 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
2714 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
2870 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
3003 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
3107 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
3298 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
3415 EFI_SIMPLE_NETWORK_DEV *SimpleNetworkDevice; local
[all...]

Completed in 35 milliseconds