Home
last modified time | relevance | path

Searched refs:dr_reclaim_domain_memory (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h335 void (*dr_reclaim_domain_memory)(void *domain, uint32_t enable); member
H A Dmlx5_glue.c1408 .dr_reclaim_domain_memory = mlx5_glue_dr_reclaim_domain_memory,
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c343 mlx5_glue->dr_reclaim_domain_memory(sh->rx_domain, 1); in mlx5_alloc_shared_dr()
344 mlx5_glue->dr_reclaim_domain_memory(sh->tx_domain, 1); in mlx5_alloc_shared_dr()
346 mlx5_glue->dr_reclaim_domain_memory(sh->fdb_domain, 1); in mlx5_alloc_shared_dr()