Searched defs:mlx5_sys_mem (Results 1 – 1 of 1) sorted by relevance
14 struct mlx5_sys_mem { struct15 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