MAL_MAX_TX_SIZE 1488 drivers/net/ethernet/ibm/emac/core.c int chunk = min(len, MAL_MAX_TX_SIZE); MAL_MAX_TX_SIZE 1524 drivers/net/ethernet/ibm/emac/core.c if (likely(!nr_frags && len <= MAL_MAX_TX_SIZE)) MAL_MAX_TX_SIZE 1542 drivers/net/ethernet/ibm/emac/core.c chunk = min(len, MAL_MAX_TX_SIZE); MAL_MAX_TX_SIZE 134 drivers/net/ethernet/ibm/emac/mal.h return DIV_ROUND_UP(len, MAL_MAX_TX_SIZE);