Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/atm/
Dhe.c1506 he_dev->cs_stper[i].inuse = 0; in he_start()
1507 he_dev->cs_stper[i].pcr = -1; in he_start()
2211 if (he_dev->cs_stper[reg].inuse == 0 || in he_open()
2212 he_dev->cs_stper[reg].pcr == pcr_goal) in he_open()
2224 ++he_dev->cs_stper[reg].inuse; in he_open()
2225 he_dev->cs_stper[reg].pcr = pcr_goal; in he_open()
2472 if (he_dev->cs_stper[reg].inuse == 0) in he_close()
2475 --he_dev->cs_stper[reg].inuse; in he_close()
2477 he_dev->total_bw -= he_dev->cs_stper[reg].pcr; in he_close()
2777 he_dev->cs_stper[i].pcr, in he_proc_read()
[all …]
Dhe.h275 struct he_cs_stper cs_stper[HE_NUM_CS_STPER]; member