Searched refs:rmc (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/net/fddi/ |
D | defza.c | 424 writel_o(0, &fp->ring_hst_rx[i].rmc); in fza_rx_init() 449 u32 own, rmc; in fza_do_xmit() local 463 rmc = FZA_RING_TX_SOP | FZA_RING_TX_VBC | len; in fza_do_xmit() 482 rmc |= FZA_RING_TX_EOP; /* Mark last frag. */ in fza_do_xmit() 484 writel_o(rmc, &fp->ring_rmc_tx[i].rmc); in fza_do_xmit() 493 rmc = 0; in fza_do_xmit() 512 u32 rmc, struct net_device *dev) in fza_do_recv_smt() argument 529 writel_o(rmc, &fp->ring_smt_rx[i].rmc); in fza_do_recv_smt() 544 u32 own, rmc; in fza_tx() local 555 rmc = readl_u(&fp->ring_rmc_tx[i].rmc); in fza_tx() [all …]
|
D | defza.h | 285 u32 rmc; /* RMC information */ member 321 u32 rmc; /* RMC information */ member 362 u32 rmc; /* RMC information */ member
|
/linux-6.6.21/net/mac80211/ |
D | mesh.c | 175 sdata->u.mesh.rmc = kmalloc(sizeof(struct mesh_rmc), GFP_KERNEL); in mesh_rmc_init() 176 if (!sdata->u.mesh.rmc) in mesh_rmc_init() 178 sdata->u.mesh.rmc->idx_mask = RMC_BUCKETS - 1; in mesh_rmc_init() 180 INIT_HLIST_HEAD(&sdata->u.mesh.rmc->bucket[i]); in mesh_rmc_init() 186 struct mesh_rmc *rmc = sdata->u.mesh.rmc; in mesh_rmc_free() local 191 if (!sdata->u.mesh.rmc) in mesh_rmc_free() 195 hlist_for_each_entry_safe(p, n, &rmc->bucket[i], list) { in mesh_rmc_free() 201 kfree(rmc); in mesh_rmc_free() 202 sdata->u.mesh.rmc = NULL; in mesh_rmc_free() 221 struct mesh_rmc *rmc = sdata->u.mesh.rmc; in mesh_rmc_check() local [all …]
|
D | ieee80211_i.h | 706 struct mesh_rmc *rmc; member
|