Lines Matching refs:testTable
246 vcstatus = (vcstatus_t *) &(dev->testTable[vcc->vci]->vc_status);
262 if((tempCellSlot == dev->testTable[vcc->vci]->lastTime)
263 && (tempFract == dev->testTable[vcc->vci]->fract))
265 dev->testTable[vcc->vci]->lastTime = tempCellSlot;
266 dev->testTable[vcc->vci]->fract = tempFract;
452 dev->testTable[vcc->vci]->vc_status = VC_ACTIVE | VC_ABR;
1893 iadev->testTable[vcc->vci]->vc_status |= VC_ACTIVE;
2131 iadev->testTable = kmalloc_array(iadev->num_vc,
2132 sizeof(*iadev->testTable),
2134 if (!iadev->testTable) {
2142 iadev->testTable[i] = kmalloc(sizeof(struct testTable_t),
2144 if (!iadev->testTable[i])
2146 iadev->testTable[i]->lastTime = 0;
2147 iadev->testTable[i]->fract = 0;
2148 iadev->testTable[i]->vc_status = VC_UBR;
2200 kfree(iadev->testTable[i]);
2201 kfree(iadev->testTable);
2485 kfree(iadev->testTable[i]);
2486 kfree(iadev->testTable);
2651 iadev->testTable[vcc->vci]->lastTime = 0;
2652 iadev->testTable[vcc->vci]->fract = 0;
2653 iadev->testTable[vcc->vci]->vc_status = VC_UBR;