Lines Matching refs:testTable
247 vcstatus = (vcstatus_t *) &(dev->testTable[vcc->vci]->vc_status); in clear_lockup()
263 if((tempCellSlot == dev->testTable[vcc->vci]->lastTime) in clear_lockup()
264 && (tempFract == dev->testTable[vcc->vci]->fract)) in clear_lockup()
266 dev->testTable[vcc->vci]->lastTime = tempCellSlot; in clear_lockup()
267 dev->testTable[vcc->vci]->fract = tempFract; in clear_lockup()
453 dev->testTable[vcc->vci]->vc_status = VC_ACTIVE | VC_ABR; in ia_open_abr_vc()
1896 iadev->testTable[vcc->vci]->vc_status |= VC_ACTIVE;
2134 iadev->testTable = kmalloc_array(iadev->num_vc,
2135 sizeof(*iadev->testTable),
2137 if (!iadev->testTable) {
2145 iadev->testTable[i] = kmalloc(sizeof(struct testTable_t),
2147 if (!iadev->testTable[i])
2149 iadev->testTable[i]->lastTime = 0;
2150 iadev->testTable[i]->fract = 0;
2151 iadev->testTable[i]->vc_status = VC_UBR;
2203 kfree(iadev->testTable[i]);
2204 kfree(iadev->testTable);
2486 kfree(iadev->testTable[i]);
2487 kfree(iadev->testTable);
2652 iadev->testTable[vcc->vci]->lastTime = 0;
2653 iadev->testTable[vcc->vci]->fract = 0;
2654 iadev->testTable[vcc->vci]->vc_status = VC_UBR;