Lines Matching refs:atm_vccs
790 atm_vcc = dev->atm_vccs[channo]; in process_incoming()
905 if (DO_DIRECTION(rxtp) && dev->atm_vccs[dev->channo]) in fs_open()
923 if (((DO_DIRECTION(rxtp) && dev->atm_vccs[vcc->channo])) || in fs_open()
1045 dev->atm_vccs[vcc->channo] = atm_vcc; in fs_open()
1055 dev->atm_vccs[vcc->channo] = NULL; in fs_open()
1137 dev->atm_vccs [vcc->channo] = NULL; in fs_close()
1792 dev->atm_vccs = kcalloc (dev->nchannels, sizeof (struct atm_vcc *), in fs_init()
1795 dev->atm_vccs, dev->nchannels * sizeof (struct atm_vcc *)); in fs_init()
1797 if (!dev->atm_vccs) { in fs_init()
1805 dev->atm_vccs, dev->nchannels / 8); in fs_init()
1960 if (dev->atm_vccs[i]) { in firestream_remove_one()
1961 vcc = FS_VCC (dev->atm_vccs[i]); in firestream_remove_one()
2001 fs_dprintk (FS_DEBUG_ALLOC, "Free atmvccs: %p\n", dev->atm_vccs); in firestream_remove_one()
2002 kfree (dev->atm_vccs); in firestream_remove_one()