Home
last modified time | relevance | path

Searched refs:ixgbe_get_mac_addr_generic (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.h43 s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr);
Dixgbe_x540.c816 .get_mac_addr = &ixgbe_get_mac_addr_generic,
Dixgbe_82598.c1168 .get_mac_addr = &ixgbe_get_mac_addr_generic,
Dixgbe_82599.c2188 .get_mac_addr = &ixgbe_get_mac_addr_generic,
Dixgbe_x550.c2336 .get_mac_addr = &ixgbe_get_mac_addr_generic, \
Dixgbe_common.c603 s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr) in ixgbe_get_mac_addr_generic() function