Searched refs:MAL_MAX_TX_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_mal.h135 #define MAL_MAX_TX_SIZE 4080 macro
146 return (len + MAL_MAX_TX_SIZE - 1) / MAL_MAX_TX_SIZE;
H A Dibm_emac_core.c1099 int chunk = min(len, MAL_MAX_TX_SIZE);
1134 if (likely(!nr_frags && len <= MAL_MAX_TX_SIZE))
1141 * MAL_MAX_TX_SIZE-sized chunks
1152 chunk = min(len, MAL_MAX_TX_SIZE);

Completed in 43 milliseconds