Lines Matching refs:pcr_goal
2155 int pcr_goal; in he_open() local
2157 pcr_goal = atm_pcr_goal(&vcc->qos.txtp); in he_open()
2158 if (pcr_goal == 0) in he_open()
2159 pcr_goal = he_dev->atm_dev->link_rate; in he_open()
2160 if (pcr_goal < 0) /* means round down, technically */ in he_open()
2161 pcr_goal = -pcr_goal; in he_open()
2163 HPRINTK("open tx cid 0x%x pcr_goal %d\n", cid, pcr_goal); in he_open()
2201 if ((he_dev->total_bw + pcr_goal) in he_open()
2213 he_dev->cs_stper[reg].pcr == pcr_goal) in he_open()
2222 he_dev->total_bw += pcr_goal; in he_open()
2226 he_dev->cs_stper[reg].pcr = pcr_goal; in he_open()
2229 period = clock / pcr_goal; in he_open()
2252 TSR1_PCR(rate_to_atmf(pcr_goal)), cid); in he_open()
2253 he_writel_tsr2(he_dev, TSR2_ACR(rate_to_atmf(pcr_goal)), cid); in he_open()