Linux Kernel
3.7.1
|
Data Fields | |
spinlock_t | lock |
struct _hfc4s8s_hw * | hw |
int | l1_state |
struct timer_list | l1_timer |
int | nt_mode |
int | st_num |
int | enabled |
struct sk_buff_head | d_tx_queue |
int | tx_cnt |
struct hisax_d_if | d_if |
struct hfc4s8s_btype | b_ch [2] |
struct hisax_b_if * | b_table [2] |
Definition at line 149 of file hfc4s8s_l1.c.
struct hfc4s8s_btype b_ch[2] |
Definition at line 160 of file hfc4s8s_l1.c.
struct hisax_b_if* b_table[2] |
Definition at line 161 of file hfc4s8s_l1.c.
struct hisax_d_if d_if |
Definition at line 159 of file hfc4s8s_l1.c.
struct sk_buff_head d_tx_queue |
Definition at line 157 of file hfc4s8s_l1.c.
int enabled |
Definition at line 156 of file hfc4s8s_l1.c.
Definition at line 151 of file hfc4s8s_l1.c.
int l1_state |
Definition at line 152 of file hfc4s8s_l1.c.
struct timer_list l1_timer |
Definition at line 153 of file hfc4s8s_l1.c.
spinlock_t lock |
Definition at line 150 of file hfc4s8s_l1.c.
int nt_mode |
Definition at line 154 of file hfc4s8s_l1.c.
int st_num |
Definition at line 155 of file hfc4s8s_l1.c.
int tx_cnt |
Definition at line 158 of file hfc4s8s_l1.c.