Lines Matching defs:abr_vc_table
1424 struct abr_vc_table *abr_vc_table;
1582 abr_vc_table = (struct abr_vc_table *)(iadev->reass_ram+i);
1584 memset ((char*)abr_vc_table, 0, j * sizeof(*abr_vc_table));
1586 abr_vc_table->rdf = 0x0003;
1587 abr_vc_table->air = 0x5eb1;
1588 abr_vc_table++;
2676 struct abr_vc_table __iomem *abr_vc_table =
2678 abr_vc_table += vcc->vci;
2679 abr_vc_table->rdf = 0x0003;
2680 abr_vc_table->air = 0x5eb1;