Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-eth.c887 sgt_cache = this_cpu_ptr(priv->sgt_cache); in dpaa2_eth_build_sg_fd_single_buf()
890 if (sgt_cache->count == 0) in dpaa2_eth_build_sg_fd_single_buf()
894 sgt_buf = sgt_cache->buf[--sgt_cache->count]; in dpaa2_eth_build_sg_fd_single_buf()
940 sgt_cache->buf[sgt_cache->count++] = sgt_buf; in dpaa2_eth_build_sg_fd_single_buf()
1086 sgt_cache = this_cpu_ptr(priv->sgt_cache); in dpaa2_eth_free_tx_fd()
1093 sgt_cache->buf[sgt_cache->count++] = buffer_start; in dpaa2_eth_free_tx_fd()
1522 sgt_cache = per_cpu_ptr(priv->sgt_cache, k); in dpaa2_eth_sgt_cache_drain()
1523 count = sgt_cache->count; in dpaa2_eth_sgt_cache_drain()
1527 sgt_cache->count = 0; in dpaa2_eth_sgt_cache_drain()
4393 priv->sgt_cache = alloc_percpu(*priv->sgt_cache); in dpaa2_eth_probe()
[all …]
A Ddpaa2-eth.h512 struct dpaa2_eth_sgt_cache __percpu *sgt_cache; member

Completed in 18 milliseconds