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/
H A Dusb_ethernet.h86 typedef void (uether_fn_t)(struct usb_ether *); typedef
89 uether_fn_t *ue_attach_post;
90 uether_fn_t *ue_start;
91 uether_fn_t *ue_init;
92 uether_fn_t *ue_stop;
93 uether_fn_t *ue_setmulti;
94 uether_fn_t *ue_setpromisc;
95 uether_fn_t *ue_tick;
H A Dif_axge.c77 static uether_fn_t axge_attach_post;
78 static uether_fn_t axge_init;
79 static uether_fn_t axge_stop;
80 static uether_fn_t axge_start;
81 static uether_fn_t axge_setmulti;
82 static uether_fn_t axge_setpromisc;
83 static uether_fn_t axge_tick;
H A Dif_axe.c140 static uether_fn_t axe_attach_post;
141 static uether_fn_t axe_init;
142 static uether_fn_t axe_stop;
143 static uether_fn_t axe_start;
144 static uether_fn_t axe_setmulti;
145 static uether_fn_t axe_setpromisc;
146 static uether_fn_t axe_tick;
H A Dif_urndis.c42 static uether_fn_t urndis_attach_post;
43 static uether_fn_t urndis_init;
44 static uether_fn_t urndis_stop;
45 static uether_fn_t urndis_start;
46 static uether_fn_t urndis_setmulti;
47 static uether_fn_t urndis_setpromisc;
H A Dif_cdce.c75 static uether_fn_t cdce_attach_post;
76 static uether_fn_t cdce_init;
77 static uether_fn_t cdce_stop;
78 static uether_fn_t cdce_start;
79 static uether_fn_t cdce_setmulti;
80 static uether_fn_t cdce_setpromisc;

Completed in 6 milliseconds