Searched defs:fsl_mc_resource_pool (Results 1 – 1 of 1) sorted by relevance
565 struct fsl_mc_resource_pool { struct566 enum fsl_mc_pool_type type;567 int max_count;568 int free_count;569 struct mutex mutex; /* serializes access to free_list */570 struct list_head free_list;571 struct fsl_mc_bus *mc_bus;