Searched refs:get_san_mac_addr (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_x540.c | 143 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_X540() 839 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
|
| H A D | ixgbe_x550.c | 3969 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic, 3995 .get_san_mac_addr = NULL, 4017 .get_san_mac_addr = NULL, 4039 .get_san_mac_addr = NULL, 4060 .get_san_mac_addr = NULL,
|
| H A D | ixgbe_82599.c | 1064 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_82599() 2183 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
|
| H A D | ixgbe_type.h | 3498 int (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); member
|