Home
last modified time | relevance | path

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

/drivers/atm/
A Dfore200e.c1287 if (qos->txtp.max_pcr < ATM_OC3_PCR) { in fore200e_rate_ctrl()
1348 if (fore200e->available_cell_rate < vcc->qos.txtp.max_pcr) { in fore200e_open()
1357 fore200e->available_cell_rate -= vcc->qos.txtp.max_pcr; in fore200e_open()
1377 fore200e->available_cell_rate += vcc->qos.txtp.max_pcr; in fore200e_open()
1391 vcc->qos.txtp.max_pcr, vcc->qos.rxtp.max_pcr, in fore200e_open()
1447 fore200e->available_cell_rate += vcc->qos.txtp.max_pcr; in fore200e_close()
1896 qos->txtp.min_pcr, qos->txtp.max_pcr, qos->txtp.max_cdv, qos->txtp.max_sdu, in fore200e_change_qos()
1901 if ((qos->txtp.traffic_class == ATM_CBR) && (qos->txtp.max_pcr > 0)) { in fore200e_change_qos()
1904 if (fore200e->available_cell_rate + vcc->qos.txtp.max_pcr < qos->txtp.max_pcr) { in fore200e_change_qos()
1909 fore200e->available_cell_rate += vcc->qos.txtp.max_pcr; in fore200e_change_qos()
[all …]
A Dnicstar.c458 card->max_pcr = ATM_25_PCR; in ns_init_card()
473 card->max_pcr = ATM_OC3_PCR; in ns_init_card()
791 card->atmdev->link_rate = card->max_pcr; in ns_init_card()
795 if (card->max_pcr == ATM_OC3_PCR) in ns_init_card()
800 if (card->max_pcr == ATM_25_PCR) in ns_init_card()
1277 if (vcc->qos.txtp.max_pcr == 0 && vcc->qos.txtp.pcr == 0 in ns_open()
1291 card->index, vcc->qos.txtp.max_pcr); in ns_open()
1296 modl = tmpl % card->max_pcr; in ns_open()
1298 n = (int)(tmpl / card->max_pcr); in ns_open()
2444 if (card->max_pcr == ATM_25_PCR && !left--) { in ns_proc_read()
A Diphase.c475 if (vcc->qos.txtp.max_pcr <= 0) { in ia_cbr_setup()
479 rate = vcc->qos.txtp.max_pcr; in ia_cbr_setup()
1783 if (vcc->qos.txtp.max_pcr == ATM_MAX_PCR)
1785 else if ((vcc->qos.txtp.max_pcr == 0)&&( vcc->qos.txtp.pcr <= 0))
1787 else if ((vcc->qos.txtp.max_pcr > vcc->qos.txtp.pcr) && (vcc->qos.txtp.max_pcr> 0))
1788 vcc->qos.txtp.pcr = vcc->qos.txtp.max_pcr;
1838 vcc->qos.txtp.max_pcr,vc->acr);)
1882 if (vcc->qos.txtp.max_pcr > iadev->LineRate) {
A Dnicstar.h712 unsigned long max_pcr; member
A Deni.c1342 if (!error && txtp->max_pcr && txtp->max_pcr != ATM_MAX_PCR && in reserve_or_set_tx()
1343 txtp->max_pcr < rate) error = -EINVAL; in reserve_or_set_tx()
A Didt77252.c2145 if ((qos->txtp.max_pcr == 0) && in idt77252_init_cbr()

Completed in 35 milliseconds