Home
last modified time | relevance | path

Searched defs:mlx5_sys_mem (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_malloc.c14 struct mlx5_sys_mem { struct
15 uint32_t init:1; /* Memory allocator initialized. */
16 uint32_t enable:1; /* System memory select. */
17 uint32_t reserve:30; /* Reserve. */
41 static struct mlx5_sys_mem mlx5_sys_mem = { variable