Searched refs:get_mac_addr (Results 1 - 23 of 23) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dxdp_redirect_multi.c45 static int get_mac_addr(unsigned int ifindex, void *mac_addr) function
190 ret = get_mac_addr(ifindex, mac_addr);
/linux-master/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);
H A Dxdp_sample_user.c1635 int get_mac_addr(int ifindex, void *mac_addr) function
/linux-master/drivers/media/common/b2c2/
H A Dflexcop-common.h104 int (*get_mac_addr) (struct flexcop_device *fc, int extended); member in struct:flexcop_device
H A Dflexcop.c266 if (fc->get_mac_addr(fc, 0) == 0) {
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c52 hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
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 in struct:ixgbe_mac_operations
H A Dixgbevf_main.c3074 err = hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c125 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
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);
1122 .get_mac_addr = &ixgbe_get_mac_addr_generic,
H A Dixgbe_82599.c1046 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
2174 .get_mac_addr = &ixgbe_get_mac_addr_generic,
H A Dixgbe_x550.c3540 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
3856 .get_mac_addr = &ixgbe_get_mac_addr_generic, \
H A Dixgbe_common.c1932 hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
H A Dixgbe_type.h3415 int (*get_mac_addr)(struct ixgbe_hw *, u8 *); member in struct:ixgbe_mac_operations
/linux-master/drivers/media/pci/b2c2/
H A Dflexcop-pci.c362 fc->get_mac_addr = flexcop_eeprom_check_mac_addr;
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h431 * get_mac_addr()
501 int (*get_mac_addr)(struct hnae_handle *handle, void **p); member in struct:hnae_ae_ops
/linux-master/drivers/media/usb/b2c2/
H A Dflexcop-usb.c569 fc->get_mac_addr = flexcop_usb_get_mac_addr;
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h483 * get_mac_addr()
647 void (*get_mac_addr)(struct hnae3_handle *handle, u8 *p); member in struct:hnae3_ae_ops
H A Dhns3_enet.c5145 if (h->ae_algo->ops->get_mac_addr)
5146 h->ae_algo->ops->get_mac_addr(h, mac_addr_temp);
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c6468 static void get_mac_addr(struct dev_info *hw_priv, u8 *macaddr, int port) function
6656 get_mac_addr(hw_priv, macaddr, MAIN_PORT);
6666 get_mac_addr(hw_priv, mac1addr, OTHER_PORT);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c3285 .get_mac_addr = hclgevf_get_mac_addr,
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12706 .get_mac_addr = hclge_get_mac_addr,

Completed in 377 milliseconds