Lines Matching defs:abr_vc_table
1425 struct abr_vc_table *abr_vc_table;
1583 abr_vc_table = (struct abr_vc_table *)(iadev->reass_ram+i);
1585 memset ((char*)abr_vc_table, 0, j * sizeof(*abr_vc_table));
1587 abr_vc_table->rdf = 0x0003;
1588 abr_vc_table->air = 0x5eb1;
1589 abr_vc_table++;
2677 struct abr_vc_table __iomem *abr_vc_table =
2679 abr_vc_table += vcc->vci;
2680 abr_vc_table->rdf = 0x0003;
2681 abr_vc_table->air = 0x5eb1;