Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/bus/fsl-mc/
Dfsl-mc-private.h538 struct fsl_mc_resource_pool { struct
539 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;