Searched refs:sgt_cache (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c866 struct dpaa2_eth_sgt_cache *sgt_cache; local
870 sgt_cache = this_cpu_ptr(priv->sgt_cache);
874 if (sgt_cache->count == 0)
877 sgt_buf = sgt_cache->buf[--sgt_cache->count];
888 struct dpaa2_eth_sgt_cache *sgt_cache; local
890 sgt_cache = this_cpu_ptr(priv->sgt_cache);
891 if (sgt_cache
1902 struct dpaa2_eth_sgt_cache *sgt_cache; local
[all...]
H A Ddpaa2-eth.h562 struct dpaa2_eth_sgt_cache __percpu *sgt_cache; member in struct:dpaa2_eth_priv

Completed in 165 milliseconds