Linux Kernel
3.7.1
|
#include <hisax_isac.h>
Data Fields | |
void * | priv |
u_long | flags |
struct hisax_d_if | hisax_d_if |
struct FsmInst | l1m |
struct FsmTimer | timer |
u_char | mocr |
u_char | adf2 |
int | type |
u_char | rcvbuf [MAX_DFRAME_LEN_L1] |
int | rcvidx |
struct sk_buff * | tx_skb |
int | tx_cnt |
u_char(* | read_isac )(struct isac *, u_char) |
void(* | write_isac )(struct isac *, u_char, u_char) |
void(* | read_isac_fifo )(struct isac *, u_char *, int) |
void(* | write_isac_fifo )(struct isac *, u_char *, int) |
Definition at line 13 of file hisax_isac.h.
u_char adf2 |
Definition at line 21 of file hisax_isac.h.
u_long flags |
Definition at line 16 of file hisax_isac.h.
Definition at line 17 of file hisax_isac.h.
Definition at line 18 of file hisax_isac.h.
u_char mocr |
Definition at line 20 of file hisax_isac.h.
Definition at line 14 of file hisax_isac.h.
u_char rcvbuf[MAX_DFRAME_LEN_L1] |
Definition at line 24 of file hisax_isac.h.
int rcvidx |
Definition at line 25 of file hisax_isac.h.
Definition at line 19 of file hisax_isac.h.
int tx_cnt |
Definition at line 28 of file hisax_isac.h.
Definition at line 27 of file hisax_isac.h.
Definition at line 22 of file hisax_isac.h.