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

/linux-4.4.14/drivers/atm/
H A Diphase.c245 vcstatus = (vcstatus_t *) &(dev->testTable[vcc->vci]->vc_status); clear_lockup()
261 if((tempCellSlot == dev->testTable[vcc->vci]->lastTime) clear_lockup()
262 && (tempFract == dev->testTable[vcc->vci]->fract)) clear_lockup()
264 dev->testTable[vcc->vci]->lastTime = tempCellSlot; clear_lockup()
265 dev->testTable[vcc->vci]->fract = tempFract; clear_lockup()
451 dev->testTable[vcc->vci]->vc_status = VC_ACTIVE | VC_ABR; ia_open_abr_vc()
1892 iadev->testTable[vcc->vci]->vc_status |= VC_ACTIVE; open_tx()
2127 iadev->testTable = kmalloc(sizeof(long)*iadev->num_vc, GFP_KERNEL); tx_init()
2128 if (!iadev->testTable) { tx_init()
2136 iadev->testTable[i] = kmalloc(sizeof(struct testTable_t), tx_init()
2138 if (!iadev->testTable[i]) tx_init()
2140 iadev->testTable[i]->lastTime = 0; tx_init()
2141 iadev->testTable[i]->fract = 0; tx_init()
2142 iadev->testTable[i]->vc_status = VC_UBR; tx_init()
2194 kfree(iadev->testTable[i]); tx_init()
2195 kfree(iadev->testTable); tx_init()
2477 kfree(iadev->testTable[i]); ia_free_tx()
2478 kfree(iadev->testTable); ia_free_tx()
2643 iadev->testTable[vcc->vci]->lastTime = 0; ia_close()
2644 iadev->testTable[vcc->vci]->fract = 0; ia_close()
2645 iadev->testTable[vcc->vci]->vc_status = VC_UBR; ia_close()
H A Diphase.h1054 struct testTable_t **testTable; member in struct:iadev_priv

Completed in 108 milliseconds