Searched refs:get_san_mac_addr (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_x540.c | 136 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_X540() 832 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
|
| H A D | ixgbe_x550.c | 3849 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic, 3871 .get_san_mac_addr = NULL, 3893 .get_san_mac_addr = NULL, 3915 .get_san_mac_addr = NULL, 3936 .get_san_mac_addr = NULL,
|
| H A D | ixgbe_82599.c | 1055 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_82599() 2172 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
|
| H A D | ixgbe_type.h | 3409 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); member
|