Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dvf.c53 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,
Dvf.h28 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
Dixgbevf_main.c3028 err = hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_sw_init()
/Linux-v4.19/drivers/media/common/b2c2/
Dflexcop-common.h104 int (*get_mac_addr) (struct flexcop_device *fc, int extended); member
Dflexcop.c275 if (fc->get_mac_addr(fc, 0) == 0) { in flexcop_device_initialize()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c125 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,
Dixgbe_82598.c764 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,
Dixgbe_82599.c1044 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,
Dixgbe_x550.c3469 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, \
Dixgbe_type.h3397 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
Dixgbe_common.c1945 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.h234 struct get_mac_addr { struct
Dhost_interface.c141 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/
Dhnae3.h337 void (*get_mac_addr)(struct hnae3_handle *handle, u8 *p); member
Dhns3_enet.c3055 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/
Dflexcop-pci.c358 fc->get_mac_addr = flexcop_eeprom_check_mac_addr; in flexcop_pci_probe()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhnae.h514 int (*get_mac_addr)(struct hnae_handle *handle, void **p); member
/Linux-v4.19/drivers/media/usb/b2c2/
Dflexcop-usb.c553 fc->get_mac_addr = flexcop_usb_get_mac_addr; in flexcop_usb_probe()
/Linux-v4.19/drivers/net/ethernet/micrel/
Dksz884x.c6852 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/
Dhclgevf_main.c1995 .get_mac_addr = hclgevf_get_mac_addr,
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c6277 .get_mac_addr = hclge_get_mac_addr,