/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 996 f->is_primary = ether_addr_equal(macaddr, adapter->hw.mac.addr); in iavf_add_filter() 1031 old_f = iavf_find_filter(adapter, hw->mac.addr); in iavf_replace_primary_mac() 1043 ether_addr_copy(hw->mac.addr, new_mac); in iavf_replace_primary_mac() 2657 if (!is_valid_ether_addr(adapter->hw.mac.addr)) { in iavf_init_config_adapter() 2659 adapter->hw.mac.addr); in iavf_init_config_adapter() 2661 ether_addr_copy(adapter->hw.mac.addr, netdev->dev_addr); in iavf_init_config_adapter() 2663 eth_hw_addr_set(netdev, adapter->hw.mac.addr); in iavf_init_config_adapter() 2664 ether_addr_copy(netdev->perm_addr, adapter->hw.mac.addr); in iavf_init_config_adapter() 2691 dev_info(&pdev->dev, "MAC address: %pM\n", adapter->hw.mac.addr); in iavf_init_config_adapter() 3126 if (ether_addr_equal(f->macaddr, adapter->hw.mac.addr)) { in iavf_reset_task() [all …]
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | gw_ventana.c | 1038 char mac[16]; in fdt_fixup_sky2() local 1042 sprintf(mac, "eth1addr"); in fdt_fixup_sky2() 1043 tmp = env_get(mac); in fdt_fixup_sky2()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ethtool.c | 555 hw->mac.ops.check_link(hw, &link_speed, &link_up, true); in ixgbevf_link_test() 889 if (adapter->hw.mac.type >= ixgbe_mac_X550_vf) in ixgbevf_get_rxfh_indir_size() 909 if (adapter->hw.mac.type >= ixgbe_mac_X550_vf) { in ixgbevf_get_rxfh()
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | fec_mpc52xx.c | 104 static void mpc52xx_fec_set_paddr(struct net_device *dev, const u8 *mac) in mpc52xx_fec_set_paddr() argument 109 out_be32(&fec->paddr1, *(const u32 *)(&mac[0])); in mpc52xx_fec_set_paddr() 110 out_be32(&fec->paddr2, (*(const u16 *)(&mac[4]) << 16) | FEC_PADDR2_TYPE); in mpc52xx_fec_set_paddr()
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | dm814x.dtsi | 699 mac: ethernet@0 { label 737 mac-address = [ 00 00 00 00 00 00 ]; 743 mac-address = [ 00 00 00 00 00 00 ];
|
/openbmc/qemu/linux-user/ |
H A D | fd-trans.c | 897 struct ifla_vf_mac *mac; in host_to_target_data_vfinfo_nlattr() local 910 mac = NLA_DATA(nlattr); in host_to_target_data_vfinfo_nlattr() 911 mac->vf = tswap32(mac->vf); in host_to_target_data_vfinfo_nlattr()
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | wil6210.h | 1232 int wil_find_cid(struct wil6210_priv *wil, u8 mid, const u8 *mac); 1266 int wmi_disconnect_sta(struct wil6210_vif *vif, const u8 *mac, u16 reason, 1279 int wmi_new_sta(struct wil6210_vif *vif, const u8 *mac, u8 aid); 1281 const u8 *mac, enum nl80211_iftype iftype);
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_ethtool.c | 807 u8 mac[ETH_ALEN]; in be_set_wol() local 824 eth_zero_addr(mac); in be_set_wol() 828 ether_addr_copy(mac, adapter->netdev->dev_addr); in be_set_wol() 830 status = be_cmd_enable_magic_wol(adapter, mac, &cmd); in be_set_wol()
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_if.h | 470 u8 mac[6]; member 1766 u8 mac[6]; member 1830 u8 mac[6]; member 1927 } mac; member
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_pf.c | 342 static int enetc_pf_set_vf_mac(struct net_device *ndev, int vf, u8 *mac) in enetc_pf_set_vf_mac() argument 351 if (!is_valid_ether_addr(mac)) in enetc_pf_set_vf_mac() 356 enetc_pf_set_primary_mac_addr(&priv->si->hw, vf + 1, mac); in enetc_pf_set_vf_mac() 628 addr = cmd->mac.sa_data; in enetc_msg_pf_set_vf_primary_mac_addr()
|
/openbmc/linux/net/smc/ |
H A D | smc_clc.c | 890 memcpy(pclc_base->lcl.mac, &ini->ib_dev->mac[ini->ib_port - 1], in smc_clc_send_proposal() 1066 memcpy(&clc->r0.lcl.mac, &link->smcibdev->mac[link->ibport - 1], in smc_clc_send_confirm_accept()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | main.c | 341 static void mt7921_roc_iter(void *priv, u8 *mac, in mt7921_roc_iter() argument 545 mt7921_pm_interface_iter(void *priv, u8 *mac, struct ieee80211_vif *vif) in mt7921_pm_interface_iter() argument 566 mt7921_sniffer_interface_iter(void *priv, u8 *mac, struct ieee80211_vif *vif) in mt7921_sniffer_interface_iter() argument 1262 static void mt7921_ctx_iter(void *priv, u8 *mac, in mt7921_ctx_iter() argument
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tx.c | 1094 int mac = mvmsta->mac_id_n_color & FW_CTXT_ID_MSK; in iwl_mvm_tx_airtime() local 1097 if (mac >= NUM_MAC_INDEX_DRIVER) in iwl_mvm_tx_airtime() 1100 mdata = &mvm->tcm.data[mac]; in iwl_mvm_tx_airtime() 1115 int mac = mvmsta->mac_id_n_color & FW_CTXT_ID_MSK; in iwl_mvm_tx_pkt_queued() local 1118 if (mac >= NUM_MAC_INDEX_DRIVER) in iwl_mvm_tx_pkt_queued() 1121 mdata = &mvm->tcm.data[mac]; in iwl_mvm_tx_pkt_queued()
|
/openbmc/linux/drivers/scsi/qedi/ |
H A D | qedi.h | 289 u8 mac[ETH_ALEN]; member
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb_82599.c | 209 if (hw->mac.type >= ixgbe_mac_X540) in ixgbe_dcb_config_pfc_82599()
|
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
H A D | network.txt | 16 local-mac-address = [ 00 00 00 00 00 00 ];
|
/openbmc/qemu/docs/system/ |
H A D | virtio-net-failover.rst | 43 -device virtio-net-pci,netdev=hostnet1,id=net1,mac=52:54:00:6f:55:cc, \
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | ah.c | 93 memcpy(ah->av.eth.mac, ah_attr->roce.dmac, ETH_ALEN); in create_iboe_ah()
|
/openbmc/linux/drivers/vdpa/pds/ |
H A D | debugfs.c | 210 seq_printf(seq, "mac: %pM\n", vc.mac); in config_show()
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_hw.h | 185 struct igc_mac_info mac; member
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | diag.h | 309 u8 mac[ETH_ALEN]; member
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sriov.h | 50 u8 mac[ETH_ALEN]; member
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-q8-common.dtsi | 48 /* Make u-boot set mac-address for wifi without an eeprom */
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-visconti.c | 223 plat_dat = stmmac_probe_config_dt(pdev, stmmac_res.mac); in visconti_eth_dwmac_probe()
|
/openbmc/linux/arch/nios2/boot/dts/ |
H A D | 10m50_devboard.dts | 101 local-mac-address = [00 00 00 00 00 00];
|