Home
last modified time | relevance | path

Searched defs:usb_ether_methods (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/bus/u4b/net/
H A Dusb_ethernet.h59 struct usb_ether_methods { struct
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;
87 const struct usb_ether_methods *ue_methods; argument