Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/usb/net/
Duhso.c248 static struct unrhdr *uhso_ifnet_unit = NULL; variable
684 free_unr(uhso_ifnet_unit, sc->sc_ifp->if_dunit); in uhso_detach()
754 uhso_ifnet_unit = new_unrhdr(0, INT_MAX, NULL); in uhso_driver_loaded()
758 delete_unrhdr(uhso_ifnet_unit); in uhso_driver_loaded()
1583 devunit = alloc_unr(uhso_ifnet_unit); in uhso_attach_ifnet()