Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/common/b2c2/
Dflexcop-common.h103 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()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dvf.c58 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_init_hw_vf()
724 .get_mac_addr = ixgbevf_get_mac_addr_vf,
Dvf.h51 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
Dixgbevf_main.c2647 err = hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_sw_init()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c137 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
781 .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_x550.c1332 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
1398 .get_mac_addr = &ixgbe_get_mac_addr_generic, \
Dixgbe_82599.c1216 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
2301 .get_mac_addr = &ixgbe_get_mac_addr_generic,
Dixgbe_type.h3021 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
Dixgbe_common.c1871 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
/linux-4.1.27/drivers/media/pci/b2c2/
Dflexcop-pci.c359 fc->get_mac_addr = flexcop_eeprom_check_mac_addr; in flexcop_pci_probe()
/linux-4.1.27/drivers/media/usb/b2c2/
Dflexcop-usb.c523 fc->get_mac_addr = flexcop_usb_get_mac_addr; in flexcop_usb_probe()
/linux-4.1.27/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()