Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/net/
H A Duhso.c249 static struct unrhdr *uhso_ifnet_unit = NULL; variable
688 free_unr(uhso_ifnet_unit, if_getdunit(sc->sc_ifp)); in uhso_detach()
758 uhso_ifnet_unit = new_unrhdr(0, INT_MAX, NULL); in uhso_driver_loaded()
762 delete_unrhdr(uhso_ifnet_unit); in uhso_driver_loaded()
1580 devunit = alloc_unr(uhso_ifnet_unit); in uhso_attach_ifnet()