Lines Matching refs:scdi
1484 u32 scdi, scqi;
1489 scdi = (vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE;
1491 tsr.word_2 = ns_tsr_mkword_2(scdi, scqi);
1732 u32 scdi, scqi;
1805 scdi = NS_TSR_SCDISVBR;
1807 scdi = (vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE;
1809 tsr.word_2 = ns_tsr_mkword_2(scdi, scqi);
1841 u32 scdi;
1873 scdi = ns_tsi_getscdindex(card->tsq.next);
1874 if (scdi == NS_TSI_SCDISVBR)
1877 if (card->scd2vc[scdi] == NULL) {
1884 scq = card->scd2vc[scdi]->scq;