Home
last modified time | relevance | path

Searched refs:testTable (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/atm/
Diphase.c260 vcstatus = (vcstatus_t *) &(dev->testTable[vcc->vci]->vc_status); in clear_lockup()
276 if((tempCellSlot == dev->testTable[vcc->vci]->lastTime) in clear_lockup()
277 && (tempFract == dev->testTable[vcc->vci]->fract)) in clear_lockup()
279 dev->testTable[vcc->vci]->lastTime = tempCellSlot; in clear_lockup()
280 dev->testTable[vcc->vci]->fract = tempFract; in clear_lockup()
466 dev->testTable[vcc->vci]->vc_status = VC_ACTIVE | VC_ABR; in ia_open_abr_vc()
1903 iadev->testTable[vcc->vci]->vc_status |= VC_ACTIVE;
2135 iadev->testTable = kmalloc(sizeof(long)*iadev->num_vc, GFP_KERNEL);
2136 if (!iadev->testTable) {
2144 iadev->testTable[i] = kmalloc(sizeof(struct testTable_t),
[all …]
Diphase.h1070 struct testTable_t **testTable; member