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

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
imx8mm-kontron-n801x-s.dts 15 ethernet1 = &usbnet;
185 usbnet: usbether@1 { label
  /src/sys/dev/usb/
usbnet.h 1 /* $NetBSD: usbnet.h,v 1.35 2022/08/22 08:37:16 riastradh Exp $ */
46 * - replace most softc members with "struct usbnet" usage, in particular
47 * use usbnet pointer for ifp->if_softc, and device_private (real softc
60 * - start uses usbnet transmit prepare callback (uno_tx_prepare)
62 * - for rx, usbnet will enable the receive pipes and
66 * - for tx, usbnet will pull entries out of the
69 * the transmit completion function (internal to usbnet)
105 struct usbnet;
107 struct usbnet *unc_un;
133 typedef int (*usbnet_mii_read_reg_cb)(struct usbnet *, int reg
232 struct usbnet { struct
    [all...]

Completed in 14 milliseconds