Searched refs:MAL_MAX_RX_SIZE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dmal.h133 #define MAL_MAX_RX_SIZE 4080 macro
138 return len > MAL_MAX_RX_SIZE ? MAL_MAX_RX_SIZE : len;
H A Dcore.h67 return MAL_MAX_RX_SIZE;
H A Dmal.c88 size > MAL_MAX_RX_SIZE);

Completed in 115 milliseconds