Lines Matching refs:MAC
2 Ethernet Address (MAC) Handling
5 There are a variety of places in U-Boot where the MAC address is used, parsed,
13 Here are the places where MAC addresses might be stored:
19 Note: this is the preferred way to permanently store MAC addresses
22 Note: these are temporary copies of the MAC address which exist only
27 Note: these are temporary copies of the MAC address only for the
31 Correct flow of setting up the MAC address (summarized):
41 locally-assigned MAC is written to eth_device->enetaddr.
47 Previous behavior had the MAC address always being programmed into hardware
54 If the hardware design mandates that the MAC address is stored in some special
56 board-specific misc_init_r() function) is responsible for locating the MAC
63 the MAC addresses to the ethernet structures. All ethernet driver code should
67 Any other code that wishes to access the MAC address should query the
81 Convert a string representation of a MAC address to the binary version.
103 Store the MAC address into the named environment variable. The return value is
112 the binary 6 byte array representation of a MAC address.
114 printf("The MAC is %pM\n", enetaddr);