Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dxdp_redirect_multi.c
/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
/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()
1121 .get_mac_addr = ixgbevf_get_mac_addr_vf,
1140 .get_mac_addr = ixgbevf_get_mac_addr_vf,
H A Dvf.h25 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
H A Dixgbevf_main.c3104 err = hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_sw_init()
/linux/drivers/media/common/b2c2/
H A Dflexcop.c265 if (fc->get_mac_addr(fc, 0) == 0) { in flexcop_device_initialize()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c765 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
1123 .get_mac_addr = &ixgbe_get_mac_addr_generic,
H A Dixgbe_e610.c3784 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_e610()
3961 .get_mac_addr = ixgbe_get_mac_addr_generic,
/linux/drivers/media/usb/b2c2/
H A Dflexcop-usb.c573 fc->get_mac_addr = flexcop_usb_get_mac_addr; in flexcop_usb_probe()
/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c6470 static void get_mac_addr(struct dev_info *hw_priv, u8 *macaddr, int port) in get_mac_addr() function
6658 get_mac_addr(hw_priv, macaddr, MAIN_PORT); in pcidev_init()
6668 get_mac_addr(hw_priv, mac1addr, OTHER_PORT); in pcidev_init()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c5219 if (h->ae_algo->ops->get_mac_addr) in hns3_init_mac_addr()
5220 h->ae_algo->ops->get_mac_addr(h, mac_addr_temp); in hns3_init_mac_addr()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c3357 .get_mac_addr = hclgevf_get_mac_addr,
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12830 .get_mac_addr = hclge_get_mac_addr,