Home
last modified time | relevance | path

Searched refs:mac (Results 951 – 975 of 1886) sorted by relevance

1...<<31323334353637383940>>...76

/openbmc/linux/Documentation/devicetree/bindings/net/
H A Drockchip,emac.yaml30 - description: mac TX/RX clock
H A Dsamsung-sxgbe.txt49 mac-address = [ 00 11 22 33 44 55 ]; /* Filled in by U-Boot */
H A Dadi,adin1110.yaml79 local-mac-address = [ 00 11 22 33 44 55 ];
H A Dibm,emac.txt22 - local-mac-address : 6 bytes, MAC address
109 local-mac-address = [00 04 AC E3 1B 1E];
134 local-mac-address = [000000000000]; /* Filled in by U-Boot */
/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dusb.h90 unsigned char mac[ETH_ALEN]; member
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroidxu3-lite.dts124 local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
/openbmc/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c1605 u8 *mac[2]; in slic_read_eeprom() local
1643 mac[0] = oee->mac; in slic_read_eeprom()
1644 mac[1] = oee->mac2; in slic_read_eeprom()
1650 mac[0] = mee->mac; in slic_read_eeprom()
1651 mac[1] = mee->mac2; in slic_read_eeprom()
1661 eth_hw_addr_set(sdev->netdev, mac[devfn]); in slic_read_eeprom()
/openbmc/linux/arch/arm64/boot/dts/apm/
H A Dapm-storm.dtsi991 /* mac address will be overwritten by the bootloader */
992 local-mac-address = [00 00 00 00 00 00];
1018 local-mac-address = [00 00 00 00 00 00];
1034 local-mac-address = [00 00 00 00 00 00];
1057 /* mac address will be overwritten by the bootloader */
1058 local-mac-address = [00 00 00 00 00 00];
1074 /* mac address will be overwritten by the bootloader */
1075 local-mac-address = [00 00 00 00 00 00];
/openbmc/u-boot/drivers/net/
H A Dns8382x.c365 char *mac = (char *)&dev->enetaddr[i * 2]; in ns8382x_initialize() local
369 *mac++ = data; in ns8382x_initialize()
370 *mac++ = data >> 8; in ns8382x_initialize()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_mpc.h357 __u8 mac[6]; member
364 __u8 mac[6]; member
714 __u8 mac[6]; member
/openbmc/qemu/docs/system/ppc/
H A Dpowernv.rst79 -device e1000e,netdev=net0,mac=C0:FF:EE:00:00:02,bus=pcie.0,addr=0x0 \
102 -device e1000e,netdev=net0,mac=C0:FF:EE:00:00:02,bus=pcie.0,addr=0x0
126 -device e1000e,netdev=net0,mac=C0:FF:EE:00:00:02,bus=bridge1,addr=0x2 \
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.c355 mt7601u_mac_wcid_setup(struct mt7601u_dev *dev, u8 idx, u8 vif_idx, u8 *mac) in mt7601u_mac_wcid_setup() argument
365 if (mac) in mt7601u_mac_wcid_setup()
366 memcpy(zmac, mac, sizeof(zmac)); in mt7601u_mac_wcid_setup()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dqemuboot.bbclass49 # QB_NETWORK_DEVICE: network device, e.g., "-device virtio-net-pci,netdev=net0,mac=@MAC@",
51 # Note, runqemu will replace @MAC@ with a predefined mac, you can set
103 QB_NETWORK_DEVICE ?= "-device virtio-net-pci,netdev=net0,mac=@MAC@"
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c537 const u8 *mac, struct station_info *sinfo) in wil_cfg80211_get_station() argument
543 int cid = wil_find_cid(wil, vif->mid, mac); in wil_cfg80211_get_station()
577 u8 *mac, struct station_info *sinfo) in wil_cfg80211_dump_station() argument
587 ether_addr_copy(mac, wil->sta[cid].addr); in wil_cfg80211_dump_station()
2229 const u8 *mac, in wil_cfg80211_add_station() argument
2236 mac, params->aid, vif->mid, in wil_cfg80211_add_station()
2249 return wmi_new_sta(vif, mac, params->aid); in wil_cfg80211_add_station()
2260 params->mac, params->reason_code, vif->mid); in wil_cfg80211_del_station()
2271 const u8 *mac, in wil_cfg80211_change_station() argument
2281 mac, params->sta_flags_mask, params->sta_flags_set, in wil_cfg80211_change_station()
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c812 smac.oper = pevt->data.mac.oper; in prestera_port_handle_event()
814 smac.mode = pevt->data.mac.mode; in prestera_port_handle_event()
815 smac.speed = pevt->data.mac.speed; in prestera_port_handle_event()
816 smac.duplex = pevt->data.mac.duplex; in prestera_port_handle_event()
817 smac.fc = pevt->data.mac.fc; in prestera_port_handle_event()
818 smac.fec = pevt->data.mac.fec; in prestera_port_handle_event()
/openbmc/linux/Documentation/sound/hd-audio/
H A Dmodels.rst598 intel-mac-v1
600 intel-mac-v2
602 intel-mac-v3
604 intel-mac-v4
606 intel-mac-v5
608 intel-mac-auto
/openbmc/linux/include/linux/mlx4/
H A Ddevice.h803 u8 mac[ETH_ALEN]; member
947 __be64 mac; member
1396 int mlx4_SET_MCAST_FLTR(struct mlx4_dev *dev, u8 port, u64 mac, u64 clear, u8 mode);
1398 int mlx4_register_mac(struct mlx4_dev *dev, u8 port, u64 mac);
1399 void mlx4_unregister_mac(struct mlx4_dev *dev, u8 port, u64 mac);
1418 int mlx4_find_cached_mac(struct mlx4_dev *dev, u8 port, u64 mac, int *idx);
/openbmc/linux/drivers/net/bonding/
H A Dbond_options.c1662 u8 *mac; in bond_option_ad_actor_system_set() local
1667 mac = macaddr; in bond_option_ad_actor_system_set()
1669 mac = (u8 *)&newval->value; in bond_option_ad_actor_system_set()
1672 if (is_multicast_ether_addr(mac)) in bond_option_ad_actor_system_set()
1675 netdev_dbg(bond->dev, "Setting ad_actor_system to %pM\n", mac); in bond_option_ad_actor_system_set()
1676 ether_addr_copy(bond->params.ad_actor_system, mac); in bond_option_ad_actor_system_set()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c1075 memcpy(mac_addr, resp->mac.addr, ETH_ALEN); in be_cmd_mac_addr_query()
2013 adapter->mc_list[i].mac); in __be_cmd_rx_filter()
3232 memcpy(req->magic_mac, mac, ETH_ALEN); in be_cmd_enable_magic_wol()
3739 memcpy(mac, resp->macid_macaddr.mac_addr_id.macaddr, in be_cmd_get_mac_from_list()
3769 memcpy(mac, resp->macaddr_list[0].mac_addr_id.macaddr, in be_cmd_get_mac_from_list()
3781 u8 *mac, u32 if_handle, bool active, u32 domain) in be_cmd_get_active_mac() argument
3787 return be_cmd_mac_addr_query(adapter, mac, false, in be_cmd_get_active_mac()
3801 eth_zero_addr(mac); in be_cmd_get_perm_mac()
3808 status = be_cmd_mac_addr_query(adapter, mac, false, in be_cmd_get_perm_mac()
3850 memcpy(req->mac, mac_array, ETH_ALEN * mac_count); in be_cmd_set_mac_list()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c436 struct igc_mac_info *mac = &adapter->hw.mac; in igc_ethtool_get_link() local
445 mac->get_link_status = 1; in igc_ethtool_get_link()
517 if (hw->mac.type >= igc_i225 && in igc_ethtool_set_eeprom()
1571 switch (adapter->hw.mac.type) { in igc_ethtool_get_ts_info()
1772 if (hw->mac.autoneg == 1) { in igc_ethtool_get_link_ksettings()
1808 if (hw->mac.type == igc_i225 && in igc_ethtool_get_link_ksettings()
1829 if (hw->mac.autoneg) in igc_ethtool_get_link_ksettings()
1906 hw->mac.autoneg = 1; in igc_ethtool_set_link_ksettings()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-block-aoe1 What: /sys/block/etherd*/mac
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dnxp,lpc1850-rgu.txt74 mac: ethernet@40010000 {
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h93 __u8 mac[ETH_ALEN]; member
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dmtd.yaml103 mac-address@0 {
/openbmc/linux/arch/arm64/boot/dts/apple/
H A Dt600x-j314-j316.dtsi104 local-mac-address = [00 10 18 00 00 10];

1...<<31323334353637383940>>...76