Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dether_fcc.c95 #define PKT_MAXBLR_SIZE 1536 macro
301 pram_ptr->fen_genfcc.fcc_mrblr = PKT_MAXBLR_SIZE; /* 1536 */ in fec_init()
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h114 #define PKT_MAXBLR_SIZE ((PKT_MAXBUF_SIZE + 31) & ~31) macro
H A Dmac-fec.c263 FW(fecp, r_buff_size, PKT_MAXBLR_SIZE); in restart()
H A Dmac-fcc.c271 W16(ep, fen_genfcc.fcc_mrblr, PKT_MAXBLR_SIZE); in restart()
/openbmc/u-boot/drivers/net/
H A Dmcffec.c30 #define PKT_MAXBLR_SIZE 1520 macro
463 fecp->emrbr = PKT_MAXBLR_SIZE; in fec_init()
H A Dmpc8xx_fec.c86 #define PKT_MAXBLR_SIZE 1520 macro
549 out_be32(&fecp->fec_r_buff_size, PKT_MAXBLR_SIZE); in fec_init()
H A Dfsl_mcdmafec.c25 #define PKT_MAXBLR_SIZE 1536 macro