Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c108 #define DEFAULT_BUFSIZE 1536 macro
109 static int buf_sz = DEFAULT_BUFSIZE;
1448 else if (mtu > DEFAULT_BUFSIZE) in stmmac_set_bfsize()
1451 ret = DEFAULT_BUFSIZE; in stmmac_set_bfsize()