Searched refs:pcr_goal (Results 1 – 1 of 1) sorted by relevance
2353 int pcr_goal; in he_open() local2355 pcr_goal = atm_pcr_goal(&vcc->qos.txtp); in he_open()2356 if (pcr_goal == 0) in he_open()2357 pcr_goal = he_dev->atm_dev->link_rate; in he_open()2358 if (pcr_goal < 0) /* means round down, technically */ in he_open()2359 pcr_goal = -pcr_goal; in he_open()2361 HPRINTK("open tx cid 0x%x pcr_goal %d\n", cid, pcr_goal); in he_open()2399 if ((he_dev->total_bw + pcr_goal) in he_open()2411 he_dev->cs_stper[reg].pcr == pcr_goal) in he_open()2420 he_dev->total_bw += pcr_goal; in he_open()[all …]