Lines Matching refs:testTable
244 vcstatus = (vcstatus_t *) &(dev->testTable[vcc->vci]->vc_status); in clear_lockup()
260 if((tempCellSlot == dev->testTable[vcc->vci]->lastTime) in clear_lockup()
261 && (tempFract == dev->testTable[vcc->vci]->fract)) in clear_lockup()
263 dev->testTable[vcc->vci]->lastTime = tempCellSlot; in clear_lockup()
264 dev->testTable[vcc->vci]->fract = tempFract; in clear_lockup()
450 dev->testTable[vcc->vci]->vc_status = VC_ACTIVE | VC_ABR; in ia_open_abr_vc()
1891 iadev->testTable[vcc->vci]->vc_status |= VC_ACTIVE;
2126 iadev->testTable = kmalloc(sizeof(long)*iadev->num_vc, GFP_KERNEL);
2127 if (!iadev->testTable) {
2135 iadev->testTable[i] = kmalloc(sizeof(struct testTable_t),
2137 if (!iadev->testTable[i])
2139 iadev->testTable[i]->lastTime = 0;
2140 iadev->testTable[i]->fract = 0;
2141 iadev->testTable[i]->vc_status = VC_UBR;
2193 kfree(iadev->testTable[i]);
2194 kfree(iadev->testTable);
2476 kfree(iadev->testTable[i]);
2477 kfree(iadev->testTable);
2642 iadev->testTable[vcc->vci]->lastTime = 0;
2643 iadev->testTable[vcc->vci]->fract = 0;
2644 iadev->testTable[vcc->vci]->vc_status = VC_UBR;