Searched refs:channo (Results 1 – 2 of 2) sorted by relevance
779 unsigned int channo; in process_incoming() local798 channo = qe->cmd & 0xffff; in process_incoming()800 if (channo < dev->nchannels) in process_incoming()801 atm_vcc = dev->atm_vccs[channo]; in process_incoming()826 printk (KERN_ERR "Got a receive on a non-open channel %d.\n", channo); in process_incoming()911 for (to=33;to;to--, dev->channo++) { in fs_open()913 if (dev->channo >= 32) in fs_open()914 dev->channo = 0; in fs_open()916 if (DO_DIRECTION(rxtp) && dev->atm_vccs[dev->channo]) in fs_open()919 if (DO_DIRECTION(txtp) && test_bit (dev->channo, dev->tx_inuse)) in fs_open()[all …]
450 int channo; member480 int channo; member