Searched refs:scdi (Results 1 – 2 of 2) sorted by relevance
246 #define ns_tsr_mkword_2(scdi, scqi) \ argument247 (cpu_to_le32((scdi) << 16 | 0x00008000 | (scqi)))
1484 u32 scdi, scqi; in ns_close() local1489 scdi = (vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE; in ns_close()1491 tsr.word_2 = ns_tsr_mkword_2(scdi, scqi); in ns_close()1732 u32 scdi, scqi; in push_scqe() local1805 scdi = NS_TSR_SCDISVBR; in push_scqe()1809 tsr.word_2 = ns_tsr_mkword_2(scdi, scqi); in push_scqe()1841 u32 scdi; in process_tsq() local1873 scdi = ns_tsi_getscdindex(card->tsq.next); in process_tsq()1874 if (scdi == NS_TSI_SCDISVBR) in process_tsq()1877 if (card->scd2vc[scdi] == NULL) { in process_tsq()[all …]