Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c852 struct dpaa2_eth_sgt_cache *sgt_cache; in dpaa2_eth_build_sg_fd_single_buf() local
861 sgt_cache = this_cpu_ptr(priv->sgt_cache); in dpaa2_eth_build_sg_fd_single_buf()
864 if (sgt_cache->count == 0) in dpaa2_eth_build_sg_fd_single_buf()
868 sgt_buf = sgt_cache->buf[--sgt_cache->count]; in dpaa2_eth_build_sg_fd_single_buf()
911 if (sgt_cache->count >= DPAA2_ETH_SGT_CACHE_SIZE) in dpaa2_eth_build_sg_fd_single_buf()
914 sgt_cache->buf[sgt_cache->count++] = sgt_buf; in dpaa2_eth_build_sg_fd_single_buf()
981 struct dpaa2_eth_sgt_cache *sgt_cache; in dpaa2_eth_free_tx_fd() local
1472 struct dpaa2_eth_sgt_cache *sgt_cache; dpaa2_eth_sgt_cache_drain() local
[all...]
H A Ddpaa2-eth.h504 struct dpaa2_eth_sgt_cache __percpu *sgt_cache; member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c866 struct dpaa2_eth_sgt_cache *sgt_cache; in dpaa2_eth_sgt_get() local
870 sgt_cache = this_cpu_ptr(priv->sgt_cache); in dpaa2_eth_sgt_get()
874 if (sgt_cache->count == 0) in dpaa2_eth_sgt_get()
877 sgt_buf = sgt_cache->buf[--sgt_cache->count]; in dpaa2_eth_sgt_get()
888 struct dpaa2_eth_sgt_cache *sgt_cache; in dpaa2_eth_sgt_recycle() local
890 sgt_cache = this_cpu_ptr(priv->sgt_cache); in dpaa2_eth_sgt_recycle()
891 if (sgt_cache in dpaa2_eth_sgt_recycle()
1902 struct dpaa2_eth_sgt_cache *sgt_cache; dpaa2_eth_sgt_cache_drain() local
[all...]
H A Ddpaa2-eth.h562 struct dpaa2_eth_sgt_cache __percpu *sgt_cache; member

Completed in 13 milliseconds