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

/linux-master/drivers/atm/
H A Dnicstar.c1236 int frscdi = 0; /* Index of the SCD. Initialized to remove the compiler local
1336 for (frscdi = 0; frscdi < NS_FRSCD_NUM; frscdi++) {
1337 if (card->scd2vc[frscdi] == NULL) {
1338 card->scd2vc[frscdi] = vc;
1342 if (frscdi == NS_FRSCD_NUM) {
1352 vc->cbr_scd = NS_FRSCD + frscdi * NS_FRSCD_SIZE;
1358 card->scd2vc[frscdi] = NULL;

Completed in 244 milliseconds