Searched refs:rmc (Results 1 – 2 of 2) sorted by relevance
183 sdata->u.mesh.rmc = kmalloc_obj(struct mesh_rmc); in mesh_rmc_init()184 if (!sdata->u.mesh.rmc) in mesh_rmc_init()186 sdata->u.mesh.rmc->idx_mask = RMC_BUCKETS - 1; in mesh_rmc_init()188 INIT_HLIST_HEAD(&sdata->u.mesh.rmc->bucket[i]); in mesh_rmc_init()194 struct mesh_rmc *rmc = sdata->u.mesh.rmc; in mesh_rmc_free() local199 if (!sdata->u.mesh.rmc) in mesh_rmc_free()203 hlist_for_each_entry_safe(p, n, &rmc->bucket[i], list) { in mesh_rmc_free()209 kfree(rmc); in mesh_rmc_free()210 sdata->u.mesh.rmc = NULL; in mesh_rmc_free()229 struct mesh_rmc *rmc = sdata->u.mesh.rmc; in mesh_rmc_check() local[all …]
285 u32 rmc; /* RMC information */ member321 u32 rmc; /* RMC information */ member362 u32 rmc; /* RMC information */ member