Home
last modified time | relevance | path

Searched refs:FEC_ENET_TX_FRSIZE (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/freescale/
Dfec.h350 #define FEC_ENET_TX_FRSIZE 2048 macro
351 #define FEC_ENET_TX_FRPPG (PAGE_SIZE / FEC_ENET_TX_FRSIZE)
Dfec_main.c3120 txq->tx_bounce[i] = kmalloc(FEC_ENET_TX_FRSIZE, GFP_KERNEL); in fec_enet_alloc_txq_buffers()