/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_config.h | 50 virtual int set_mac_addr(const mac_addr_t& mac) = 0; 71 int set_mac_addr(const mac_addr_t& mac) override;
|
H A D | net_config.cpp | 118 int PhosphorConfig::set_mac_addr(const mac_addr_t& mac) in set_mac_addr() function in net::PhosphorConfig
|
H A D | ncsi_state_machine.cpp | 160 net_config_->set_mac_addr(mac); in poll_l2_config()
|
/openbmc/u-boot/drivers/net/ |
H A D | bcm-sf2-eth.h | 60 int (*set_mac_addr)(unsigned char *mac); member
|
H A D | uli526x.c | 188 static void set_mac_addr(struct eth_device *); 316 set_mac_addr(dev); in uli526x_init_one() 971 static void set_mac_addr(struct eth_device *dev) in set_mac_addr() function
|
H A D | bcm-sf2-eth.c | 145 return eth->set_mac_addr(dev->enetaddr); in bcm_sf2_eth_write_hwaddr()
|
H A D | bcm-sf2-eth-gmac.c | 967 eth->set_mac_addr = gmac_set_mac_addr; in gmac_add()
|
/openbmc/u-boot/drivers/net/fm/ |
H A D | tgec.c | 102 mac->set_mac_addr = tgec_set_mac_addr; in init_tgec()
|
H A D | memac.c | 142 mac->set_mac_addr = memac_set_mac_addr; in init_memac()
|
H A D | fm.h | 112 void (*set_mac_addr)(struct fsl_enet_mac *mac, u8 *mac_addr); member
|
H A D | dtsec.c | 164 mac->set_mac_addr = dtsec_set_mac_addr; in init_dtsec()
|
H A D | eth.c | 454 mac->set_mac_addr(mac, dev->enetaddr); in fm_eth_open()
|
/openbmc/google-misc/subprojects/ncsid/test/ |
H A D | ncsi_test.cpp | 45 int set_mac_addr(const mac_addr_t& mac) override in set_mac_addr() function in __anonadf0df860111::MockConfig
|
/openbmc/linux/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.h | 150 void (*set_mac_addr)(struct xgene_enet_pdata *pdata); member
|
H A D | xgene_enet_xgmac.c | 517 .set_mac_addr = xgene_xgmac_set_mac_addr,
|
H A D | xgene_enet_sgmac.c | 593 .set_mac_addr = xgene_sgmac_set_mac_addr,
|
H A D | xgene_enet_hw.c | 1006 .set_mac_addr = xgene_gmac_set_mac_addr,
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_mac.h | 351 void (*set_mac_addr)(void *mac_drv, const char *mac_addr); member
|
H A D | hns_dsaf_mac.c | 306 if ((mac_ctrl_drv->set_mac_addr) && (vmid == 0)) in hns_mac_change_vf_addr() 307 mac_ctrl_drv->set_mac_addr(mac_cb->priv.mac, addr); in hns_mac_change_vf_addr()
|
H A D | hnae.h | 502 int (*set_mac_addr)(struct hnae_handle *handle, const void *p); member
|
H A D | hns_dsaf_gmac.c | 721 mac_drv->set_mac_addr = hns_gmac_set_mac_addr; in hns_gmac_config()
|
H A D | hns_ae_adapt.c | 954 .set_mac_addr = hns_ae_set_mac_address,
|
H A D | hns_dsaf_xgmac.c | 798 mac_drv->set_mac_addr = hns_xgmac_set_pausefrm_mac_addr; in hns_xgmac_config()
|
H A D | hns_enet.c | 1214 ret = h->dev->ops->set_mac_addr(h, mac_addr->sa_data); in hns_nic_net_set_mac_address() 1367 ret = h->dev->ops->set_mac_addr(h, ndev->dev_addr); in hns_nic_net_up()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 479 * set_mac_addr() 642 int (*set_mac_addr)(struct hnae3_handle *handle, const void *p, member
|