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

Data Fields

struct can_priv can
 
struct net_devicenet
 
struct spi_devicespi
 
enum mcp251x_model model
 
struct mutex mcp_lock
 
u8spi_tx_buf
 
u8spi_rx_buf
 
dma_addr_t spi_tx_dma
 
dma_addr_t spi_rx_dma
 
struct sk_bufftx_skb
 
int tx_len
 
struct workqueue_structwq
 
struct work_struct tx_work
 
struct work_struct restart_work
 
int force_quit
 
int after_suspend
 
int restart_tx
 

Detailed Description

Definition at line 239 of file mcp251x.c.

Field Documentation

int after_suspend

Definition at line 260 of file mcp251x.c.

Definition at line 240 of file mcp251x.c.

int force_quit

Definition at line 259 of file mcp251x.c.

struct mutex mcp_lock

Definition at line 245 of file mcp251x.c.

enum mcp251x_model model

Definition at line 243 of file mcp251x.c.

Definition at line 241 of file mcp251x.c.

int restart_tx

Definition at line 265 of file mcp251x.c.

struct work_struct restart_work

Definition at line 257 of file mcp251x.c.

Definition at line 242 of file mcp251x.c.

u8* spi_rx_buf

Definition at line 248 of file mcp251x.c.

dma_addr_t spi_rx_dma

Definition at line 250 of file mcp251x.c.

u8* spi_tx_buf

Definition at line 247 of file mcp251x.c.

dma_addr_t spi_tx_dma

Definition at line 249 of file mcp251x.c.

int tx_len

Definition at line 253 of file mcp251x.c.

struct sk_buff* tx_skb

Definition at line 252 of file mcp251x.c.

Definition at line 256 of file mcp251x.c.

Definition at line 255 of file mcp251x.c.


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