Searched refs:channo (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfirestream.c738 unsigned int channo; local
757 channo = qe->cmd & 0xffff;
759 if (channo < dev->nchannels)
760 atm_vcc = dev->atm_vccs[channo];
781 printk (KERN_ERR "Got a receive on a non-open channel %d.\n", channo);
865 for (to=33;to;to--, dev->channo++) {
867 if (dev->channo >= 32)
868 dev->channo = 0;
870 if (DO_DIRECTION(rxtp) && dev->atm_vccs[dev->channo])
873 if (DO_DIRECTION(txtp) && test_bit (dev->channo, de
[all...]
H A Dfirestream.h451 int channo; member in struct:fs_vcc
481 int channo; member in struct:fs_dev

Completed in 84 milliseconds