Searched refs:uether_fn_t (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/sys/dev/usb/net/
H A Dusb_ethernet.h57 typedef void (uether_fn_t)(struct usb_ether *); typedef
60 uether_fn_t *ue_attach_post;
61 uether_fn_t *ue_start;
62 uether_fn_t *ue_init;
63 uether_fn_t *ue_stop;
64 uether_fn_t *ue_setmulti;
65 uether_fn_t *ue_setpromisc;
66 uether_fn_t *ue_tick;
H A Dif_ipheth.c73 static uether_fn_t ipheth_attach_post;
74 static uether_fn_t ipheth_tick;
75 static uether_fn_t ipheth_init;
76 static uether_fn_t ipheth_stop;
77 static uether_fn_t ipheth_start;
78 static uether_fn_t ipheth_setmulti;
79 static uether_fn_t ipheth_setpromisc;
H A Dif_cue.c108 static uether_fn_t cue_attach_post;
109 static uether_fn_t cue_init;
110 static uether_fn_t cue_stop;
111 static uether_fn_t cue_start;
112 static uether_fn_t cue_tick;
113 static uether_fn_t cue_setmulti;
114 static uether_fn_t cue_setpromisc;
H A Dif_kue.c150 static uether_fn_t kue_attach_post;
151 static uether_fn_t kue_init;
152 static uether_fn_t kue_stop;
153 static uether_fn_t kue_start;
154 static uether_fn_t kue_setmulti;
155 static uether_fn_t kue_setpromisc;
H A Dif_aue.c199 static uether_fn_t aue_attach_post;
200 static uether_fn_t aue_init;
201 static uether_fn_t aue_stop;
202 static uether_fn_t aue_start;
203 static uether_fn_t aue_tick;
204 static uether_fn_t aue_setmulti;
205 static uether_fn_t aue_setpromisc;
H A Dif_axge.c100 static uether_fn_t axge_attach_post;
101 static uether_fn_t axge_init;
102 static uether_fn_t axge_stop;
103 static uether_fn_t axge_start;
104 static uether_fn_t axge_tick;
105 static uether_fn_t axge_setmulti;
106 static uether_fn_t axge_setpromisc;
H A Dif_rue.c131 static uether_fn_t rue_attach_post;
132 static uether_fn_t rue_init;
133 static uether_fn_t rue_stop;
134 static uether_fn_t rue_start;
135 static uether_fn_t rue_tick;
136 static uether_fn_t rue_setmulti;
137 static uether_fn_t rue_setpromisc;
H A Dif_udav.c90 static uether_fn_t udav_attach_post;
91 static uether_fn_t udav_init;
92 static uether_fn_t udav_stop;
93 static uether_fn_t udav_start;
94 static uether_fn_t udav_tick;
95 static uether_fn_t udav_setmulti;
96 static uether_fn_t udav_setpromisc;
H A Dif_urndis.c75 static uether_fn_t urndis_attach_post;
76 static uether_fn_t urndis_init;
77 static uether_fn_t urndis_stop;
78 static uether_fn_t urndis_start;
79 static uether_fn_t urndis_setmulti;
80 static uether_fn_t urndis_setpromisc;
H A Dif_axe.c192 static uether_fn_t axe_attach_post;
193 static uether_fn_t axe_init;
194 static uether_fn_t axe_stop;
195 static uether_fn_t axe_start;
196 static uether_fn_t axe_tick;
197 static uether_fn_t axe_setmulti;
198 static uether_fn_t axe_setpromisc;
H A Dif_smsc.c164 static uether_fn_t smsc_attach_post;
165 static uether_fn_t smsc_init;
166 static uether_fn_t smsc_stop;
167 static uether_fn_t smsc_start;
168 static uether_fn_t smsc_tick;
169 static uether_fn_t smsc_setmulti;
170 static uether_fn_t smsc_setpromisc;
H A Dif_cdce.c101 static uether_fn_t cdce_attach_post;
102 static uether_fn_t cdce_init;
103 static uether_fn_t cdce_stop;
104 static uether_fn_t cdce_start;
105 static uether_fn_t cdce_setmulti;
106 static uether_fn_t cdce_setpromisc;

Completed in 134 milliseconds