Home
last modified time | relevance | path

Searched refs:FEC_ENET_TX_FRSIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dfec.h346 #define FEC_ENET_TX_FRSIZE 2048 macro
347 #define FEC_ENET_TX_FRPPG (PAGE_SIZE / FEC_ENET_TX_FRSIZE)
H A Dfec_main.c2976 txq->tx_bounce[i] = kmalloc(FEC_ENET_TX_FRSIZE, GFP_KERNEL); in fec_enet_alloc_txq_buffers()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dfec.h357 #define FEC_ENET_TX_FRSIZE 2048 macro
358 #define FEC_ENET_TX_FRPPG (PAGE_SIZE / FEC_ENET_TX_FRSIZE)
H A Dfec_main.c3414 txq->tx_bounce[i] = kmalloc(FEC_ENET_TX_FRSIZE, GFP_KERNEL); in fec_enet_alloc_txq_buffers()

Completed in 15 milliseconds