IntelFrameworkModulePkg: Fix typos in comments
- stoping -> stopping - Pointion -> Position - Arrary -> Array - reseting -> resetting - excute -> execute - isTRUE -> is TRUE - connectted -> connected - Retrive -> Retrieve - dirvers -> drivers - funciton -> function - paramter -> parameter - availible -> available - permenent -> permanent - boundry -> boundary Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
@@ -2148,7 +2148,7 @@ Undi16SimpleNetworkInitialize (
|
||||
@param This A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.
|
||||
@param ExtendedVerification Need extended verfication.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
@@ -2229,7 +2229,7 @@ Undi16SimpleNetworkReset (
|
||||
|
||||
@param This A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
@@ -2342,7 +2342,7 @@ Undi16SimpleNetworkShutdown (
|
||||
@param MCastFilterCnt Count of mutli cast filter for different MAC address
|
||||
@param MCastFilter Buffer for mustli cast filter for different MAC address.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
@@ -2496,10 +2496,10 @@ Undi16SimpleNetworkReceiveFilters (
|
||||
Set new MAC address.
|
||||
|
||||
@param This A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.
|
||||
@param Reset Whether reset station MAC address to permenent address
|
||||
@param Reset Whether reset station MAC address to permanent address
|
||||
@param New A pointer to New address
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
@@ -2554,7 +2554,7 @@ Undi16SimpleNetworkStationAddress (
|
||||
|
||||
if (Reset) {
|
||||
//
|
||||
// If we are reseting the Station Address to the permanent address, and the
|
||||
// If we are resetting the Station Address to the permanent address, and the
|
||||
// Station Address is not programmable, then just return EFI_SUCCESS.
|
||||
//
|
||||
if (!SimpleNetworkDevice->SimpleNetworkMode.MacAddressChangeable) {
|
||||
@@ -2853,7 +2853,7 @@ Undi16SimpleNetworkStatistics (
|
||||
@param IP A pointer to given Ip address.
|
||||
@param MAC On return, translated MAC address.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid IP address.
|
||||
@retval EFI_INVALID_PARAMETER Invalid return buffer for holding MAC address.
|
||||
@retval EFI_UNSUPPORTED Do not support IPv6
|
||||
|
@@ -236,7 +236,7 @@ Undi16SimpleNetworkInitialize (
|
||||
@param This A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.
|
||||
@param ExtendedVerification Need extended verfication.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
@@ -255,7 +255,7 @@ Undi16SimpleNetworkReset (
|
||||
|
||||
@param This A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
@@ -278,7 +278,7 @@ Undi16SimpleNetworkShutdown (
|
||||
@param MCastFilterCnt Count of mutli cast filter for different MAC address
|
||||
@param MCastFilter Buffer for mustli cast filter for different MAC address.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
@@ -300,10 +300,10 @@ Undi16SimpleNetworkReceiveFilters (
|
||||
Set new MAC address.
|
||||
|
||||
@param This A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.
|
||||
@param Reset Whether reset station MAC address to permenent address
|
||||
@param Reset Whether reset station MAC address to permanent address
|
||||
@param New A pointer to New address
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
@@ -326,7 +326,7 @@ Undi16SimpleNetworkStationAddress (
|
||||
@param StatisticsSize The buffer of statistics table.
|
||||
@param StatisticsTable A pointer to statistics buffer.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
@@ -350,7 +350,7 @@ Undi16SimpleNetworkStatistics (
|
||||
@param IP A pointer to given Ip address.
|
||||
@param MAC On return, translated MAC address.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid IP address.
|
||||
@retval EFI_INVALID_PARAMETER Invalid return buffer for holding MAC address.
|
||||
@retval EFI_UNSUPPORTED Do not support IPv6
|
||||
@@ -639,7 +639,7 @@ LaunchBaseCode (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -680,7 +680,7 @@ PxeStartUndi (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -713,7 +713,7 @@ PxeUndiStartup (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -759,7 +759,7 @@ PxeUndiCleanup (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance.
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -808,7 +808,7 @@ PxeUndiInitialize (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance.
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
@param RxFilter Filter setting mask value for PXE recive .
|
||||
|
||||
@@ -843,7 +843,7 @@ PxeUndiResetNic (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -890,7 +890,7 @@ PxeUndiShutdown (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -921,7 +921,7 @@ PxeUndiOpen (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1007,7 +1007,7 @@ PxeUndiClose (
|
||||
Status: See the PXENV_STATUS_xxx constants
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1041,7 +1041,7 @@ PxeUndiTransmit (
|
||||
Status: See the PXENV_STATUS_xxx constants
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1076,7 +1076,7 @@ PxeUndiSetMcastAddr (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1110,7 +1110,7 @@ PxeUndiSetStationAddr (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1169,7 +1169,7 @@ PxeUndiSetPacketFilter (
|
||||
TxBufCnt: Transmit queue length.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1210,7 +1210,7 @@ PxeUndiGetInformation (
|
||||
because receive queue was full.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1240,7 +1240,7 @@ PxeUndiGetStatistics (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1271,7 +1271,7 @@ PxeUndiClearStatistics (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1308,7 +1308,7 @@ PxeUndiInitiateDiags (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1342,7 +1342,7 @@ PxeUndiForceInterrupt (
|
||||
MediaAddr: MAC multicast address.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1408,7 +1408,7 @@ PxeUndiGetMcastAddr (
|
||||
in the [PnP] and [PCI] specifications
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1457,7 +1457,7 @@ PxeUndiGetNicType (
|
||||
Reserved: Must be zero.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1515,7 +1515,7 @@ PxeUndiGetNdisInfo (
|
||||
strategy routine when the UNDI re-enables interrupts.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1550,7 +1550,7 @@ PxeUndiIsr (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1598,7 +1598,7 @@ PxeUndiStop (
|
||||
status of that operation on return.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1623,7 +1623,7 @@ PxeUndiGetState (
|
||||
|
||||
@param SimpleNetworkDevice Device instance for simple network
|
||||
@param Table Point to parameter/retun value table for legacy far call
|
||||
@param TableSize The size of paramter/return value table
|
||||
@param TableSize The size of parameter/return value table
|
||||
@param CallIndex The index of legacy call.
|
||||
|
||||
@return EFI_STATUS
|
||||
|
@@ -823,7 +823,7 @@ LaunchBaseCode (
|
||||
|
||||
@param SimpleNetworkDevice Device instance for simple network
|
||||
@param Table Point to parameter/retun value table for legacy far call
|
||||
@param TableSize The size of paramter/return value table
|
||||
@param TableSize The size of parameter/return value table
|
||||
@param CallIndex The index of legacy call.
|
||||
|
||||
@return EFI_STATUS
|
||||
|
@@ -57,7 +57,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -105,7 +105,7 @@ PxeStartUndi (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -145,7 +145,7 @@ PxeUndiStartup (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -198,7 +198,7 @@ PxeUndiCleanup (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -254,7 +254,7 @@ PxeUndiInitialize (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance.
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
@param RxFilter Filter setting mask value for PXE recive .
|
||||
|
||||
@@ -347,7 +347,7 @@ PxeUndiResetNic (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -401,7 +401,7 @@ PxeUndiShutdown (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -439,7 +439,7 @@ PxeUndiOpen (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -532,7 +532,7 @@ PxeUndiClose (
|
||||
Status: See the PXENV_STATUS_xxx constants
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -586,7 +586,7 @@ PxeUndiTransmit (
|
||||
Status: See the PXENV_STATUS_xxx constants
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -628,7 +628,7 @@ PxeUndiSetMcastAddr (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -669,7 +669,7 @@ PxeUndiSetStationAddr (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -735,7 +735,7 @@ PxeUndiSetPacketFilter (
|
||||
TxBufCnt: Transmit queue length.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -783,7 +783,7 @@ PxeUndiGetInformation (
|
||||
because receive queue was full.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -820,7 +820,7 @@ PxeUndiGetStatistics (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -858,7 +858,7 @@ PxeUndiClearStatistics (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -902,7 +902,7 @@ PxeUndiInitiateDiags (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -943,7 +943,7 @@ PxeUndiForceInterrupt (
|
||||
MediaAddr: MAC multicast address.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1016,7 +1016,7 @@ PxeUndiGetMcastAddr (
|
||||
in the [PnP] and [PCI] specifications
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1072,7 +1072,7 @@ PxeUndiGetNicType (
|
||||
Reserved: Must be zero.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1137,7 +1137,7 @@ PxeUndiGetNdisInfo (
|
||||
strategy routine when the UNDI re-enables interrupts.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1179,7 +1179,7 @@ PxeUndiIsr (
|
||||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
@@ -1234,7 +1234,7 @@ PxeUndiStop (
|
||||
status of that operation on return.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
Reference in New Issue
Block a user