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

Data Fields

struct tty_structtty
 
struct net_devicedev
 
unsigned charrbuff
 
int rcount
 
unsigned charxbuff
 
unsigned charxhead
 
int xleft
 
unsigned char raw_buf [4]
 
unsigned char cooked_buf [400]
 
unsigned int rx_count
 
unsigned int rx_count_cooked
 
int mtu
 
int buffsize
 
unsigned long flags
 
unsigned char mode
 
unsigned char tx_delay
 
unsigned char persistence
 
unsigned char slottime
 
unsigned char duplex
 
unsigned char led_state
 
unsigned char status
 
unsigned char status1
 
unsigned char status2
 
unsigned char tx_enable
 
unsigned char tnc_state
 
struct timer_list tx_t
 
struct timer_list resync_t
 
atomic_t refcnt
 
struct semaphore dead_sem
 
spinlock_t lock
 

Detailed Description

Definition at line 85 of file 6pack.c.

Field Documentation

int buffsize

Definition at line 104 of file 6pack.c.

unsigned char cooked_buf[400]

Definition at line 98 of file 6pack.c.

struct semaphore dead_sem

Definition at line 124 of file 6pack.c.

Definition at line 88 of file 6pack.c.

unsigned char duplex

Definition at line 113 of file 6pack.c.

unsigned long flags

Definition at line 106 of file 6pack.c.

unsigned char led_state

Definition at line 114 of file 6pack.c.

spinlock_t lock

Definition at line 125 of file 6pack.c.

unsigned char mode

Definition at line 107 of file 6pack.c.

int mtu

Definition at line 103 of file 6pack.c.

unsigned char persistence

Definition at line 111 of file 6pack.c.

unsigned char raw_buf[4]

Definition at line 97 of file 6pack.c.

unsigned char* rbuff

Definition at line 91 of file 6pack.c.

int rcount

Definition at line 92 of file 6pack.c.

atomic_t refcnt

Definition at line 123 of file 6pack.c.

struct timer_list resync_t

Definition at line 122 of file 6pack.c.

unsigned int rx_count

Definition at line 100 of file 6pack.c.

unsigned int rx_count_cooked

Definition at line 101 of file 6pack.c.

unsigned char slottime

Definition at line 112 of file 6pack.c.

unsigned char status

Definition at line 115 of file 6pack.c.

unsigned char status1

Definition at line 116 of file 6pack.c.

unsigned char status2

Definition at line 117 of file 6pack.c.

unsigned char tnc_state

Definition at line 119 of file 6pack.c.

Definition at line 87 of file 6pack.c.

unsigned char tx_delay

Definition at line 110 of file 6pack.c.

unsigned char tx_enable

Definition at line 118 of file 6pack.c.

Definition at line 121 of file 6pack.c.

unsigned char* xbuff

Definition at line 93 of file 6pack.c.

unsigned char* xhead

Definition at line 94 of file 6pack.c.

int xleft

Definition at line 95 of file 6pack.c.


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