Home
last modified time | relevance | path

Searched refs:abr_vc_table (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/atm/
Diphase.c1423 struct abr_vc_table *abr_vc_table; local
1581 abr_vc_table = (struct abr_vc_table *)(iadev->reass_ram+i);
1583 memset ((char*)abr_vc_table, 0, j * sizeof(*abr_vc_table));
1585 abr_vc_table->rdf = 0x0003;
1586 abr_vc_table->air = 0x5eb1;
1587 abr_vc_table++;
2668 struct abr_vc_table __iomem *abr_vc_table = local
2670 abr_vc_table += vcc->vci;
2671 abr_vc_table->rdf = 0x0003;
2672 abr_vc_table->air = 0x5eb1;
Diphase.h221 struct abr_vc_table struct