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

  /src/sys/dev/usb/
usbnet.c 282 * usbnet_rxeof() is designed to be the done callback for rx completion.
352 usbnet_rxeof(struct usbd_xfer *xfer, void *priv, usbd_status status) function in typeref:typename:void
399 un->un_rx_xfer_flags, USBD_NO_TIMEOUT, usbnet_rxeof);
691 un->un_rx_xfer_flags, USBD_NO_TIMEOUT, usbnet_rxeof);

Completed in 13 milliseconds