Lines Matching refs:rte_mem
168 bool rte_mem; in mlx5_malloc() local
175 rte_mem = true; in mlx5_malloc()
177 rte_mem = false; in mlx5_malloc()
179 rte_mem = mlx5_sys_mem.enable ? false : true; in mlx5_malloc()
180 if (rte_mem) { in mlx5_malloc()
213 bool rte_mem; in mlx5_realloc() local
220 rte_mem = true; in mlx5_realloc()
222 rte_mem = false; in mlx5_realloc()
224 rte_mem = mlx5_sys_mem.enable ? false : true; in mlx5_realloc()
226 if (rte_mem != mlx5_mem_is_rte(addr)) { in mlx5_realloc()
231 if (rte_mem) { in mlx5_realloc()