Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dhe.c1563 he_dev->cs_stper[i].inuse = 0; in he_start()
1564 he_dev->cs_stper[i].pcr = -1; in he_start()
2410 if (he_dev->cs_stper[reg].inuse == 0 || in he_open()
2411 he_dev->cs_stper[reg].pcr == pcr_goal) in he_open()
2423 ++he_dev->cs_stper[reg].inuse; in he_open()
2424 he_dev->cs_stper[reg].pcr = pcr_goal; in he_open()
2679 if (he_dev->cs_stper[reg].inuse == 0) in he_close()
2682 --he_dev->cs_stper[reg].inuse; in he_close()
2684 he_dev->total_bw -= he_dev->cs_stper[reg].pcr; in he_close()
2989 he_dev->cs_stper[i].pcr, in he_proc_read()
[all …]
Dhe.h294 struct he_cs_stper cs_stper[HE_NUM_CS_STPER]; member