/openbmc/linux/arch/arm64/boot/dts/intel/ |
H A D | socfpga_agilex.dtsi | 159 mac-address = [00 00 00 00 00 00]; 177 mac-address = [00 00 00 00 00 00]; 195 mac-address = [00 00 00 00 00 00]; 623 compatible = "altr,socfpga-s10-eth-mac-ecc", 624 "altr,socfpga-eth-mac-ecc"; 631 compatible = "altr,socfpga-s10-eth-mac-ecc", 632 "altr,socfpga-eth-mac-ecc";
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | pmf.c | 557 int mac ; in smt_add_para() local 595 mac = index - INDEX_MAC ; in smt_add_para() 607 if (mac < 0 || mac >= NUMMACS) { in smt_add_para() 611 mib_addr = (char *) (&smc->mib.m[mac]) ; in smt_add_para() 1083 int mac ; in smt_set_para() local 1090 mac = index - INDEX_MAC ; in smt_set_para() 1103 if (mac < 0 || mac >= NUMMACS) { in smt_set_para() 1106 mib_m = &smc->mib.m[mac] ; in smt_set_para()
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_sriov.c | 38 memcpy(mac_info.mac, mac_addr, ETH_ALEN); in hinic_set_mac() 333 memcpy(mac_info->mac, vf_info->vf_mac_addr, ETH_ALEN); in hinic_get_vf_mac_msg_handler() 354 is_valid_ether_addr(mac_in->mac)) { in hinic_set_vf_mac_msg_handler() 387 if (vf_info->pf_set_mac && is_valid_ether_addr(mac_in->mac) && in hinic_del_vf_mac_msg_handler() 388 !memcmp(vf_info->vf_mac_addr, mac_in->mac, ETH_ALEN)) { in hinic_del_vf_mac_msg_handler() 581 memcpy(ivi->mac, vfinfo->vf_mac_addr, ETH_ALEN); in hinic_get_vf_config() 642 int hinic_ndo_set_vf_mac(struct net_device *netdev, int vf, u8 *mac) in hinic_ndo_set_vf_mac() argument 649 if (!is_valid_ether_addr(mac) || vf >= sriov_info->num_vfs) in hinic_ndo_set_vf_mac() 652 err = hinic_set_vf_mac(sriov_info->hwdev, OS_VF_ID_TO_HW(vf), mac); in hinic_ndo_set_vf_mac() 656 netif_info(nic_dev, drv, netdev, "Setting MAC %pM on VF %d\n", mac, vf); in hinic_ndo_set_vf_mac()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_sriov.c | 194 memcpy(&ivi->mac, vf->mac_addr, ETH_ALEN); in bnxt_get_vf_config() 196 memcpy(&ivi->mac, vf->vf_mac_addr, ETH_ALEN); in bnxt_get_vf_config() 216 int bnxt_set_vf_mac(struct net_device *dev, int vf_id, u8 *mac) in bnxt_set_vf_mac() argument 229 if (is_multicast_ether_addr(mac)) { in bnxt_set_vf_mac() 239 memcpy(vf->mac_addr, mac, ETH_ALEN); in bnxt_set_vf_mac() 243 memcpy(req->dflt_mac_addr, mac, ETH_ALEN); in bnxt_set_vf_mac() 1170 int bnxt_approve_mac(struct bnxt *bp, const u8 *mac, bool strict) in bnxt_approve_mac() argument 1189 memcpy(req->dflt_mac_addr, mac, ETH_ALEN); in bnxt_approve_mac() 1197 mac); in bnxt_approve_mac() 1265 int bnxt_approve_mac(struct bnxt *bp, const u8 *mac, bool strict) in bnxt_approve_mac() argument
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/ |
H A D | generic.c | 258 void imx_get_mac_from_fuse(int dev_id, unsigned char *mac) in imx_get_mac_from_fuse() argument 267 mac[i] = readl(&fuse->mac_addr[i]) & 0xff; in imx_get_mac_from_fuse()
|
/openbmc/u-boot/doc/ |
H A D | README.spear | 70 Please read doc/README.enetaddr for the implementation guidelines for mac id 73 environment variables. Although, we can check the mac id programmed in i2c
|
/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/ |
H A D | usb_network_test.sh | 75 --host-mac "${host_mac}" \ 76 --dev-mac "${dev_mac}" \
|
/openbmc/phosphor-networkd/src/ |
H A D | rtnetlink.cpp | 72 ret.mac.emplace( in intfFromRtm() 174 ret.mac = stdplus::raw::copyFrom<stdplus::EtherAddr>(data); in neighFromRtm()
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | ahb.c | 62 static int ath5k_ahb_eeprom_read_mac(struct ath5k_hw *ah, u8 *mac) in ath5k_ahb_eeprom_read_mac() argument 73 memcpy(mac, cfg_mac, ETH_ALEN); in ath5k_ahb_eeprom_read_mac()
|
H A D | pcu.c | 371 ath5k_hw_set_lladdr(struct ath5k_hw *ah, const u8 *mac) in ath5k_hw_set_lladdr() argument 378 memcpy(common->macaddr, mac, ETH_ALEN); in ath5k_hw_set_lladdr() 382 low_id = get_unaligned_le32(mac); in ath5k_hw_set_lladdr() 383 high_id = get_unaligned_le16(mac + 4); in ath5k_hw_set_lladdr()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | vf.h | 108 struct ixgbe_mac_info mac; member 149 enum ixgbe_mac_type mac; member
|
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/ |
H A D | ar9331.txt | 30 reset-names = "mac", "mdio"; 43 reset-names = "mac", "mdio";
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm53016-meraki-mr32.dts | 107 nvmem-cell-names = "mac-address"; 221 mac_address: mac-address@66 {
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | nxp,lpc1850-dwmac.txt | 11 mac: ethernet@40010000 {
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | cn23xx_pf_device.h | 69 u8 *mac);
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | Makefile | 13 obj-$(CONFIG_SB1250_MAC) += sb1250-mac.o
|
/openbmc/linux/include/linux/ |
H A D | hex.h | 33 bool mac_pton(const char *s, u8 *mac);
|
/openbmc/linux/arch/mips/include/asm/mach-rc32434/ |
H A D | rb.h | 51 unsigned char mac[6]; member
|
/openbmc/linux/arch/m68k/ |
H A D | Kbuild | 6 obj-$(CONFIG_MAC) += mac/
|
/openbmc/linux/block/partitions/ |
H A D | Makefile | 12 obj-$(CONFIG_MAC_PARTITION) += mac.o
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | zynqmp-zcu102-rev1.0.dts | 25 eth_mac: eth-mac@20 {
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | chsc.h | 28 struct { u8 mac[6]; u16 lnid; } addr_lnid; member
|
/openbmc/linux/arch/arm64/boot/dts/xilinx/ |
H A D | zynqmp-zcu102-rev1.0.dts | 25 eth_mac: eth-mac@20 {
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-mba6a.dtsi | 29 mba_mac_address: mac-address@20 {
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_type.h | 562 struct fm10k_swapi_table_info mac; member 589 u8 mac[ETH_ALEN]; /* PF Default MAC address */ member 638 enum fm10k_mac_type mac; member 647 struct fm10k_mac_info mac; member
|