Home
last modified time | relevance | path

Searched refs:default_mac (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_network_verification.robot371 [Arguments] ${default_mac}=${ipmi_default_mac_split}
373 ${set_default_mac}= Evaluate ":".join(${default_mac[1:]})
386 Should be Equal ${default_mac} ${ipmi_out}
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c1636 __func__, req->mac_addr, pfvf->mac_addr, pfvf->default_mac, pf); in rvu_npc_exact_mac_addr_update()
1661 __func__, req->mac_addr, pfvf->mac_addr, pfvf->default_mac, pf, seq_id); in rvu_npc_exact_mac_addr_update()
H A Drvu_npc_fs.c1267 ether_addr_copy(pfvf->default_mac, req->packet.dmac); in npc_install_flow()
1399 ether_addr_copy(pfvf->default_mac, req->packet.dmac); in rvu_mbox_handler_npc_install_flow()
H A Drvu.h237 u8 default_mac[ETH_ALEN]; /* MAC address from FWdata */ member
H A Drvu.c790 ether_addr_copy(pfvf->default_mac, pfvf->mac_addr); in rvu_setup_pfvf_macaddress()
806 ether_addr_copy(pfvf->default_mac, pfvf->mac_addr); in rvu_setup_pfvf_macaddress()
H A Drvu_nix.c4042 ether_addr_copy(pfvf->default_mac, req->mac_addr); in rvu_mbox_handler_nix_set_mac_addr()
5125 ether_addr_copy(pfvf->mac_addr, pfvf->default_mac); in rvu_nix_reset_mac()
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_main.c160 struct sja1105_mac_config_entry default_mac = { in sja1105_init_mac_settings() local
225 mac[dp->index] = default_mac; in sja1105_init_mac_settings()
/openbmc/linux/drivers/net/ethernet/agere/
H A Det131x.c3270 static const u8 default_mac[] = { 0x00, 0x05, 0x3d, 0x00, 0x02, 0x00 }; in et131x_adapter_init() local
3284 ether_addr_copy(adapter->addr, default_mac); in et131x_adapter_init()
/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c3730 static const u8 default_mac[] = { in probe_atmel_card() local
3734 eth_hw_addr_set(dev, default_mac); in probe_atmel_card()