#include <linux/pci.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include "octep_vf_config.h"
#include "octep_vf_main.h"
#include "octep_vf_regs_cnxk.h"
static void cnxk_vf_dump_q_regs(struct octep_vf_device *oct, int qno)
{ … }
static void cnxk_vf_reset_iq(struct octep_vf_device *oct, int q_no)
{ … }
static void cnxk_vf_reset_oq(struct octep_vf_device *oct, int q_no)
{ … }
static void octep_vf_reset_io_queues_cnxk(struct octep_vf_device *oct)
{ … }
static void octep_vf_init_config_cnxk_vf(struct octep_vf_device *oct)
{ … }
static void octep_vf_setup_iq_regs_cnxk(struct octep_vf_device *oct, int iq_no)
{ … }
static void octep_vf_setup_oq_regs_cnxk(struct octep_vf_device *oct, int oq_no)
{ … }
static void octep_vf_setup_mbox_regs_cnxk(struct octep_vf_device *oct, int q_no)
{ … }
static void cnxk_handle_vf_mbox_intr(struct octep_vf_device *oct)
{ … }
static irqreturn_t octep_vf_ioq_intr_handler_cnxk(void *data)
{ … }
static void octep_vf_reinit_regs_cnxk(struct octep_vf_device *oct)
{ … }
static void octep_vf_enable_interrupts_cnxk(struct octep_vf_device *oct)
{ … }
static void octep_vf_disable_interrupts_cnxk(struct octep_vf_device *oct)
{ … }
static u32 octep_vf_update_iq_read_index_cnxk(struct octep_vf_iq *iq)
{ … }
static void octep_vf_enable_iq_cnxk(struct octep_vf_device *oct, int iq_no)
{ … }
static void octep_vf_enable_oq_cnxk(struct octep_vf_device *oct, int oq_no)
{ … }
static void octep_vf_enable_io_queues_cnxk(struct octep_vf_device *oct)
{ … }
static void octep_vf_disable_iq_cnxk(struct octep_vf_device *oct, int iq_no)
{ … }
static void octep_vf_disable_oq_cnxk(struct octep_vf_device *oct, int oq_no)
{ … }
static void octep_vf_disable_io_queues_cnxk(struct octep_vf_device *oct)
{ … }
static void octep_vf_dump_registers_cnxk(struct octep_vf_device *oct)
{ … }
void octep_vf_device_setup_cnxk(struct octep_vf_device *oct)
{ … }