Searched refs:MAL_MAX_TX_SIZE (Results 1 - 2 of 2) 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.h132 #define MAL_MAX_TX_SIZE 4080 macro
143 return (len + MAL_MAX_TX_SIZE - 1) / MAL_MAX_TX_SIZE;
H A Dcore.c1348 int chunk = min(len, MAL_MAX_TX_SIZE);
1383 if (likely(!nr_frags && len <= MAL_MAX_TX_SIZE))
1390 * MAL_MAX_TX_SIZE-sized chunks
1401 chunk = min(len, MAL_MAX_TX_SIZE);

Completed in 69 milliseconds