Home
last modified time | relevance | path

Searched refs:get_san_mac_addr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c153 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_X540()
817 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
Dixgbe_82599.c1081 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_82599()
2189 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
Dixgbe_x550.c2381 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
2395 .get_san_mac_addr = NULL,
Dixgbe_type.h3242 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); member