Searched refs:channo (Results 1 – 2 of 2) sorted by relevance
783 unsigned int channo; in process_incoming() local802 channo = qe->cmd & 0xffff; in process_incoming()804 if (channo < dev->nchannels) in process_incoming()805 atm_vcc = dev->atm_vccs[channo]; in process_incoming()830 printk (KERN_ERR "Got a receive on a non-open channel %d.\n", channo); in process_incoming()915 for (to=33;to;to--, dev->channo++) { in fs_open()917 if (dev->channo >= 32) in fs_open()918 dev->channo = 0; in fs_open()920 if (DO_DIRECTION(rxtp) && dev->atm_vccs[dev->channo]) in fs_open()923 if (DO_DIRECTION(txtp) && test_bit (dev->channo, dev->tx_inuse)) in fs_open()[all …]
450 int channo; member480 int channo; member