Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/atm/
Diphase.c1422 struct abr_vc_table *abr_vc_table; local
1580 abr_vc_table = (struct abr_vc_table *)(iadev->reass_ram+i);
1582 memset ((char*)abr_vc_table, 0, j * sizeof(*abr_vc_table));
1584 abr_vc_table->rdf = 0x0003;
1585 abr_vc_table->air = 0x5eb1;
1586 abr_vc_table++;
2667 struct abr_vc_table __iomem *abr_vc_table = local
2669 abr_vc_table += vcc->vci;
2670 abr_vc_table->rdf = 0x0003;
2671 abr_vc_table->air = 0x5eb1;
Diphase.h221 struct abr_vc_table struct