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

Data Fields

struct nfc_hci_devhdev
 
xmit_to_drv_t xmit_to_drv
 
rcv_to_hci_t rcv_to_hci
 
struct mutex state_mutex
 
enum shdlc_state state
 
int hard_fault
 
wait_queue_head_tconnect_wq
 
int connect_tries
 
int connect_result
 
struct timer_list connect_timer
 
u8 w
 
bool srej_support
 
struct timer_list t1_timer
 
bool t1_active
 
struct timer_list t2_timer
 
bool t2_active
 
int ns
 
int nr
 
int dnr
 
struct sk_buff_head rcv_q
 
struct sk_buff_head send_q
 
bool rnr
 
struct sk_buff_head ack_pending_q
 
struct work_struct sm_work
 
int tx_headroom
 
int tx_tailroom
 
llc_failure_t llc_failure
 

Detailed Description

Definition at line 39 of file llc_shdlc.c.

Field Documentation

struct sk_buff_head ack_pending_q

Definition at line 71 of file llc_shdlc.c.

int connect_result

Definition at line 50 of file llc_shdlc.c.

struct timer_list connect_timer

Definition at line 51 of file llc_shdlc.c.

int connect_tries

Definition at line 49 of file llc_shdlc.c.

wait_queue_head_t* connect_wq

Definition at line 48 of file llc_shdlc.c.

int dnr

Definition at line 64 of file llc_shdlc.c.

int hard_fault

Definition at line 46 of file llc_shdlc.c.

Definition at line 40 of file llc_shdlc.c.

llc_failure_t llc_failure

Definition at line 78 of file llc_shdlc.c.

int nr

Definition at line 63 of file llc_shdlc.c.

int ns

Definition at line 62 of file llc_shdlc.c.

Definition at line 66 of file llc_shdlc.c.

rcv_to_hci_t rcv_to_hci

Definition at line 42 of file llc_shdlc.c.

bool rnr

Definition at line 69 of file llc_shdlc.c.

Definition at line 68 of file llc_shdlc.c.

Definition at line 73 of file llc_shdlc.c.

bool srej_support

Definition at line 54 of file llc_shdlc.c.

Definition at line 45 of file llc_shdlc.c.

struct mutex state_mutex

Definition at line 44 of file llc_shdlc.c.

bool t1_active

Definition at line 57 of file llc_shdlc.c.

struct timer_list t1_timer

Definition at line 56 of file llc_shdlc.c.

bool t2_active

Definition at line 60 of file llc_shdlc.c.

struct timer_list t2_timer

Definition at line 59 of file llc_shdlc.c.

int tx_headroom

Definition at line 75 of file llc_shdlc.c.

int tx_tailroom

Definition at line 76 of file llc_shdlc.c.

u8 w

Definition at line 53 of file llc_shdlc.c.

xmit_to_drv_t xmit_to_drv

Definition at line 41 of file llc_shdlc.c.


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