ixgbe_get_mac_addr_vf
int32_t ixgbe_get_mac_addr_vf(struct ixgbe_hw *hw, uint8_t *mac_addr);
ixgbe_get_mac_addr_vf(hw, hw->mac.addr);
hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf;