Lines Matching defs:scdi
1488 u32 scdi, scqi;
1493 scdi = (vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE;
1495 tsr.word_2 = ns_tsr_mkword_2(scdi, scqi);
1726 u32 scdi, scqi;
1799 scdi = NS_TSR_SCDISVBR;
1801 scdi = (vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE;
1803 tsr.word_2 = ns_tsr_mkword_2(scdi, scqi);
1835 u32 scdi;
1867 scdi = ns_tsi_getscdindex(card->tsq.next);
1868 if (scdi == NS_TSI_SCDISVBR)
1871 if (card->scd2vc[scdi] == NULL) {
1878 scq = card->scd2vc[scdi]->scq;