linux/drivers/net/ethernet/cavium/liquidio/cn68xx_device.c

/**********************************************************************
 * Author: Cavium, Inc.
 *
 * Contact: [email protected]
 *          Please include "LiquidIO" in the subject.
 *
 * Copyright (c) 2003-2016 Cavium, Inc.
 *
 * This file is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License, Version 2, as
 * published by the Free Software Foundation.
 *
 * This file is distributed in the hope that it will be useful, but
 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty
 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, TITLE, or
 * NONINFRINGEMENT.  See the GNU General Public License for more details.
 ***********************************************************************/
#include <linux/pci.h>
#include <linux/netdevice.h>
#include "liquidio_common.h"
#include "octeon_droq.h"
#include "octeon_iq.h"
#include "response_manager.h"
#include "octeon_device.h"
#include "octeon_main.h"
#include "cn66xx_regs.h"
#include "cn66xx_device.h"
#include "cn68xx_device.h"
#include "cn68xx_regs.h"

static void lio_cn68xx_set_dpi_regs(struct octeon_device *oct)
{}

static int lio_cn68xx_soft_reset(struct octeon_device *oct)
{}

static void lio_cn68xx_setup_pkt_ctl_regs(struct octeon_device *oct)
{}

static int lio_cn68xx_setup_device_regs(struct octeon_device *oct)
{}

static inline void lio_cn68xx_vendor_message_fix(struct octeon_device *oct)
{}

static int lio_is_210nv(struct octeon_device *oct)
{}

int lio_setup_cn68xx_octeon_device(struct octeon_device *oct)
{}
EXPORT_SYMBOL_GPL();