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

#include <hdlc.h>

Data Fields

int(* attach )(struct net_device *dev, unsigned short encoding, unsigned short parity)
 
netdev_tx_t(* xmit )(struct sk_buff *skb, struct net_device *dev)
 
struct hdlc_protoproto
 
int carrier
 
int open
 
spinlock_t state_lock
 
voidstate
 
voidpriv
 

Detailed Description

Definition at line 38 of file hdlc.h.

Field Documentation

int(* attach)(struct net_device *dev, unsigned short encoding, unsigned short parity)

Definition at line 40 of file hdlc.h.

int carrier

Definition at line 48 of file hdlc.h.

int open

Definition at line 49 of file hdlc.h.

Definition at line 52 of file hdlc.h.

Definition at line 47 of file hdlc.h.

Definition at line 51 of file hdlc.h.

spinlock_t state_lock

Definition at line 50 of file hdlc.h.

Definition at line 44 of file hdlc.h.


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