Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
ixgbe_x540.c File Reference
#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.

Macros

#define IXGBE_X540_MAX_TX_QUEUES   128
 
#define IXGBE_X540_MAX_RX_QUEUES   128
 
#define IXGBE_X540_RAR_ENTRIES   128
 
#define IXGBE_X540_MC_TBL_SIZE   128
 
#define IXGBE_X540_VFT_TBL_SIZE   128
 
#define IXGBE_X540_RX_PB_SIZE   384
 

Variables

struct ixgbe_info ixgbe_X540_info
 

Macro Definition Documentation

#define IXGBE_X540_MAX_RX_QUEUES   128

Definition at line 36 of file ixgbe_x540.c.

#define IXGBE_X540_MAX_TX_QUEUES   128

Definition at line 35 of file ixgbe_x540.c.

#define IXGBE_X540_MC_TBL_SIZE   128

Definition at line 38 of file ixgbe_x540.c.

#define IXGBE_X540_RAR_ENTRIES   128

Definition at line 37 of file ixgbe_x540.c.

#define IXGBE_X540_RX_PB_SIZE   384

Definition at line 40 of file ixgbe_x540.c.

#define IXGBE_X540_VFT_TBL_SIZE   128

Definition at line 39 of file ixgbe_x540.c.

Variable Documentation

struct ixgbe_info ixgbe_X540_info
Initial value:
= {
.get_invariants = &ixgbe_get_invariants_X540,
.mac_ops = &mac_ops_X540,
.eeprom_ops = &eeprom_ops_X540,
.phy_ops = &phy_ops_X540,
.mbx_ops = &mbx_ops_generic,
}

Definition at line 888 of file ixgbe_x540.c.