Searched defs:fsl_mc_resource_pool (Results 1 – 1 of 1) sorted by relevance
538 struct fsl_mc_resource_pool { struct539 enum fsl_mc_pool_type type;540 int max_count;541 int free_count;542 struct mutex mutex; /* serializes access to free_list */543 struct list_head free_list;544 struct fsl_mc_bus *mc_bus;