Searched refs:MAX_RX_SIZE (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ | ||
| H A D | ax88180.h | 66 #define MAX_RX_SIZE 0x3C00 macro |
| H A D | ax88180.c | 214 if ((data_size == 0) || (data_size > MAX_RX_SIZE)) { in ax88180_rx_handler() |