Home
last modified time | relevance | path

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

/linux/drivers/atm/
H A Diphase.c246 vcstatus = (vcstatus_t *) &(dev->testTable[vcc->vci]->vc_status); in clear_lockup()
262 if((tempCellSlot == dev->testTable[vcc->vci]->lastTime) in clear_lockup()
263 && (tempFract == dev->testTable[vcc->vci]->fract)) in clear_lockup()
265 dev->testTable[vcc->vci]->lastTime = tempCellSlot; in clear_lockup()
266 dev->testTable[vcc->vci]->fract = tempFract; in clear_lockup()
452 dev->testTable[vcc->vci]->vc_status = VC_ACTIVE | VC_ABR; in ia_open_abr_vc()
1895 iadev->testTable[vcc->vci]->vc_status |= VC_ACTIVE;
2133 iadev->testTable = kmalloc_array(iadev->num_vc,
2134 sizeof(*iadev->testTable),
2136 if (!iadev->testTable) {
[all …]
H A Diphase.h1053 struct testTable_t **testTable; member