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

#include <p54pci.h>

Data Fields

struct p54_common common
 
struct pci_devpdev
 
struct p54p_csr __iomemmap
 
struct tasklet_struct tasklet
 
struct firmwarefirmware
 
spinlock_t lock
 
struct p54p_ring_controlring_control
 
dma_addr_t ring_control_dma
 
u32 rx_idx_data
 
u32 tx_idx_data
 
u32 rx_idx_mgmt
 
u32 tx_idx_mgmt
 
struct sk_buffrx_buf_data [8]
 
struct sk_buffrx_buf_mgmt [4]
 
struct sk_bufftx_buf_data [32]
 
struct sk_bufftx_buf_mgmt [4]
 
struct completion boot_comp
 
struct completion fw_loaded
 

Detailed Description

Definition at line 92 of file p54pci.h.

Field Documentation

struct completion boot_comp

Definition at line 107 of file p54pci.h.

Definition at line 93 of file p54pci.h.

Definition at line 97 of file p54pci.h.

struct completion fw_loaded

Definition at line 108 of file p54pci.h.

spinlock_t lock

Definition at line 98 of file p54pci.h.

Definition at line 95 of file p54pci.h.

struct pci_dev* pdev

Definition at line 94 of file p54pci.h.

struct p54p_ring_control* ring_control

Definition at line 99 of file p54pci.h.

dma_addr_t ring_control_dma

Definition at line 100 of file p54pci.h.

struct sk_buff* rx_buf_data[8]

Definition at line 103 of file p54pci.h.

struct sk_buff* rx_buf_mgmt[4]

Definition at line 104 of file p54pci.h.

u32 rx_idx_data

Definition at line 101 of file p54pci.h.

u32 rx_idx_mgmt

Definition at line 102 of file p54pci.h.

Definition at line 96 of file p54pci.h.

struct sk_buff* tx_buf_data[32]

Definition at line 105 of file p54pci.h.

struct sk_buff* tx_buf_mgmt[4]

Definition at line 106 of file p54pci.h.

u32 tx_idx_data

Definition at line 101 of file p54pci.h.

u32 tx_idx_mgmt

Definition at line 102 of file p54pci.h.


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