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

Data Fields

int type
 
int chip
 
struct net_devicedev
 
struct scc_infoinfo
 
int channel
 
int card_base
 
int scc_cmd
 
int scc_data
 
int tmr_cnt
 
int tmr_ctrl
 
int tmr_mode
 
struct scc_param param
 
char rx_buf [NUM_RX_BUF][BUF_SIZE]
 
int rx_len [NUM_RX_BUF]
 
int rx_ptr
 
struct work_struct rx_work
 
int rx_head
 
int rx_tail
 
int rx_count
 
int rx_over
 
char tx_buf [NUM_TX_BUF][BUF_SIZE]
 
int tx_len [NUM_TX_BUF]
 
int tx_ptr
 
int tx_head
 
int tx_tail
 
int tx_count
 
int state
 
unsigned long tx_start
 
int rr0
 
spinlock_tregister_lock
 
spinlock_t ring_lock
 

Detailed Description

Definition at line 194 of file dmascc.c.

Field Documentation

int card_base

Definition at line 201 of file dmascc.c.

Definition at line 200 of file dmascc.c.

Definition at line 196 of file dmascc.c.

Definition at line 197 of file dmascc.c.

Definition at line 198 of file dmascc.c.

Definition at line 203 of file dmascc.c.

spinlock_t* register_lock

Definition at line 217 of file dmascc.c.

spinlock_t ring_lock

Definition at line 218 of file dmascc.c.

int rr0

Definition at line 216 of file dmascc.c.

Definition at line 204 of file dmascc.c.

int rx_count

Definition at line 208 of file dmascc.c.

int rx_head

Definition at line 208 of file dmascc.c.

int rx_len[NUM_RX_BUF]

Definition at line 205 of file dmascc.c.

int rx_over

Definition at line 209 of file dmascc.c.

int rx_ptr

Definition at line 206 of file dmascc.c.

int rx_tail

Definition at line 208 of file dmascc.c.

Definition at line 207 of file dmascc.c.

int scc_cmd

Definition at line 201 of file dmascc.c.

int scc_data

Definition at line 201 of file dmascc.c.

Definition at line 214 of file dmascc.c.

int tmr_cnt

Definition at line 202 of file dmascc.c.

int tmr_ctrl

Definition at line 202 of file dmascc.c.

int tmr_mode

Definition at line 202 of file dmascc.c.

Definition at line 210 of file dmascc.c.

int tx_count

Definition at line 213 of file dmascc.c.

int tx_head

Definition at line 213 of file dmascc.c.

int tx_len[NUM_TX_BUF]

Definition at line 211 of file dmascc.c.

int tx_ptr

Definition at line 212 of file dmascc.c.

unsigned long tx_start

Definition at line 215 of file dmascc.c.

int tx_tail

Definition at line 213 of file dmascc.c.

Definition at line 195 of file dmascc.c.


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