Searched refs:testTable (Results 1 – 2 of 2) sorted by relevance
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;2124 iadev->testTable = kmalloc(sizeof(long)*iadev->num_vc, GFP_KERNEL); 2125 if (!iadev->testTable) {2133 iadev->testTable[i] = kmalloc(sizeof(struct testTable_t),[all …]
1054 struct testTable_t **testTable; member