/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | xdp_redirect_multi.c | 45 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()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_sample_user.h | 45 int get_mac_addr(int ifindex, void *mac_addr);
|
H A D | xdp_router_ipv4_user.c | 153 assert(get_mac_addr(route.iface, &route.mac) == 0); in read_route()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | vf.c | 53 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_init_hw_vf() 985 .get_mac_addr = ixgbevf_get_mac_addr_vf, 1003 .get_mac_addr = ixgbevf_get_mac_addr_vf,
|
H A D | vf.h | 28 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | vf.c | 52 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 D | vf.h | 25 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
/kernel/linux/linux-5.10/drivers/media/common/b2c2/ |
H A D | flexcop-common.h | 104 int (*get_mac_addr) (struct flexcop_device *fc, int extended); member
|
H A D | flexcop.c | 275 if (fc->get_mac_addr(fc, 0) == 0) { in flexcop_device_initialize()
|
/kernel/linux/linux-6.6/drivers/media/common/b2c2/ |
H A D | flexcop-common.h | 104 int (*get_mac_addr) (struct flexcop_device *fc, int extended); member
|
H A D | flexcop.c | 266 if (fc->get_mac_addr(fc, 0) == 0) { in flexcop_device_initialize()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x540.c | 125 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 D | ixgbe_82598.c | 764 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 D | ixgbe_82599.c | 1043 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599() 2170 .get_mac_addr = &ixgbe_get_mac_addr_generic,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x540.c | 125 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 D | ixgbe_82598.c | 764 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 D | ixgbe_82599.c | 1043 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,
|
/kernel/linux/linux-5.10/drivers/media/pci/b2c2/ |
H A D | flexcop-pci.c | 362 fc->get_mac_addr = flexcop_eeprom_check_mac_addr; in flexcop_pci_probe()
|
/kernel/linux/linux-5.10/drivers/media/usb/b2c2/ |
H A D | flexcop-usb.c | 564 fc->get_mac_addr = flexcop_usb_get_mac_addr; in flexcop_usb_probe()
|
/kernel/linux/linux-6.6/drivers/media/pci/b2c2/ |
H A D | flexcop-pci.c | 362 fc->get_mac_addr = flexcop_eeprom_check_mac_addr; in flexcop_pci_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 374 * get_mac_addr() 516 void (*get_mac_addr)(struct hnae3_handle *handle, u8 *p); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hnae.h | 435 * get_mac_addr() 507 int (*get_mac_addr)(struct hnae_handle *handle, void **p); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hnae.h | 431 * get_mac_addr() 501 int (*get_mac_addr)(struct hnae_handle *handle, void **p); member
|
/kernel/linux/linux-6.6/drivers/media/usb/b2c2/ |
H A D | flexcop-usb.c | 569 fc->get_mac_addr = flexcop_usb_get_mac_addr; in flexcop_usb_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 477 * get_mac_addr() 641 void (*get_mac_addr)(struct hnae3_handle *handle, u8 *p); member
|