Searched refs:rmc (Results 1 – 3 of 3) 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
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() 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 in mesh_rmc_free() 229 struct mesh_rmc *rmc = sdata->u.mesh.rmc; mesh_rmc_check() local [all...]