Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/atm/
Dhe.c2152 int pcr_goal; in he_open() local
2154 pcr_goal = atm_pcr_goal(&vcc->qos.txtp); in he_open()
2155 if (pcr_goal == 0) in he_open()
2156 pcr_goal = he_dev->atm_dev->link_rate; in he_open()
2157 if (pcr_goal < 0) /* means round down, technically */ in he_open()
2158 pcr_goal = -pcr_goal; in he_open()
2160 HPRINTK("open tx cid 0x%x pcr_goal %d\n", cid, pcr_goal); in he_open()
2198 if ((he_dev->total_bw + pcr_goal) in he_open()
2210 he_dev->cs_stper[reg].pcr == pcr_goal) in he_open()
2219 he_dev->total_bw += pcr_goal; in he_open()
[all …]