Searched refs:rmc (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/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-v5.4/net/mac80211/ |
D | mesh.c | 167 sdata->u.mesh.rmc = kmalloc(sizeof(struct mesh_rmc), GFP_KERNEL); in mesh_rmc_init() 168 if (!sdata->u.mesh.rmc) in mesh_rmc_init() 170 sdata->u.mesh.rmc->idx_mask = RMC_BUCKETS - 1; in mesh_rmc_init() 172 INIT_HLIST_HEAD(&sdata->u.mesh.rmc->bucket[i]); in mesh_rmc_init() 178 struct mesh_rmc *rmc = sdata->u.mesh.rmc; in mesh_rmc_free() local 183 if (!sdata->u.mesh.rmc) in mesh_rmc_free() 187 hlist_for_each_entry_safe(p, n, &rmc->bucket[i], list) { in mesh_rmc_free() 193 kfree(rmc); in mesh_rmc_free() 194 sdata->u.mesh.rmc = NULL; in mesh_rmc_free() 213 struct mesh_rmc *rmc = sdata->u.mesh.rmc; in mesh_rmc_check() local [all …]
|
D | ieee80211_i.h | 679 struct mesh_rmc *rmc; member
|