Searched refs:default_mac (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_network_verification.robot | 371 [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 D | rvu_npc_hash.c | 1636 __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 D | rvu_npc_fs.c | 1267 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 D | rvu.h | 237 u8 default_mac[ETH_ALEN]; /* MAC address from FWdata */ member
|
H A D | rvu.c | 790 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 D | rvu_nix.c | 4042 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 D | sja1105_main.c | 160 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 D | et131x.c | 3270 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 D | atmel.c | 3730 static const u8 default_mac[] = { in probe_atmel_card() local 3734 eth_hw_addr_set(dev, default_mac); in probe_atmel_card()
|