Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
H A Dnicstar.c1239 int frscdi = 0; /* Index of the SCD. Initialized to remove the compiler in ns_open() local
1339 for (frscdi = 0; frscdi < NS_FRSCD_NUM; frscdi++) { in ns_open()
1340 if (card->scd2vc[frscdi] == NULL) { in ns_open()
1341 card->scd2vc[frscdi] = vc; in ns_open()
1345 if (frscdi == NS_FRSCD_NUM) { in ns_open()
1355 vc->cbr_scd = NS_FRSCD + frscdi * NS_FRSCD_SIZE; in ns_open()
1361 card->scd2vc[frscdi] = NULL; in ns_open()
/kernel/linux/linux-6.6/drivers/atm/
H A Dnicstar.c1235 int frscdi = 0; /* Index of the SCD. Initialized to remove the compiler in ns_open() local
1335 for (frscdi = 0; frscdi < NS_FRSCD_NUM; frscdi++) { in ns_open()
1336 if (card->scd2vc[frscdi] == NULL) { in ns_open()
1337 card->scd2vc[frscdi] = vc; in ns_open()
1341 if (frscdi == NS_FRSCD_NUM) { in ns_open()
1351 vc->cbr_scd = NS_FRSCD + frscdi * NS_FRSCD_SIZE; in ns_open()
1357 card->scd2vc[frscdi] = NULL; in ns_open()

Completed in 6 milliseconds