Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/net/
Dusb_eth_drv.c136 if ((total_len > MAX_ETH_MSG) || (total_len < 0)) { in eth_drv_recv()
137 total_len = MAX_ETH_MSG; in eth_drv_recv()
Dusb_eth_drv.h57 #define MAX_ETH_MSG 1540 macro
Dif_cdce.c903 m = uether_newbuf(MAX_ETH_MSG); in cdce_bulk_read_callback()
/third_party/NuttX/drivers/usbdev/gadget/
Df_ether.c231 if (total_len > MAX_ETH_MSG) in eth_rx()
233 total_len = MAX_ETH_MSG; in eth_rx()