Lines Matching refs:vci
1242 int vci = vcc->vci; in ns_open() local
1246 vci); in ns_open()
1252 vc = &(card->vcmap[vpi << card->vcibits | vci]); in ns_open()
1399 (vpi << card->vcibits | vci) * in ns_open()
1419 (int)vcc->vpi, vcc->vci); in ns_close()
1429 (vcc->vpi << card->vcibits | vcc->vci) * NS_RCT_ENTRY_SIZE; in ns_close()
1675 ns_tbd_mkword_4(0, (u32) vcc->vpi, (u32) vcc->vci, 0, in _ns_send()
1693 vci) << in _ns_send()
1977 u32 vpi, vci; in dequeue_rx() local
2010 vci = ns_rsqe_vci(rsqe); in dequeue_rx()
2011 if (vpi >= 1UL << card->vpibits || vci >= 1UL << card->vcibits) { in dequeue_rx()
2013 card->index, vpi, vci); in dequeue_rx()
2018 vc = &(card->vcmap[vpi << card->vcibits | vci]); in dequeue_rx()
2021 card->index, vpi, vci); in dequeue_rx()
2469 card->tste2vc[left + 1]->tx_vcc->vci); in ns_proc_read()