#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_X540_MAX_RX_QUEUES 128 |
#define IXGBE_X540_MAX_TX_QUEUES 128 |
#define IXGBE_X540_MC_TBL_SIZE 128 |
#define IXGBE_X540_RAR_ENTRIES 128 |
#define IXGBE_X540_RX_PB_SIZE 384 |
#define IXGBE_X540_VFT_TBL_SIZE 128 |
Initial value:= {
.get_invariants = &ixgbe_get_invariants_X540,
.mac_ops = &mac_ops_X540,
.eeprom_ops = &eeprom_ops_X540,
.phy_ops = &phy_ops_X540,
}
Definition at line 888 of file ixgbe_x540.c.