Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dnicstar.c1386 int frscdi = 0; /* Index of the SCD. Initialized to remove the compiler in ns_open() local
1489 for (frscdi = 0; frscdi < NS_FRSCD_NUM; frscdi++) in ns_open()
1491 if (card->scd2vc[frscdi] == NULL) in ns_open()
1493 card->scd2vc[frscdi] = vc; in ns_open()
1497 if (frscdi == NS_FRSCD_NUM) in ns_open()
1506 vc->cbr_scd = NS_FRSCD + frscdi * NS_FRSCD_SIZE; in ns_open()
1512 card->scd2vc[frscdi] = NULL; in ns_open()