Searched refs:PKT_MAXBUF_SIZE (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | fs_enet.h | 102 #define PKT_MAXBUF_SIZE (MAX_MTU+ETH_HLEN+CRC_LEN) macro 106 #define PKT_MAXBLR_SIZE ((PKT_MAXBUF_SIZE + 31) & ~31) 109 #define ENET_RX_FRSIZE L1_CACHE_ALIGN(PKT_MAXBUF_SIZE + ENET_RX_ALIGN - 1)
|
| H A D | fs_enet-main.c | 249 L1_CACHE_ALIGN(PKT_MAXBUF_SIZE), in fs_enet_napi() 253 L1_CACHE_ALIGN(PKT_MAXBUF_SIZE), in fs_enet_napi() 362 L1_CACHE_ALIGN(PKT_MAXBUF_SIZE), in fs_init_bds() 413 L1_CACHE_ALIGN(PKT_MAXBUF_SIZE), in fs_cleanup_bds()
|
| H A D | mac-fec.c | 262 FW(fecp, r_cntrl, PKT_MAXBUF_SIZE << 16); in restart() 264 FW(fecp, r_hash, PKT_MAXBUF_SIZE); in restart()
|
| H A D | mac-fcc.c | 320 W16(ep, fen_mflr, PKT_MAXBUF_SIZE); /* maximum frame length register */ in restart()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec_main.c | 240 #define PKT_MAXBUF_SIZE (round_down(2048 - 64, 64)) macro 1292 (ndev->mtu > (PKT_MAXBUF_SIZE - VLAN_ETH_HLEN - ETH_FCS_LEN))) in fec_restart() 5429 fep->max_buf_size = PKT_MAXBUF_SIZE; in fec_probe()
|