Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.h524 #define DPAA2_ETH_SGT_CACHE_SIZE 256 macro
526 void *buf[DPAA2_ETH_SGT_CACHE_SIZE];
Ddpaa2-eth.c887 if (sgt_cache->count >= DPAA2_ETH_SGT_CACHE_SIZE) in dpaa2_eth_sgt_recycle()