Home
last modified time | relevance | path

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

/drivers/media/common/b2c2/
Dflexcop-common.h104 int (*get_mac_addr) (struct flexcop_device *fc, int extended); member
Dflexcop.c280 if (fc->get_mac_addr(fc, 0) == 0) { in flexcop_device_initialize()
/drivers/net/ethernet/intel/ixgbevf/
Dvf.c58 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_init_hw_vf()
764 .get_mac_addr = ixgbevf_get_mac_addr_vf,
Dvf.h51 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
Dixgbevf_main.c2656 err = hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_sw_init()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c142 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
816 .get_mac_addr = &ixgbe_get_mac_addr_generic,
Dixgbe_82598.c811 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
1168 .get_mac_addr = &ixgbe_get_mac_addr_generic,
Dixgbe_82599.c1070 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
2188 .get_mac_addr = &ixgbe_get_mac_addr_generic,
Dixgbe_x550.c2204 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
2335 .get_mac_addr = &ixgbe_get_mac_addr_generic, \
Dixgbe_type.h3241 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
Dixgbe_common.c1888 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
/drivers/media/pci/b2c2/
Dflexcop-pci.c362 fc->get_mac_addr = flexcop_eeprom_check_mac_addr; in flexcop_pci_probe()
/drivers/staging/wilc1000/
Dhost_interface.h254 struct get_mac_addr { struct
Dhost_interface.c191 struct get_mac_addr get_mac_info;
499 struct get_mac_addr *pstrHostIfGetMacAddress) in Handle_GetMacAddress()
/drivers/net/ethernet/hisilicon/hns/
Dhnae.h434 int (*get_mac_addr)(struct hnae_handle *handle, void **p); member
/drivers/media/usb/b2c2/
Dflexcop-usb.c532 fc->get_mac_addr = flexcop_usb_get_mac_addr; in flexcop_usb_probe()
/drivers/net/ethernet/micrel/
Dksz884x.c6847 static void get_mac_addr(struct dev_info *hw_priv, u8 *macaddr, int port) in get_mac_addr() function
7035 get_mac_addr(hw_priv, macaddr, MAIN_PORT); in pcidev_init()
7045 get_mac_addr(hw_priv, mac1addr, OTHER_PORT); in pcidev_init()