Home
last modified time | relevance | path

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

/drivers/atm/
Dlanai.c275 struct lanai_vcc **vccs; member
1456 lanai->vccs = (struct lanai_vcc **) get_zeroed_page(GFP_KERNEL); in vcc_table_allocate()
1457 return (lanai->vccs == NULL) ? -ENOMEM : 0; in vcc_table_allocate()
1460 lanai->vccs = vzalloc(bytes); in vcc_table_allocate()
1461 if (unlikely(lanai->vccs == NULL)) in vcc_table_allocate()
1470 free_page((unsigned long) lanai->vccs); in vcc_table_deallocate()
1472 vfree(lanai->vccs); in vcc_table_deallocate()
1551 lanai->vccs[lvcc->vci = vci] = lvcc; in host_vcc_bind()
1561 lanai->vccs[lvcc->vci] = NULL; in host_vcc_unbind()
1634 lvcc = lanai->vccs[vci]; in handle_service()
[all …]
Dzatm.c1264 int pools,vccs,rx; in zatm_start() local
1281 vccs = (zatm_dev->mem-NR_SHAPERS*SHAPER_SIZE-pools*POOL_SIZE)/ in zatm_start()
1284 for (rx = 1; rx < vccs; rx <<= 1) ld++; in zatm_start()
1288 zatm_dev->chans = vccs; /* ??? */ in zatm_start()