Lines Matching refs:vpi
1240 short vpi = vcc->vpi; in ns_open() local
1244 PRINTK("nicstar%d: opening vpi.vci %d.%d \n", card->index, (int)vpi, in ns_open()
1251 vc = &(card->vcmap[vpi << card->vcibits | vci]); in ns_open()
1398 (vpi << card->vcibits | vci) * in ns_open()
1418 (int)vcc->vpi, vcc->vci); in ns_close()
1428 (vcc->vpi << card->vcibits | vcc->vci) * NS_RCT_ENTRY_SIZE; in ns_close()
1674 ns_tbd_mkword_4(0, (u32) vcc->vpi, (u32) vcc->vci, 0, in ns_send()
1691 vpi) << NS_TBD_VPI_SHIFT | ((u32) vcc-> in ns_send()
1964 u32 vpi, vci; in dequeue_rx() local
1997 vpi = ns_rsqe_vpi(rsqe); in dequeue_rx()
1999 if (vpi >= 1UL << card->vpibits || vci >= 1UL << card->vcibits) { in dequeue_rx()
2001 card->index, vpi, vci); in dequeue_rx()
2006 vc = &(card->vcmap[vpi << card->vcibits | vci]); in dequeue_rx()
2009 card->index, vpi, vci); in dequeue_rx()
2455 card->tste2vc[left + 1]->tx_vcc->vpi, in ns_proc_read()