Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/net/
Dusb_ethernet.h89 typedef void (uether_fn_t)(struct usb_ether *); typedef
92 uether_fn_t *ue_attach_post;
93 uether_fn_t *ue_start;
94 uether_fn_t *ue_init;
95 uether_fn_t *ue_stop;
96 uether_fn_t *ue_setmulti;
97 uether_fn_t *ue_setpromisc;
98 uether_fn_t *ue_tick;
Dif_axge.c78 static uether_fn_t axge_attach_post;
79 static uether_fn_t axge_init;
80 static uether_fn_t axge_stop;
81 static uether_fn_t axge_start;
82 static uether_fn_t axge_setmulti;
83 static uether_fn_t axge_setpromisc;
84 static uether_fn_t axge_tick;
Dif_axe.c142 static uether_fn_t axe_attach_post;
143 static uether_fn_t axe_init;
144 static uether_fn_t axe_stop;
145 static uether_fn_t axe_start;
146 static uether_fn_t axe_setmulti;
147 static uether_fn_t axe_setpromisc;
148 static uether_fn_t axe_tick;
Dif_urndis.c43 static uether_fn_t urndis_attach_post;
44 static uether_fn_t urndis_init;
45 static uether_fn_t urndis_stop;
46 static uether_fn_t urndis_start;
47 static uether_fn_t urndis_setmulti;
48 static uether_fn_t urndis_setpromisc;
Dif_cdce.c76 static uether_fn_t cdce_attach_post;
77 static uether_fn_t cdce_init;
78 static uether_fn_t cdce_stop;
79 static uether_fn_t cdce_start;
80 static uether_fn_t cdce_setmulti;
81 static uether_fn_t cdce_setpromisc;