Lines Matching refs:pcr_goal
2152 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()
2223 he_dev->cs_stper[reg].pcr = pcr_goal; in he_open()
2226 period = clock / pcr_goal; in he_open()
2249 TSR1_PCR(rate_to_atmf(pcr_goal)), cid); in he_open()
2250 he_writel_tsr2(he_dev, TSR2_ACR(rate_to_atmf(pcr_goal)), cid); in he_open()