Lines Matching defs:ubr
1240 static struct eni_tx *alloc_tx(struct eni_dev *eni_dev,int ubr)
1244 for (i = !ubr; i < NR_CHAN; i++)
1295 int rate,ubr,unlimited,new_tx;
1300 ubr = txtp->traffic_class == ATM_UBR;
1301 unlimited = ubr && (!rate || rate <= -ATM_OC3_PCR ||
1310 if (eni_dev->ubr) {
1311 eni_vcc->tx = eni_dev->ubr;
1344 if (!error && !ubr && rate > eni_dev->tx_bw+tx->reserved)
1348 if (!error && !set_rsv && rate > tx->reserved && !ubr)
1358 if (set_rsv && !ubr) {
1364 if (unlimited && new_tx) eni_dev->ubr = tx;
1416 if (eni_vcc->tx != eni_dev->ubr) {
1443 eni_dev->ubr = NULL;
1964 if (tx == eni_dev->ubr) return -EBADFD;
2152 tx == eni_dev->ubr ? " (UBR)" : "");