Searched refs:scdi (Results 1 – 2 of 2) sorted by relevance
1487 u32 scdi, scqi; in ns_close() local1492 scdi = (vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE; in ns_close()1494 tsr.word_2 = ns_tsr_mkword_2(scdi, scqi); in ns_close()1723 u32 scdi, scqi; in push_scqe() local1796 scdi = NS_TSR_SCDISVBR; in push_scqe()1798 scdi = (vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE; in push_scqe()1800 tsr.word_2 = ns_tsr_mkword_2(scdi, scqi); in push_scqe()1832 u32 scdi; in process_tsq() local1864 scdi = ns_tsi_getscdindex(card->tsq.next); in process_tsq()1865 if (scdi == NS_TSI_SCDISVBR) in process_tsq()[all …]
245 #define ns_tsr_mkword_2(scdi, scqi) \ argument246 (cpu_to_le32((scdi) << 16 | 0x00008000 | (scqi)))