/openbmc/linux/Documentation/devicetree/bindings/net/dsa/ |
H A D | mediatek,mt7530.yaml | 46 The driver requires the gmac of the SoC to have "mediatek,eth-mac" as the 562 mac@1 { 563 compatible = "mediatek,eth-mac"; 651 mac@1 { 652 compatible = "mediatek,eth-mac";
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | power.c | 215 static void iwl_mvm_p2p_standalone_iterator(void *_data, u8 *mac, in iwl_mvm_p2p_standalone_iterator() argument 509 static void iwl_mvm_power_uapsd_misbehav_ap_iterator(void *_data, u8 *mac, in iwl_mvm_power_uapsd_misbehav_ap_iterator() argument 557 static void iwl_mvm_power_disable_pm_iterator(void *_data, u8* mac, in iwl_mvm_power_disable_pm_iterator() argument 565 static void iwl_mvm_power_ps_disabled_iterator(void *_data, u8* mac, in iwl_mvm_power_ps_disabled_iterator() argument 575 static void iwl_mvm_power_get_vifs_iterator(void *_data, u8 *mac, in iwl_mvm_power_get_vifs_iterator() argument
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | smt.c | 54 static int mac_index(struct s_smc *smc, int mac); 56 static int mac_con_resource_index(struct s_smc *smc, int mac); 1332 SK_LOC_DECL(int,mac) ; in smt_fill_path() 1352 pcm_status_state(smc,physp,&type,&state,&remote,&mac) ; in smt_fill_path() 1361 phy->phy_remote_mac = mac ; in smt_fill_path() 1718 static int mac_index(struct s_smc *smc, int mac) in mac_index() argument 1720 SK_UNUSED(mac) ; in mac_index() 1741 static int mac_con_resource_index(struct s_smc *smc, int mac) in mac_con_resource_index() argument 1745 SK_UNUSED(mac) ; in mac_con_resource_index() 1748 SK_UNUSED(mac) ; in mac_con_resource_index()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_filter.c | 549 void qede_force_mac(void *dev, u8 *mac, bool forced) in qede_force_mac() argument 555 if (!is_valid_ether_addr(mac)) { in qede_force_mac() 560 eth_hw_addr_set(edev->ndev, mac); in qede_force_mac() 620 const unsigned char mac[ETH_ALEN]) in qede_set_ucast_rx_mac() 627 ether_addr_copy(ucast.mac, mac); in qede_set_ucast_rx_mac() 1056 unsigned char *mac, int num_macs) in qede_set_mcast_rx_mac() argument 1065 for (i = 0; i < num_macs; i++, mac += ETH_ALEN) in qede_set_mcast_rx_mac() 1066 ether_addr_copy(mcast.mac[i], mac); in qede_set_mcast_rx_mac()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | usb.c | 343 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in rtl_usb_init_sw() local 357 mac->beacon_interval = 100; in rtl_usb_init_sw() 360 mac->min_space_cfg = 0; in rtl_usb_init_sw() 361 mac->max_mss_density = 0; in rtl_usb_init_sw() 364 mac->current_ampdu_density = 7; in rtl_usb_init_sw() 365 mac->current_ampdu_factor = 3; in rtl_usb_init_sw()
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.c | 1673 ether_addr_copy(ctx.cmd.lif_setattr.mac, mac); in ionic_set_attr_mac() 1702 err = ionic_set_attr_mac(lif, mac); in ionic_program_mac() 1714 if (!ether_addr_equal(get_mac, mac)) in ionic_program_mac() 1724 u8 *mac; in ionic_set_mac_address() local 1727 mac = (u8 *)addr->sa_data; in ionic_set_mac_address() 1728 if (ether_addr_equal(netdev->dev_addr, mac)) in ionic_set_mac_address() 1731 err = ionic_program_mac(lif, mac); in ionic_set_mac_address() 2429 ether_addr_copy(ivf->mac, vfdata.macaddr); in ionic_get_vf_config() 2481 if (!(is_zero_ether_addr(mac) || is_valid_ether_addr(mac))) in ionic_set_vf_mac() 2492 ether_addr_copy(vfc.macaddr, mac); in ionic_set_vf_mac() [all …]
|
/openbmc/linux/drivers/net/ethernet/hisilicon/ |
H A D | hix5hd2_gmac.c | 432 const unsigned char *mac = dev->dev_addr; in hix5hd2_hw_set_mac_addr() local 435 val = mac[1] | (mac[0] << 8); in hix5hd2_hw_set_mac_addr() 438 val = mac[5] | (mac[4] << 8) | (mac[3] << 16) | (mac[2] << 24); in hix5hd2_hw_set_mac_addr()
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nic_main.c | 162 const char *mac; in nic_mbx_send_ready() local 173 mac = bgx_get_lmac_mac(nic->node, bgx_idx, lmac); in nic_mbx_send_ready() 174 if (mac) in nic_mbx_send_ready() 175 ether_addr_copy((u8 *)&mbx.nic_cfg.mac_addr, mac); in nic_mbx_send_ready() 1033 lmac = mbx.mac.vf_id; in nic_handle_mbx_intr() 1036 bgx_set_lmac_mac(nic->node, bgx, lmac, mbx.mac.mac_addr); in nic_handle_mbx_intr() 1110 mbx.xcast.mac, in nic_handle_mbx_intr()
|
/openbmc/linux/drivers/atm/ |
H A D | midway.h | 163 unsigned char mac[MAC_LEN],inv_mac[MAC_LEN]; member
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | Makefile | 42 mac.o \
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | dra72-evm.dts | 48 &mac {
|
H A D | omap-gpmc-smsc9221.dtsi | 56 smsc,save-mac-address;
|
H A D | omap-gpmc-smsc911x.dtsi | 53 smsc,save-mac-address;
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_dcbnl.c | 151 if (hw->mac.type == fm10k_mac_pf) in fm10k_dcbnl_set_ops()
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/packagegroups/ |
H A D | packagegroup-kudo-apps.bb | 42 gbmc-mac-config \
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | marvell,prestera.yaml | 89 nvmem-cell-names = "mac-address";
|
/openbmc/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_config.h | 187 u8 mac[ETH_ALEN]; member
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5422-odroidxu3.dts | 91 local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
|
H A D | exynos3250-artik5-eval.dts | 59 local-mac-address = [00 00 00 00 00 00]; /* Filled in by a boot-loader */
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap-gpmc-smsc911x.dtsi | 53 smsc,save-mac-address;
|
H A D | omap-gpmc-smsc9221.dtsi | 57 smsc,save-mac-address;
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm47094-asus-rt-ac88u.dts | 121 nvmem-cell-names = "mac-address";
|
/openbmc/linux/arch/arm64/boot/dts/apple/ |
H A D | t8112-j413.dts | 49 local-mac-address = [00 10 18 00 00 10];
|
/openbmc/openbmc/meta-google/recipes-phosphor/images/ |
H A D | obmc-phosphor-image.bbappend | 22 '${@"" if not d.getVar("GBMC_MAC_EEPROM_OF_NAME") else " gbmc-mac-config"}'
|
/openbmc/u-boot/include/net/ |
H A D | ncsi-pkt.h | 118 unsigned char mac[6]; /* MAC address */ member 238 unsigned char mac[6]; /* Supported MAC addr */ member
|