Home
last modified time | relevance | path

Searched refs:rmc (Results 1 – 2 of 2) sorted by relevance

/linux/net/mac80211/
H A Dmesh.c183 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() local
199 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 …]
/linux/drivers/net/fddi/
H A Ddefza.h285 u32 rmc; /* RMC information */ member
321 u32 rmc; /* RMC information */ member
362 u32 rmc; /* RMC information */ member