Searched refs:rmc (Results 1 – 4 of 4) sorted by relevance
424 writel_o(0, &fp->ring_hst_rx[i].rmc); in fza_rx_init()449 u32 own, rmc; in fza_do_xmit() local463 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() argument529 writel_o(rmc, &fp->ring_smt_rx[i].rmc); in fza_do_recv_smt()544 u32 own, rmc; in fza_tx() local555 rmc = readl_u(&fp->ring_rmc_tx[i].rmc); in fza_tx()[all …]
285 u32 rmc; /* RMC information */ member321 u32 rmc; /* RMC information */ member362 u32 rmc; /* RMC information */ member
184 sdata->u.mesh.rmc = kmalloc_obj(struct mesh_rmc); in mesh_rmc_init()185 if (!sdata->u.mesh.rmc) in mesh_rmc_init()187 sdata->u.mesh.rmc->idx_mask = RMC_BUCKETS - 1; in mesh_rmc_init()189 INIT_HLIST_HEAD(&sdata->u.mesh.rmc->bucket[i]); in mesh_rmc_init()195 struct mesh_rmc *rmc = sdata->u.mesh.rmc; in mesh_rmc_free() local200 if (!sdata->u.mesh.rmc) in mesh_rmc_free()204 hlist_for_each_entry_safe(p, n, &rmc->bucket[i], list) { in mesh_rmc_free()210 kfree(rmc); in mesh_rmc_free()211 sdata->u.mesh.rmc = NULL; in mesh_rmc_free()230 struct mesh_rmc *rmc = sdata->u.mesh.rmc; in mesh_rmc_check() local[all …]
790 struct mesh_rmc *rmc; member