Searched refs:get_mac_addr (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/media/common/b2c2/ |
D | flexcop-common.h | 103 int (*get_mac_addr) (struct flexcop_device *fc, int extended); member
|
D | flexcop.c | 280 if (fc->get_mac_addr(fc, 0) == 0) { in flexcop_device_initialize()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.c | 58 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_init_hw_vf() 724 .get_mac_addr = ixgbevf_get_mac_addr_vf,
|
D | vf.h | 51 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
D | ixgbevf_main.c | 2647 err = hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_sw_init()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x540.c | 137 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,
|
D | ixgbe_82598.c | 811 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,
|
D | ixgbe_x550.c | 1332 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, \
|
D | ixgbe_82599.c | 1216 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,
|
D | ixgbe_type.h | 3021 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
D | ixgbe_common.c | 1871 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
|
/linux-4.1.27/drivers/media/pci/b2c2/ |
D | flexcop-pci.c | 359 fc->get_mac_addr = flexcop_eeprom_check_mac_addr; in flexcop_pci_probe()
|
/linux-4.1.27/drivers/media/usb/b2c2/ |
D | flexcop-usb.c | 523 fc->get_mac_addr = flexcop_usb_get_mac_addr; in flexcop_usb_probe()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 6847 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()
|