Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
enic Struct Reference

#include <enic.h>

Data Fields

struct net_devicenetdev
 
struct pci_devpdev
 
struct vnic_enet_config config
 
struct vnic_dev_bar bar [ENIC_BARS_MAX]
 
struct vnic_devvdev
 
struct timer_list notify_timer
 
struct work_struct reset
 
struct work_struct change_mtu_work
 
struct msix_entry msix_entry [ENIC_INTR_MAX]
 
struct enic_msix_entry msix [ENIC_INTR_MAX]
 
u32 msg_enable
 
spinlock_t devcmd_lock
 
u8 mac_addr [ETH_ALEN]
 
u8 mc_addr [ENIC_MULTICAST_PERFECT_FILTERS][ETH_ALEN]
 
u8 uc_addr [ENIC_UNICAST_PERFECT_FILTERS][ETH_ALEN]
 
unsigned int flags
 
unsigned int priv_flags
 
unsigned int mc_count
 
unsigned int uc_count
 
u32 port_mtu
 
u32 rx_coalesce_usecs
 
u32 tx_coalesce_usecs
 
struct enic_port_profilepp
 
____cacheline_aligned struct
vnic_wq 
wq [ENIC_WQ_MAX]
 
spinlock_t wq_lock [ENIC_WQ_MAX]
 
unsigned int wq_count
 
u16 loop_enable
 
u16 loop_tag
 
____cacheline_aligned struct
vnic_rq 
rq [ENIC_RQ_MAX]
 
unsigned int rq_count
 
u64 rq_truncated_pkts
 
u64 rq_bad_fcs
 
struct napi_struct napi [ENIC_RQ_MAX]
 
____cacheline_aligned struct
vnic_intr 
intr [ENIC_INTR_MAX]
 
unsigned int intr_count
 
u32 __iomemlegacy_pba
 
____cacheline_aligned struct
vnic_cq 
cq [ENIC_CQ_MAX]
 
unsigned int cq_count
 

Detailed Description

Definition at line 73 of file enic.h.

Field Documentation

Definition at line 77 of file enic.h.

struct work_struct change_mtu_work

Definition at line 81 of file enic.h.

Definition at line 76 of file enic.h.

Definition at line 121 of file enic.h.

unsigned int cq_count

Definition at line 122 of file enic.h.

spinlock_t devcmd_lock

Definition at line 85 of file enic.h.

unsigned int flags

Definition at line 89 of file enic.h.

Definition at line 116 of file enic.h.

unsigned int intr_count

Definition at line 117 of file enic.h.

u32 __iomem* legacy_pba

Definition at line 118 of file enic.h.

u16 loop_enable

Definition at line 105 of file enic.h.

u16 loop_tag

Definition at line 106 of file enic.h.

Definition at line 86 of file enic.h.

Definition at line 87 of file enic.h.

unsigned int mc_count

Definition at line 91 of file enic.h.

u32 msg_enable

Definition at line 84 of file enic.h.

Definition at line 83 of file enic.h.

struct msix_entry msix_entry[ENIC_INTR_MAX]

Definition at line 82 of file enic.h.

Definition at line 113 of file enic.h.

struct net_device* netdev

Definition at line 74 of file enic.h.

struct timer_list notify_timer

Definition at line 79 of file enic.h.

struct pci_dev* pdev

Definition at line 75 of file enic.h.

u32 port_mtu

Definition at line 93 of file enic.h.

Definition at line 99 of file enic.h.

unsigned int priv_flags

Definition at line 90 of file enic.h.

Definition at line 80 of file enic.h.

Definition at line 109 of file enic.h.

u64 rq_bad_fcs

Definition at line 112 of file enic.h.

unsigned int rq_count

Definition at line 110 of file enic.h.

u64 rq_truncated_pkts

Definition at line 111 of file enic.h.

u32 rx_coalesce_usecs

Definition at line 94 of file enic.h.

u32 tx_coalesce_usecs

Definition at line 95 of file enic.h.

Definition at line 88 of file enic.h.

unsigned int uc_count

Definition at line 92 of file enic.h.

Definition at line 78 of file enic.h.

Definition at line 102 of file enic.h.

unsigned int wq_count

Definition at line 104 of file enic.h.

Definition at line 103 of file enic.h.


The documentation for this struct was generated from the following file: