Home
last modified time | relevance | path

Searched refs:get_mac_addr (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_config.h48 virtual int get_mac_addr(mac_addr_t* mac) = 0;
66 int get_mac_addr(mac_addr_t* mac) override;
H A Dnet_config.cpp75 int PhosphorConfig::get_mac_addr(mac_addr_t* mac) in get_mac_addr() function in net::PhosphorConfig
125 ret = get_mac_addr(&cur_mac); in set_mac_addr()
H A Dncsi_state_machine.cpp143 net_config_->get_mac_addr(&mac); in poll_l2_config()
181 net_config_->get_mac_addr(&mac); in poll_simple()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_redirect_multi.c45 static int get_mac_addr(unsigned int ifindex, void *mac_addr) in get_mac_addr() function
190 ret = get_mac_addr(ifindex, mac_addr); in main()
/openbmc/u-boot/board/davinci/da8xxevm/
H A Domapl138_lcdk.c254 static int get_mac_addr(u8 *addr) in get_mac_addr() function
331 get_mac_addr(addr); in misc_init_r()
H A Dda850evm.c80 static int get_mac_addr(u8 *addr) in get_mac_addr() function
171 spi_mac_read = get_mac_addr(buff); in misc_init_r()
/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.h45 int get_mac_addr(int ifindex, void *mac_addr);
H A Dxdp_router_ipv4_user.c153 assert(get_mac_addr(route.iface, &route.mac) == 0); in read_route()
H A Dxdp_sample_user.c1635 int get_mac_addr(int ifindex, void *mac_addr) in get_mac_addr() function
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c52 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_init_hw_vf()
1003 .get_mac_addr = ixgbevf_get_mac_addr_vf,
1021 .get_mac_addr = ixgbevf_get_mac_addr_vf,
H A Dvf.h25 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
/openbmc/linux/drivers/media/common/b2c2/
H A Dflexcop-common.h104 int (*get_mac_addr) (struct flexcop_device *fc, int extended); member
H A Dflexcop.c266 if (fc->get_mac_addr(fc, 0) == 0) { in flexcop_device_initialize()
/openbmc/google-misc/subprojects/ncsid/test/
H A Dncsi_test.cpp38 int get_mac_addr(mac_addr_t* mac) override in get_mac_addr() function in __anonadf0df860111::MockConfig
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c125 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
831 .get_mac_addr = &ixgbe_get_mac_addr_generic,
H A Dixgbe_82598.c764 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
1122 .get_mac_addr = &ixgbe_get_mac_addr_generic,
H A Dixgbe_82599.c1043 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
2171 .get_mac_addr = &ixgbe_get_mac_addr_generic,
H A Dixgbe_x550.c3490 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
3806 .get_mac_addr = &ixgbe_get_mac_addr_generic, \
H A Dixgbe_type.h3412 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
/openbmc/linux/drivers/media/pci/b2c2/
H A Dflexcop-pci.c362 fc->get_mac_addr = flexcop_eeprom_check_mac_addr; in flexcop_pci_probe()
/openbmc/linux/drivers/media/usb/b2c2/
H A Dflexcop-usb.c569 fc->get_mac_addr = flexcop_usb_get_mac_addr; in flexcop_usb_probe()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h501 int (*get_mac_addr)(struct hnae_handle *handle, void **p); member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h641 void (*get_mac_addr)(struct hnae3_handle *handle, u8 *p); member
H A Dhns3_enet.c5150 if (h->ae_algo->ops->get_mac_addr) in hns3_init_mac_addr()
5151 h->ae_algo->ops->get_mac_addr(h, mac_addr_temp); in hns3_init_mac_addr()
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c6468 static void get_mac_addr(struct dev_info *hw_priv, u8 *macaddr, int port) in get_mac_addr() function
6656 get_mac_addr(hw_priv, macaddr, MAIN_PORT); in pcidev_init()
6666 get_mac_addr(hw_priv, mac1addr, OTHER_PORT); in pcidev_init()

12