Searched refs:et_info_t (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Det_cfe.c46 struct et_info *next; /* pointer to next et_info_t in chain */
47 } et_info_t; typedef in typeref:struct:et_info
49 static et_info_t *et_list = NULL;
51 void et_init(et_info_t *et);
52 void et_reset(et_info_t *et);
53 void et_link_up(et_info_t *et);
54 void et_link_down(et_info_t *et);
55 int et_up(et_info_t *et);
56 int et_down(et_info_t *et, int reset);
57 void et_dump(et_info_t *e
[all...]
H A Det_linux.c76 struct et_info *next; /* pointer to next et_info_t in chain */
78 } et_info_t; typedef in typeref:struct:et_info
81 static et_info_t *et_list = NULL;
86 #define ET_INFO(dev) (et_info_t*)((dev)->priv)
99 void et_init(et_info_t *et);
100 void et_reset(et_info_t *et);
101 void et_link_up(et_info_t *et);
102 void et_link_down(et_info_t *et);
103 void et_up(et_info_t *et);
104 void et_down(et_info_t *e
[all...]

Completed in 44 milliseconds