Lines Matching refs:atm_vccs
801 atm_vcc = dev->atm_vccs[channo]; in process_incoming()
916 if (DO_DIRECTION(rxtp) && dev->atm_vccs[dev->channo]) in fs_open()
934 if (((DO_DIRECTION(rxtp) && dev->atm_vccs[vcc->channo])) || in fs_open()
1057 dev->atm_vccs[vcc->channo] = atm_vcc; in fs_open()
1067 dev->atm_vccs[vcc->channo] = NULL; in fs_open()
1149 dev->atm_vccs [vcc->channo] = NULL; in fs_close()
1804 dev->atm_vccs = kcalloc (dev->nchannels, sizeof (struct atm_vcc *), in fs_init()
1807 dev->atm_vccs, dev->nchannels * sizeof (struct atm_vcc *)); in fs_init()
1809 if (!dev->atm_vccs) { in fs_init()
1817 dev->atm_vccs, dev->nchannels / 8); in fs_init()
1974 if (dev->atm_vccs[i]) { in firestream_remove_one()
1975 vcc = FS_VCC (dev->atm_vccs[i]); in firestream_remove_one()
2015 fs_dprintk (FS_DEBUG_ALLOC, "Free atmvccs: %p\n", dev->atm_vccs); in firestream_remove_one()
2016 kfree (dev->atm_vccs); in firestream_remove_one()