Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_uio.c51 #define DEFAULT_BUFSIZE 1536 macro
52 static int buf_sz = DEFAULT_BUFSIZE;
788 else if (mtu > DEFAULT_BUFSIZE) in uio_set_bfsize()
791 ret = DEFAULT_BUFSIZE; in uio_set_bfsize()
H A Dstmmac_main.c90 #define DEFAULT_BUFSIZE 1536 macro
91 static int buf_sz = DEFAULT_BUFSIZE;
155 if (unlikely((buf_sz < DEFAULT_BUFSIZE) || (buf_sz > BUF_SIZE_16KiB))) in stmmac_verify_args()
156 buf_sz = DEFAULT_BUFSIZE; in stmmac_verify_args()
1249 else if (mtu > DEFAULT_BUFSIZE) in stmmac_set_bfsize()
1252 ret = DEFAULT_BUFSIZE; in stmmac_set_bfsize()
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff134 +#define DEFAULT_BUFSIZE 1536
135 +static int buf_sz = DEFAULT_BUFSIZE;
871 + else if (mtu > DEFAULT_BUFSIZE)
874 + ret = DEFAULT_BUFSIZE;
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff149 +#define DEFAULT_BUFSIZE 1536
152 +static int buf_sz = DEFAULT_BUFSIZE;