Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/net/
Dusb_eth_drv.c42 static void eth_drv_send(struct netif *usb_netif, struct pbuf *p);
73 usb_netif->drv_send = eth_drv_send; in eth_drv_init()
164 eth_drv_send(struct netif *usb_netif, struct pbuf *p) in eth_drv_send() function