#include <linux/pci.h>
#include <linux/delay.h>
#include <linux/sched.h>
#include "ixgbe.h"
#include "ixgbe_phy.h"
Go to the source code of this file.
#define IXGBE_82598_MAX_RX_QUEUES 64 |
#define IXGBE_82598_MAX_TX_QUEUES 32 |
#define IXGBE_82598_MC_TBL_SIZE 128 |
#define IXGBE_82598_RAR_ENTRIES 16 |
#define IXGBE_82598_RX_PB_SIZE 512 |
#define IXGBE_82598_VFT_TBL_SIZE 128 |
Initial value:= {
.get_invariants = &ixgbe_get_invariants_82598,
.mac_ops = &mac_ops_82598,
.eeprom_ops = &eeprom_ops_82598,
.phy_ops = &phy_ops_82598,
}
Definition at line 1307 of file ixgbe_82598.c.