Home
last modified time | relevance | path

Searched defs:PKT_MAXBLR_SIZE (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dmcffec.c30 #define PKT_MAXBLR_SIZE 1520 macro
H A Dfsl_mcdmafec.c25 #define PKT_MAXBLR_SIZE 1536 macro
H A Dmpc8xx_fec.c86 #define PKT_MAXBLR_SIZE 1520 macro
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dether_fcc.c95 #define PKT_MAXBLR_SIZE 1536 macro
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h114 #define PKT_MAXBLR_SIZE ((PKT_MAXBUF_SIZE + 31) & ~31) macro