Searched defs:ice_res_pool_info (Results 1 – 1 of 1) sorted by relevance
192 struct ice_res_pool_info { struct193 uint32_t base; /* Resource start index */194 uint32_t num_alloc; /* Allocated resource number */195 uint32_t num_free; /* Total available resource number */196 struct res_list alloc_list; /* Allocated resource list */197 struct res_list free_list; /* Available resource list */