Searched refs:channo (Results 1 – 2 of 2) sorted by relevance
778 unsigned int channo; in process_incoming() local797 channo = qe->cmd & 0xffff; in process_incoming()799 if (channo < dev->nchannels) in process_incoming()800 atm_vcc = dev->atm_vccs[channo]; in process_incoming()825 printk (KERN_ERR "Got a receive on a non-open channel %d.\n", channo); in process_incoming()910 for (to=33;to;to--, dev->channo++) { in fs_open()912 if (dev->channo >= 32) in fs_open()913 dev->channo = 0; in fs_open()915 if (DO_DIRECTION(rxtp) && dev->atm_vccs[dev->channo]) in fs_open()918 if (DO_DIRECTION(txtp) && test_bit (dev->channo, dev->tx_inuse)) in fs_open()[all …]
451 int channo; member481 int channo; member