/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.c | 53 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_init_hw_vf() 942 .get_mac_addr = ixgbevf_get_mac_addr_vf, 959 .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 | 3028 err = hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_sw_init()
|
/Linux-v4.19/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()
|
/Linux-v4.19/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() 832 .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 | 3469 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em() 3785 .get_mac_addr = &ixgbe_get_mac_addr_generic, \
|
D | ixgbe_type.h | 3397 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
D | ixgbe_common.c | 1945 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
|
/Linux-v4.19/drivers/staging/wilc1000/ |
D | host_interface.h | 234 struct get_mac_addr { struct
|
D | host_interface.c | 141 struct get_mac_addr get_mac_info; 417 struct get_mac_addr *get_mac_addr = &msg->body.get_mac_info; in handle_get_mac_address() local 423 wid.val = get_mac_addr->mac_addr; in handle_get_mac_address()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/ |
D | hnae3.h | 337 void (*get_mac_addr)(struct hnae3_handle *handle, u8 *p); member
|
D | hns3_enet.c | 3055 if (h->ae_algo->ops->get_mac_addr && init) { in hns3_init_mac_addr() 3056 h->ae_algo->ops->get_mac_addr(h, mac_addr_temp); in hns3_init_mac_addr()
|
/Linux-v4.19/drivers/media/pci/b2c2/ |
D | flexcop-pci.c | 358 fc->get_mac_addr = flexcop_eeprom_check_mac_addr; in flexcop_pci_probe()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/ |
D | hnae.h | 514 int (*get_mac_addr)(struct hnae_handle *handle, void **p); member
|
/Linux-v4.19/drivers/media/usb/b2c2/ |
D | flexcop-usb.c | 553 fc->get_mac_addr = flexcop_usb_get_mac_addr; in flexcop_usb_probe()
|
/Linux-v4.19/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 6852 static void get_mac_addr(struct dev_info *hw_priv, u8 *macaddr, int port) in get_mac_addr() function 7040 get_mac_addr(hw_priv, macaddr, MAIN_PORT); in pcidev_init() 7050 get_mac_addr(hw_priv, mac1addr, OTHER_PORT); in pcidev_init()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_main.c | 1995 .get_mac_addr = hclgevf_get_mac_addr,
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 6277 .get_mac_addr = hclge_get_mac_addr,
|