Searched refs:MAX_ETH_MSG (Results 1 – 4 of 4) sorted by relevance
136 if ((total_len > MAX_ETH_MSG) || (total_len < 0)) { in eth_drv_recv()137 total_len = MAX_ETH_MSG; in eth_drv_recv()
57 #define MAX_ETH_MSG 1540 macro
903 m = uether_newbuf(MAX_ETH_MSG); in cdce_bulk_read_callback()
231 if (total_len > MAX_ETH_MSG) in eth_rx()233 total_len = MAX_ETH_MSG; in eth_rx()