Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/atm/
Diphase.c1425 struct abr_vc_table *abr_vc_table; local
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++;
2675 struct abr_vc_table __iomem *abr_vc_table = local
2677 abr_vc_table += vcc->vci;
2678 abr_vc_table->rdf = 0x0003;
2679 abr_vc_table->air = 0x5eb1;
Diphase.h220 struct abr_vc_table struct