Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1633 ether_addr_copy(pfvf->default_mac, req->packet.dmac); in npc_install_flow()
1891 ether_addr_copy(pfvf->default_mac, req->packet.dmac); in rvu_mbox_handler_npc_install_flow()
H A Drvu.h286 u8 default_mac[ETH_ALEN]; /* MAC address from FWdata */ member
H A Drvu_nix.c4544 ether_addr_copy(pfvf->default_mac, req->mac_addr); in rvu_mbox_handler_nix_set_mac_addr()
5724 ether_addr_copy(pfvf->mac_addr, pfvf->default_mac); in rvu_nix_reset_mac()
/linux/drivers/net/ethernet/agere/
H A Det131x.c3307 static const u8 default_mac[] = { 0x00, 0x05, 0x3d, 0x00, 0x02, 0x00 }; in et131x_adapter_init() local
3321 ether_addr_copy(adapter->addr, default_mac); in et131x_adapter_init()