Home
last modified time | relevance | path

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

/linux/drivers/atm/
H A Diphase.c1426 struct abr_vc_table *abr_vc_table; local
1584 abr_vc_table = (struct abr_vc_table *)(iadev->reass_ram+i);
1586 memset ((char*)abr_vc_table, 0, j * sizeof(*abr_vc_table));
1588 abr_vc_table->rdf = 0x0003;
1589 abr_vc_table->air = 0x5eb1;
1590 abr_vc_table++;
2678 struct abr_vc_table __iomem *abr_vc_table = local
2680 abr_vc_table += vcc->vci;
2681 abr_vc_table->rdf = 0x0003;
2682 abr_vc_table->air = 0x5eb1;
H A Diphase.h220 struct abr_vc_table struct