/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | microchip,lan78xx.txt | 37 local-mac-address = [ 00 11 22 33 44 55 ];
|
H A D | cavium-mix.txt | 32 local-mac-address = [ 00 0f b7 10 63 54 ];
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/ |
H A D | no-help2man.patch | 22 iz_SOURCES = iz.c iz-common.c iz-mac.c iz-phy.c
|
/openbmc/u-boot/board/birdland/bav335x/ |
H A D | README | 15 mac address from the EE.
|
/openbmc/phosphor-settingsd/ |
H A D | settings.yaml | 46 default: "ipaddress=,prefix=,gateway=,mac=,addr_type="
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_client.h | 223 uint32_t ncsi_oem_cmd_set_filter(uint8_t* buf, uint8_t channel, mac_addr_t* mac,
|
/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/ |
H A D | qemuloongarch.inc | 30 QB_NETWORK_DEVICE = "-device virtio-net-device,netdev=net0,mac=@MAC@"
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | alive.h | 57 u8 mac; member
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.h | 42 u8 mac[32]; member
|
/openbmc/linux/arch/arm64/boot/dts/apple/ |
H A D | t8103-j456.dts | 67 local-mac-address = [00 10 18 00 00 00];
|
H A D | t8112-j493.dts | 49 local-mac-address = [00 00 00 00 00 00];
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-overo-tobiduo-common.dtsi | 49 smsc,save-mac-address;
|
/openbmc/openbmc/poky/meta/conf/machine/include/riscv/ |
H A D | qemuriscv.inc | 33 QB_NETWORK_DEVICE = "-device virtio-net-device,netdev=net0,mac=@MAC@"
|
/openbmc/qemu/hw/net/ |
H A D | e1000e_core.h | 62 uint32_t mac[E1000E_MAC_SIZE]; member
|
/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-ip-monitor.sh | 118 mac="${data[1]}"
|
/openbmc/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 1498 u8 mac[ETH_ALEN]; in wl18xx_get_mac() local 1500 eth_random_addr(mac); in wl18xx_get_mac() 1502 wl->fuse_oui_addr = (mac[0] << 16) + (mac[1] << 8) + mac[2]; in wl18xx_get_mac() 1503 wl->fuse_nic_addr = (mac[3] << 16) + (mac[4] << 8) + mac[5]; in wl18xx_get_mac()
|
/openbmc/linux/net/mac80211/ |
H A D | debugfs_sta.c | 451 u8 mac[3 * ETH_ALEN + 1]; in link_sta_addr_read() local 453 snprintf(mac, sizeof(mac), "%pM\n", link_sta->pub->addr); in link_sta_addr_read() 455 return simple_read_from_buffer(userbuf, count, ppos, mac, 3 * ETH_ALEN); in link_sta_addr_read() 1234 u8 mac[3*ETH_ALEN]; in ieee80211_sta_debugfs_add() local 1239 snprintf(mac, sizeof(mac), "%pM", sta->sta.addr); in ieee80211_sta_debugfs_add() 1250 sta->debugfs_dir = debugfs_create_dir(mac, stations_dir); in ieee80211_sta_debugfs_add()
|
/openbmc/linux/drivers/net/wireless/st/cw1200/ |
H A D | txrx.c | 1304 int cw1200_find_link_id(struct cw1200_common *priv, const u8 *mac) in cw1200_find_link_id() argument 1309 if (!memcmp(mac, priv->link_id_db[i].mac, ETH_ALEN) && in cw1200_find_link_id() 1320 int cw1200_alloc_link_id(struct cw1200_common *priv, const u8 *mac) in cw1200_alloc_link_id() argument 1345 memcpy(&entry->mac, mac, ETH_ALEN); in cw1200_alloc_link_id() 1405 memcpy(map_link.mac_addr, priv->link_id_db[i].mac, in cw1200_link_id_gc_work() 1445 priv->link_id_db[i].mac, in cw1200_link_id_gc_work()
|
/openbmc/linux/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 3155 u32 mac[2]; in nv_copy_mac_to_hw() local 3161 writel(mac[0], base + NvRegMacAddrA); in nv_copy_mac_to_hw() 3162 writel(mac[1], base + NvRegMacAddrB); in nv_copy_mac_to_hw() 5720 u8 mac[ETH_ALEN]; in nv_probe() local 5894 mac[0] = (np->orig_mac[0] >> 0) & 0xff; in nv_probe() 5913 np->orig_mac[0] = (mac[5] << 0) + (mac[4] << 8) + in nv_probe() 5914 (mac[3] << 16) + (mac[2] << 24); in nv_probe() 5915 np->orig_mac[1] = (mac[1] << 0) + (mac[0] << 8); in nv_probe() 5930 if (is_valid_ether_addr(mac)) { in nv_probe() 5931 eth_hw_addr_set(dev, mac); in nv_probe() [all …]
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | holly.dts | 85 local-mac-address = [ 00 00 00 00 00 00 ]; 98 local-mac-address = [ 00 00 00 00 00 00 ];
|
H A D | klondike.dts | 156 local-mac-address = [000000000000]; /* Filled in by U-Boot */ 186 local-mac-address = [000000000000]; /* Filled in by U-Boot */
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/ |
H A D | am65_nuss_cpsw_switchdev.rst | 20 Multi mac mode 23 - The driver is operating in multi-mac mode by default, thus
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8dxl.dtsi | 151 fec_mac0: mac@2c4 { 155 fec_mac1: mac@2c6 {
|
/openbmc/linux/net/ncsi/ |
H A D | ncsi-pkt.h | 118 unsigned char mac[6]; /* MAC address */ member 247 unsigned char mac[6]; /* Supported MAC addr */ member
|
/openbmc/phosphor-networkd/test/ |
H A D | mock_syscall.cpp | 117 if (i.mac) in sendmsg_link_dump() 120 stdplus::raw::asView<char>(*i.mac)); in sendmsg_link_dump()
|