Lines Matching +full:mac +full:- +full:address
7 Rx - Received
8 Tx - Transmit
9 MCast - MultiCast
12 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
13 SPDX-License-Identifier: BSD-2-Clause-Patent
168 /// The size, in bytes, of the network interface's HW address.
185 /// start address for NVRAM read and write operations and the total
199 /// The maximum number of multicast address receive filters supported by the driver.
203 /// The current number of multicast address receive filters.
207 /// Array containing the addresses of the current multicast address receive filters.
211 /// The current HW MAC address for the network interface.
215 /// The current HW MAC address for broadcast packets.
219 /// The permanent HW MAC address for the network interface.
227 /// TRUE if the HW MAC address can be changed.
319 Resets a network adapter and re-initializes it with the parameters that were
368 @param McastFilterCnt Number of multicast HW MAC addresses in the new
372 @param MCastFilter A pointer to a list of new multicast receive filter HW MAC
374 HW MAC address list. This field is optional if
396 Modifies or resets the current station address, if supported.
399 @param Reset Flag used to reset the station address to the network interfaces
400 permanent address.
401 @param New The new station address to be used for the network interface.
403 @retval EFI_SUCCESS The network interfaces station address was updated.
449 Converts a multicast IP address to a multicast HW MAC address.
452 @param IPv6 Set to TRUE if the multicast IP address is IPv6 [RFC 2460]. Set
453 to FALSE if the multicast IP address is IPv4 [RFC 791].
454 @param IP The multicast IP address that is to be converted to a multicast
455 HW MAC address.
456 @param MAC The multicast HW MAC address that is to be generated from IP.
458 @retval EFI_SUCCESS The multicast IP address was mapped to the multicast
459 HW MAC address.
475 OUT EFI_MAC_ADDRESS *MAC
519 @param TxBuf Recycled transmit buffer address. The network interface will
546 the Transmit() function. If HeaderSize is non-zero, then it
547 must be equal to This->Mode->MediaHeaderSize and the DestAddr
554 caller. If HeaderSize is non-zero, then the media header will be
556 @param SrcAddr The source HW MAC address. If HeaderSize is zero, then this parameter
557 is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then
558 This->Mode->CurrentAddress is used for the source HW MAC address.
559 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
597 @param SrcAddr The source HW MAC address. If this parameter is NULL, the
598 HW MAC source address will not be extracted from the media
600 @param DestAddr The destination HW MAC address. If this parameter is NULL,
601 the HW MAC destination address will not be extracted from the