Home
last modified time | relevance | path

Searched refs:uether_fn_t (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/usb/net/
H A Dusb_ethernet.h52 typedef void (uether_fn_t)(struct usb_ether *); typedef
55 uether_fn_t *ue_attach_post;
56 uether_fn_t *ue_start;
57 uether_fn_t *ue_init;
58 uether_fn_t *ue_stop;
59 uether_fn_t *ue_setmulti;
60 uether_fn_t *ue_setpromisc;
61 uether_fn_t *ue_tick;
H A Dif_ipheth.c77 static uether_fn_t ipheth_attach_post;
78 static uether_fn_t ipheth_tick;
79 static uether_fn_t ipheth_init;
80 static uether_fn_t ipheth_stop;
81 static uether_fn_t ipheth_start;
82 static uether_fn_t ipheth_setmulti;
83 static uether_fn_t ipheth_setpromisc;
H A Dif_cue.c112 static uether_fn_t cue_attach_post;
113 static uether_fn_t cue_init;
114 static uether_fn_t cue_stop;
115 static uether_fn_t cue_start;
116 static uether_fn_t cue_tick;
117 static uether_fn_t cue_setmulti;
118 static uether_fn_t cue_setpromisc;
H A Dif_kue.c154 static uether_fn_t kue_attach_post;
155 static uether_fn_t kue_init;
156 static uether_fn_t kue_stop;
157 static uether_fn_t kue_start;
158 static uether_fn_t kue_setmulti;
159 static uether_fn_t kue_setpromisc;
H A Dif_rue.c142 static uether_fn_t rue_attach_post;
143 static uether_fn_t rue_init;
144 static uether_fn_t rue_stop;
145 static uether_fn_t rue_start;
146 static uether_fn_t rue_tick;
147 static uether_fn_t rue_setmulti;
148 static uether_fn_t rue_setpromisc;
H A Dif_udav.c99 static uether_fn_t udav_attach_post;
100 static uether_fn_t udav_init;
101 static uether_fn_t udav_stop;
102 static uether_fn_t udav_start;
103 static uether_fn_t udav_tick;
104 static uether_fn_t udav_setmulti;
105 static uether_fn_t udav_setpromisc;
H A Dif_cdceem.c161 static uether_fn_t cdceem_attach_post;
162 static uether_fn_t cdceem_init;
163 static uether_fn_t cdceem_stop;
164 static uether_fn_t cdceem_start;
165 static uether_fn_t cdceem_setmulti;
166 static uether_fn_t cdceem_setpromisc;
H A Dif_aue.c210 static uether_fn_t aue_attach_post;
211 static uether_fn_t aue_init;
212 static uether_fn_t aue_stop;
213 static uether_fn_t aue_start;
214 static uether_fn_t aue_tick;
215 static uether_fn_t aue_setmulti;
216 static uether_fn_t aue_setpromisc;
H A Dif_axge.c112 static uether_fn_t axge_attach_post;
113 static uether_fn_t axge_init;
114 static uether_fn_t axge_stop;
115 static uether_fn_t axge_start;
116 static uether_fn_t axge_tick;
117 static uether_fn_t axge_rxfilter;
H A Dif_urndis.c73 static uether_fn_t urndis_attach_post;
74 static uether_fn_t urndis_init;
75 static uether_fn_t urndis_stop;
76 static uether_fn_t urndis_start;
77 static uether_fn_t urndis_setmulti;
78 static uether_fn_t urndis_setpromisc;
H A Dif_smsc.c196 static uether_fn_t smsc_attach_post;
197 static uether_fn_t smsc_init;
198 static uether_fn_t smsc_stop;
199 static uether_fn_t smsc_start;
200 static uether_fn_t smsc_tick;
201 static uether_fn_t smsc_setmulti;
202 static uether_fn_t smsc_setpromisc;
H A Dif_axe.c197 static uether_fn_t axe_attach_post;
198 static uether_fn_t axe_init;
199 static uether_fn_t axe_stop;
200 static uether_fn_t axe_start;
201 static uether_fn_t axe_tick;
202 static uether_fn_t axe_setmulti;
203 static uether_fn_t axe_setpromisc;
H A Dif_muge.c208 static uether_fn_t muge_attach_post;
209 static uether_fn_t muge_init;
210 static uether_fn_t muge_stop;
211 static uether_fn_t muge_start;
212 static uether_fn_t muge_tick;
213 static uether_fn_t muge_setmulti;
214 static uether_fn_t muge_setpromisc;
H A Dif_cdce.c106 static uether_fn_t cdce_attach_post;
107 static uether_fn_t cdce_init;
108 static uether_fn_t cdce_stop;
109 static uether_fn_t cdce_start;
110 static uether_fn_t cdce_setmulti;
111 static uether_fn_t cdce_setpromisc;
H A Dif_ure.c127 static uether_fn_t ure_attach_post;
128 static uether_fn_t ure_init;
129 static uether_fn_t ure_stop;
130 static uether_fn_t ure_start;
131 static uether_fn_t ure_tick;
132 static uether_fn_t ure_rxfilter;