testTable         246 drivers/atm/iphase.c      vcstatus = (vcstatus_t *) &(dev->testTable[vcc->vci]->vc_status);
testTable         262 drivers/atm/iphase.c               if((tempCellSlot == dev->testTable[vcc->vci]->lastTime)
testTable         263 drivers/atm/iphase.c                          && (tempFract == dev->testTable[vcc->vci]->fract))
testTable         265 drivers/atm/iphase.c               dev->testTable[vcc->vci]->lastTime = tempCellSlot;   
testTable         266 drivers/atm/iphase.c               dev->testTable[vcc->vci]->fract = tempFract; 
testTable         452 drivers/atm/iphase.c        dev->testTable[vcc->vci]->vc_status = VC_ACTIVE | VC_ABR;
testTable        1893 drivers/atm/iphase.c         iadev->testTable[vcc->vci]->vc_status |= VC_ACTIVE;
testTable        2131 drivers/atm/iphase.c 	iadev->testTable = kmalloc_array(iadev->num_vc,
testTable        2132 drivers/atm/iphase.c 					 sizeof(*iadev->testTable),
testTable        2134 drivers/atm/iphase.c         if (!iadev->testTable) {
testTable        2142 drivers/atm/iphase.c                 iadev->testTable[i] = kmalloc(sizeof(struct testTable_t),
testTable        2144 drivers/atm/iphase.c 		if (!iadev->testTable[i])
testTable        2146 drivers/atm/iphase.c               	iadev->testTable[i]->lastTime = 0;
testTable        2147 drivers/atm/iphase.c  		iadev->testTable[i]->fract = 0;
testTable        2148 drivers/atm/iphase.c                 iadev->testTable[i]->vc_status = VC_UBR;
testTable        2200 drivers/atm/iphase.c 		kfree(iadev->testTable[i]);
testTable        2201 drivers/atm/iphase.c 	kfree(iadev->testTable);
testTable        2483 drivers/atm/iphase.c 		kfree(iadev->testTable[i]);
testTable        2484 drivers/atm/iphase.c 	kfree(iadev->testTable);
testTable        2649 drivers/atm/iphase.c            iadev->testTable[vcc->vci]->lastTime = 0;
testTable        2650 drivers/atm/iphase.c            iadev->testTable[vcc->vci]->fract = 0; 
testTable        2651 drivers/atm/iphase.c            iadev->testTable[vcc->vci]->vc_status = VC_UBR; 
testTable        1054 drivers/atm/iphase.h         struct testTable_t **testTable;