Home
last modified time | relevance | path

Searched defs:usb_netif (Results 1 – 2 of 2) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
Df_ether.c159 uint8_t eth_set_hwaddr(struct netif *usb_netif, uint8_t *addr, uint8_t len) in eth_set_hwaddr()
209 static void eth_tx(struct netif *usb_netif, struct pbuf *p) in eth_tx()
227 struct netif *usb_netif = &sc->ac_if; in eth_rx() local
257 static void eth_drv_config(struct netif *usb_netif, uint32_t cflags, uint8_t set_bit) in eth_drv_config()
270 struct netif *usb_netif = &sc->ac_if; in netdev_register() local
310 struct netif *usb_netif = &sc->ac_if; in netdev_unregister() local
/third_party/FreeBSD/sys/dev/usb/net/
Dusb_eth_drv.c63 struct netif *usb_netif = &sc->ac_if; in eth_drv_init() local
131 struct netif *usb_netif = &sc->ac_if; in eth_drv_recv() local
164 eth_drv_send(struct netif *usb_netif, struct pbuf *p) in eth_drv_send()