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

Data Fields

struct tty_port port
 
voidif_ptr
 
int magic
 
int line
 
struct mgsl_icount icount
 
int timeout
 
int x_char
 
unsigned char read_status_mask
 
unsigned char ignore_status_mask
 
unsigned chartx_buf
 
int tx_put
 
int tx_get
 
int tx_count
 
unsigned charrx_buf
 
int rx_buf_total_size
 
int rx_put
 
int rx_get
 
int rx_buf_size
 
int rx_buf_count
 
int rx_frame_count
 
wait_queue_head_t status_event_wait_q
 
wait_queue_head_t event_wait_q
 
struct timer_list tx_timer
 
struct _mgslpc_infonext_device
 
unsigned short imra_value
 
unsigned short imrb_value
 
unsigned char pim_value
 
spinlock_t lock
 
struct work_struct task
 
u32 max_frame_size
 
u32 pending_bh
 
bool bh_running
 
bool bh_requested
 
int dcd_chkcount
 
int cts_chkcount
 
int dsr_chkcount
 
int ri_chkcount
 
bool rx_enabled
 
bool rx_overflow
 
bool tx_enabled
 
bool tx_active
 
bool tx_aborting
 
u32 idle_mode
 
int if_mode
 
char device_name [25]
 
unsigned int io_base
 
unsigned int irq_level
 
MGSL_PARAMS params
 
unsigned char serial_signals
 
bool irq_occurred
 
char testing_irq
 
unsigned int init_error
 
char flag_buf [MAX_ASYNC_BUFFER_SIZE]
 
bool drop_rts_on_tx_done
 
struct _input_signal_events input_signal_events
 
struct pcmcia_device * p_dev
 
int stop
 
int netcount
 
spinlock_t netlock
 

Detailed Description

Definition at line 138 of file synclink_cs.c.

Field Documentation

bool bh_requested

Definition at line 183 of file synclink_cs.c.

bool bh_running

Definition at line 182 of file synclink_cs.c.

int cts_chkcount

Definition at line 186 of file synclink_cs.c.

int dcd_chkcount

Definition at line 185 of file synclink_cs.c.

char device_name[25]

Definition at line 200 of file synclink_cs.c.

bool drop_rts_on_tx_done

Definition at line 214 of file synclink_cs.c.

int dsr_chkcount

Definition at line 187 of file synclink_cs.c.

wait_queue_head_t event_wait_q

Definition at line 167 of file synclink_cs.c.

Definition at line 213 of file synclink_cs.c.

Definition at line 144 of file synclink_cs.c.

u32 idle_mode

Definition at line 196 of file synclink_cs.c.

int if_mode

Definition at line 198 of file synclink_cs.c.

void* if_ptr

Definition at line 140 of file synclink_cs.c.

unsigned char ignore_status_mask

Definition at line 149 of file synclink_cs.c.

unsigned short imra_value

Definition at line 171 of file synclink_cs.c.

unsigned short imrb_value

Definition at line 172 of file synclink_cs.c.

unsigned int init_error

Definition at line 211 of file synclink_cs.c.

struct _input_signal_events input_signal_events

Definition at line 216 of file synclink_cs.c.

unsigned int io_base

Definition at line 202 of file synclink_cs.c.

unsigned int irq_level

Definition at line 203 of file synclink_cs.c.

bool irq_occurred

Definition at line 209 of file synclink_cs.c.

Definition at line 142 of file synclink_cs.c.

spinlock_t lock

Definition at line 175 of file synclink_cs.c.

int magic

Definition at line 141 of file synclink_cs.c.

u32 max_frame_size

Definition at line 178 of file synclink_cs.c.

int netcount

Definition at line 223 of file synclink_cs.c.

spinlock_t netlock

Definition at line 224 of file synclink_cs.c.

struct _mgslpc_info* next_device

Definition at line 169 of file synclink_cs.c.

struct pcmcia_device* p_dev

Definition at line 219 of file synclink_cs.c.

Definition at line 205 of file synclink_cs.c.

u32 pending_bh

Definition at line 180 of file synclink_cs.c.

unsigned char pim_value

Definition at line 173 of file synclink_cs.c.

Definition at line 139 of file synclink_cs.c.

unsigned char read_status_mask

Definition at line 148 of file synclink_cs.c.

int ri_chkcount

Definition at line 188 of file synclink_cs.c.

unsigned char* rx_buf

Definition at line 158 of file synclink_cs.c.

int rx_buf_count

Definition at line 163 of file synclink_cs.c.

int rx_buf_size

Definition at line 162 of file synclink_cs.c.

int rx_buf_total_size

Definition at line 159 of file synclink_cs.c.

bool rx_enabled

Definition at line 190 of file synclink_cs.c.

int rx_frame_count

Definition at line 164 of file synclink_cs.c.

int rx_get

Definition at line 161 of file synclink_cs.c.

bool rx_overflow

Definition at line 191 of file synclink_cs.c.

int rx_put

Definition at line 160 of file synclink_cs.c.

unsigned char serial_signals

Definition at line 207 of file synclink_cs.c.

wait_queue_head_t status_event_wait_q

Definition at line 166 of file synclink_cs.c.

int stop

Definition at line 220 of file synclink_cs.c.

Definition at line 176 of file synclink_cs.c.

char testing_irq

Definition at line 210 of file synclink_cs.c.

int timeout

Definition at line 146 of file synclink_cs.c.

bool tx_aborting

Definition at line 195 of file synclink_cs.c.

bool tx_active

Definition at line 194 of file synclink_cs.c.

unsigned char* tx_buf

Definition at line 151 of file synclink_cs.c.

int tx_count

Definition at line 154 of file synclink_cs.c.

bool tx_enabled

Definition at line 193 of file synclink_cs.c.

int tx_get

Definition at line 153 of file synclink_cs.c.

int tx_put

Definition at line 152 of file synclink_cs.c.

struct timer_list tx_timer

Definition at line 168 of file synclink_cs.c.

int x_char

Definition at line 147 of file synclink_cs.c.


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