Searched refs:get_mac_addr (Results 1 – 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
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,
|
D | vf.h | 28 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
D | ixgbevf_main.c | 3065 err = hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_sw_init()
|
/kernel/linux/linux-5.10/drivers/media/common/b2c2/ |
D | flexcop-common.h | 104 int (*get_mac_addr) (struct flexcop_device *fc, int extended); member
|
D | flexcop.c | 275 if (fc->get_mac_addr(fc, 0) == 0) { in flexcop_device_initialize()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
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,
|
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,
|
D | ixgbe_82599.c | 1044 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,
|
D | ixgbe_x550.c | 3488 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em() 3804 .get_mac_addr = &ixgbe_get_mac_addr_generic, \
|
D | ixgbe_type.h | 3408 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
D | ixgbe_common.c | 1944 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
|
/kernel/linux/linux-5.10/drivers/media/pci/b2c2/ |
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/ |
D | flexcop-usb.c | 564 fc->get_mac_addr = flexcop_usb_get_mac_addr; in flexcop_usb_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
D | hnae.h | 507 int (*get_mac_addr)(struct hnae_handle *handle, void **p); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
D | hnae3.h | 516 void (*get_mac_addr)(struct hnae3_handle *handle, u8 *p); member
|
D | hns3_enet.c | 3980 if (h->ae_algo->ops->get_mac_addr) in hns3_init_mac_addr() 3981 h->ae_algo->ops->get_mac_addr(h, mac_addr_temp); in hns3_init_mac_addr()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 6838 static void get_mac_addr(struct dev_info *hw_priv, u8 *macaddr, int port) in get_mac_addr() function 7026 get_mac_addr(hw_priv, macaddr, MAIN_PORT); in pcidev_init() 7036 get_mac_addr(hw_priv, mac1addr, OTHER_PORT); in pcidev_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_main.c | 3649 .get_mac_addr = hclgevf_get_mac_addr,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 11435 .get_mac_addr = hclge_get_mac_addr,
|