Searched refs:max_pcr (Results 1 – 16 of 16) sorted by relevance
| /Linux-v4.19/include/uapi/linux/ |
| D | atmsvc.h | 53 (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : \
|
| D | atm.h | 138 int max_pcr; /* maximum PCR in cells per second */ member
|
| /Linux-v4.19/net/atm/ |
| D | mpoa_proc.c | 272 qos.txtp.max_pcr = tx_pcr; in parse_qos() 275 qos.rxtp.max_pcr = rx_pcr; in parse_qos() 279 qos.txtp.max_pcr, qos.txtp.max_sdu, in parse_qos() 280 qos.rxtp.max_pcr, qos.rxtp.max_sdu); in parse_qos()
|
| D | atm_misc.c | 82 if (tp->max_pcr != ATM_MAX_PCR) in atm_pcr_goal() 83 return -tp->max_pcr; in atm_pcr_goal()
|
| D | common.c | 437 vcc->qos.txtp.max_pcr, in __vcc_connect() 442 vcc->qos.rxtp.max_pcr, in __vcc_connect() 483 vcc->qos.txtp.max_pcr, vcc->qos.txtp.max_sdu, in vcc_connect() 485 vcc->qos.rxtp.max_pcr, vcc->qos.rxtp.max_sdu, in vcc_connect() 715 !tp->max_pcr) in check_tp() 719 if (tp->min_pcr && tp->max_pcr && tp->max_pcr != ATM_MAX_PCR && in check_tp() 720 tp->min_pcr > tp->max_pcr) in check_tp()
|
| D | mpc.c | 255 qos->qos.txtp.max_pcr, in atm_mpoa_disp_qos() 260 qos->qos.rxtp.max_pcr, in atm_mpoa_disp_qos() 1129 else if (eg_entry->shortcut->qos.txtp.max_pcr > 0) in check_qos_and_open_shortcut()
|
| D | svc.c | 268 vcc->qos.txtp.max_pcr = SELECT_TOP_PCR(vcc->qos.txtp); in svc_connect()
|
| /Linux-v4.19/drivers/atm/ |
| D | fore200e.c | 1382 if (qos->txtp.max_pcr < ATM_OC3_PCR) { in fore200e_rate_ctrl() 1385 rate->data_cells = qos->txtp.max_pcr * FORE200E_MAX_BACK2BACK_CELLS / ATM_OC3_PCR; in fore200e_rate_ctrl() 1435 vcc->qos.txtp.min_pcr, vcc->qos.txtp.max_pcr, vcc->qos.txtp.max_cdv, vcc->qos.txtp.max_sdu, in fore200e_open() 1437 vcc->qos.rxtp.min_pcr, vcc->qos.rxtp.max_pcr, vcc->qos.rxtp.max_cdv, vcc->qos.rxtp.max_sdu); in fore200e_open() 1440 if ((vcc->qos.txtp.traffic_class == ATM_CBR) && (vcc->qos.txtp.max_pcr > 0)) { in fore200e_open() 1443 if (fore200e->available_cell_rate < vcc->qos.txtp.max_pcr) { in fore200e_open() 1452 fore200e->available_cell_rate -= vcc->qos.txtp.max_pcr; in fore200e_open() 1472 fore200e->available_cell_rate += vcc->qos.txtp.max_pcr; in fore200e_open() 1479 if ((vcc->qos.txtp.traffic_class == ATM_CBR) && (vcc->qos.txtp.max_pcr > 0)) { in fore200e_open() 1486 vcc->qos.txtp.max_pcr, vcc->qos.rxtp.max_pcr, in fore200e_open() [all …]
|
| D | horizon.c | 2090 if ((0) && tp->max_pcr == ATM_MAX_PCR) in atm_pcr_check() 2092 else if ((tp->max_pcr != ATM_MAX_PCR) && tp->max_pcr < 0) in atm_pcr_check() 2094 else if (tp->max_pcr && tp->max_pcr != ATM_MAX_PCR && tp->max_pcr < pcr) in atm_pcr_check() 2102 pcr, tp->min_pcr, tp->pcr, tp->max_pcr); in atm_pcr_check()
|
| D | nicstar.c | 454 card->max_pcr = ATM_25_PCR; in ns_init_card() 469 card->max_pcr = ATM_OC3_PCR; in ns_init_card() 787 card->atmdev->link_rate = card->max_pcr; in ns_init_card() 791 if (card->max_pcr == ATM_OC3_PCR) in ns_init_card() 796 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() 2432 if (card->max_pcr == ATM_25_PCR && !left--) { in ns_proc_read()
|
| D | zatm.c | 938 (!vcc->qos.txtp.max_pcr || vcc->qos.txtp.max_pcr == ATM_MAX_PCR || in open_tx_first() 939 vcc->qos.txtp.max_pcr >= ATM_OC3_PCR); in open_tx_first() 946 vcc->qos.txtp.min_pcr,vcc->qos.txtp.max_pcr,unlimited)) in open_tx_first() 952 vcc->qos.txtp.min_pcr = vcc->qos.txtp.max_pcr = pcr; in open_tx_first()
|
| D | iphase.c | 474 if (vcc->qos.txtp.max_pcr <= 0) { in ia_cbr_setup() 478 rate = vcc->qos.txtp.max_pcr; in ia_cbr_setup() 1780 if (vcc->qos.txtp.max_pcr == ATM_MAX_PCR) 1782 else if ((vcc->qos.txtp.max_pcr == 0)&&( vcc->qos.txtp.pcr <= 0)) 1784 else if ((vcc->qos.txtp.max_pcr > vcc->qos.txtp.pcr) && (vcc->qos.txtp.max_pcr> 0)) 1785 vcc->qos.txtp.pcr = vcc->qos.txtp.max_pcr; 1835 vcc->qos.txtp.max_pcr,vc->acr);) 1879 if (vcc->qos.txtp.max_pcr > iadev->LineRate) {
|
| D | nicstar.h | 712 unsigned long max_pcr; member
|
| D | eni.c | 1342 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()
|
| D | idt77252.c | 2145 if ((qos->txtp.max_pcr == 0) && in idt77252_init_cbr()
|
| /Linux-v4.19/Documentation/networking/ |
| D | iphase.txt | 131 -Pabr:max_pcr=<xxx> 137 -Pcbr:max_pcr=<xxx>
|