Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
ixgbe_82598.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_82598_MAX_TX_QUEUES   32
 
#define IXGBE_82598_MAX_RX_QUEUES   64
 
#define IXGBE_82598_RAR_ENTRIES   16
 
#define IXGBE_82598_MC_TBL_SIZE   128
 
#define IXGBE_82598_VFT_TBL_SIZE   128
 
#define IXGBE_82598_RX_PB_SIZE   512
 

Variables

struct ixgbe_info ixgbe_82598_info
 

Macro Definition Documentation

#define IXGBE_82598_MAX_RX_QUEUES   64

Definition at line 36 of file ixgbe_82598.c.

#define IXGBE_82598_MAX_TX_QUEUES   32

Definition at line 35 of file ixgbe_82598.c.

#define IXGBE_82598_MC_TBL_SIZE   128

Definition at line 38 of file ixgbe_82598.c.

#define IXGBE_82598_RAR_ENTRIES   16

Definition at line 37 of file ixgbe_82598.c.

#define IXGBE_82598_RX_PB_SIZE   512

Definition at line 40 of file ixgbe_82598.c.

#define IXGBE_82598_VFT_TBL_SIZE   128

Definition at line 39 of file ixgbe_82598.c.

Variable Documentation

struct ixgbe_info ixgbe_82598_info
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.