Home
last modified time | relevance | path

Searched refs:get_mac_address (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/board/raspberrypi/rpi/
H A Drpi.c54 struct bcm2835_mbox_tag_get_mac_address get_mac_address; member
337 BCM2835_MBOX_INIT_TAG(&msg->get_mac_address, GET_MAC_ADDRESS); in set_usbethaddr()
346 eth_env_set_enetaddr("usbethaddr", msg->get_mac_address.body.resp.mac); in set_usbethaddr()
/openbmc/linux/drivers/net/usb/
H A Dch9200.c304 static int get_mac_address(struct usbnet *dev, unsigned char *data) in get_mac_address() function
387 retval = get_mac_address(dev, addr); in ch9200_bind()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h1138 int (*get_mac_address)(struct ef4_nic *efx, unsigned char *perm_addr); member
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def10.c637 rc = efx->type->get_mac_address(efx, efx->net_dev->perm_addr); in efx_ef10_probe()
656 efx_pf->type->get_mac_address(efx_pf, nic_data->port_id); in efx_ef10_probe()
4145 .get_mac_address = efx_ef10_get_mac_address_vf,
4279 .get_mac_address = efx_ef10_get_mac_address_pf,
H A Dnet_driver.h1497 int (*get_mac_address)(struct efx_nic *efx, unsigned char *perm_addr); member
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h1450 int (*get_mac_address)(struct efx_nic *efx, unsigned char *perm_addr); member
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h1768 int (*get_mac_address) (struct qlcnic_adapter *, u8 *, u8); member
1882 return adapter->ahw->hw_ops->get_mac_address(adapter, mac, function); in qlcnic_get_mac_address()
H A Dqlcnic_sriov_common.c51 .get_mac_address = qlcnic_83xx_get_mac_address,
H A Dqlcnic_main.c560 .get_mac_address = qlcnic_82xx_get_mac_address,
H A Dqlcnic_83xx_hw.c200 .get_mac_address = qlcnic_83xx_get_mac_address,