Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dether_fcc.c96 #define PKT_MAXBLR_SIZE 1536 macro
302 pram_ptr->fen_genfcc.fcc_mrblr = PKT_MAXBLR_SIZE; /* 1536 */ in fec_init()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmpc8xx_fec.c87 #define PKT_MAXBLR_SIZE 1520 macro
550 out_be32(&fecp->fec_r_buff_size, PKT_MAXBLR_SIZE); in fec_init()
H A Dmcffec.c30 #define PKT_MAXBLR_SIZE 1520 macro
465 fecp->emrbr = PKT_MAXBLR_SIZE; in fec_init()
H A Dfsl_mcdmafec.c25 #define PKT_MAXBLR_SIZE 1536 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h116 #define PKT_MAXBLR_SIZE ((PKT_MAXBUF_SIZE + 31) & ~31) macro
H A Dmac-fec.c264 FW(fecp, r_buff_size, PKT_MAXBLR_SIZE); in restart()
H A Dmac-fcc.c273 W16(ep, fen_genfcc.fcc_mrblr, PKT_MAXBLR_SIZE); in restart()