Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/ibm/emac/
Dmal.h132 #define MAL_MAX_TX_SIZE 4080 macro
143 return (len + MAL_MAX_TX_SIZE - 1) / MAL_MAX_TX_SIZE; in mal_tx_chunks()
Dcore.c1406 int chunk = min(len, MAL_MAX_TX_SIZE); in emac_xmit_split()
1441 if (likely(!nr_frags && len <= MAL_MAX_TX_SIZE)) in emac_start_xmit_sg()
1459 chunk = min(len, MAL_MAX_TX_SIZE); in emac_start_xmit_sg()