HomeSort by: relevance | last modified time | path
    Searched defs:uno_stop (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
usbnet.h 172 usbnet_stop_cb uno_stop; /* I */ member in struct:usbnet_ops
301 * - calls uno_stop to stop hardware (unless we're detaching anyway)
usbnet.c 162 uno_stop(struct usbnet *un, struct ifnet *ifp, int disable) function in typeref:typename:void
165 if (un->un_ops->uno_stop)
166 (*un->un_ops->uno_stop)(ifp, disable);
1192 * the hardware. The driver's uno_stop routine now has
1201 uno_stop(un, ifp, disable);

Completed in 14 milliseconds