atm_vccs          790 drivers/atm/firestream.c 			atm_vcc = dev->atm_vccs[channo];
atm_vccs          905 drivers/atm/firestream.c 				if (DO_DIRECTION(rxtp) && dev->atm_vccs[dev->channo])
atm_vccs          923 drivers/atm/firestream.c 			if (((DO_DIRECTION(rxtp) && dev->atm_vccs[vcc->channo])) ||
atm_vccs         1045 drivers/atm/firestream.c 		dev->atm_vccs[vcc->channo] = atm_vcc;
atm_vccs         1055 drivers/atm/firestream.c 			dev->atm_vccs[vcc->channo] = NULL;
atm_vccs         1137 drivers/atm/firestream.c 		dev->atm_vccs [vcc->channo] = NULL;
atm_vccs         1792 drivers/atm/firestream.c 	dev->atm_vccs = kcalloc (dev->nchannels, sizeof (struct atm_vcc *),
atm_vccs         1795 drivers/atm/firestream.c 		    dev->atm_vccs, dev->nchannels * sizeof (struct atm_vcc *));
atm_vccs         1797 drivers/atm/firestream.c 	if (!dev->atm_vccs) {
atm_vccs         1805 drivers/atm/firestream.c 		    dev->atm_vccs, dev->nchannels / 8);
atm_vccs         1960 drivers/atm/firestream.c 			if (dev->atm_vccs[i]) {
atm_vccs         1961 drivers/atm/firestream.c 				vcc = FS_VCC (dev->atm_vccs[i]);
atm_vccs         2001 drivers/atm/firestream.c 		fs_dprintk (FS_DEBUG_ALLOC, "Free atmvccs: %p\n", dev->atm_vccs);
atm_vccs         2002 drivers/atm/firestream.c 		kfree (dev->atm_vccs);
atm_vccs          473 drivers/atm/firestream.h 	struct atm_vcc **atm_vccs;