Searched refs:ubr (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | eni.c | 1240 static struct eni_tx *alloc_tx(struct eni_dev *eni_dev,int ubr) in alloc_tx() argument 1244 for (i = !ubr; i < NR_CHAN; i++) in alloc_tx() 1295 int rate,ubr,unlimited,new_tx; in reserve_or_set_tx() local 1300 ubr = txtp->traffic_class == ATM_UBR; in reserve_or_set_tx() 1301 unlimited = ubr && (!rate || rate <= -ATM_OC3_PCR || in reserve_or_set_tx() 1310 if (eni_dev->ubr) { in reserve_or_set_tx() 1311 eni_vcc->tx = eni_dev->ubr; in reserve_or_set_tx() 1344 if (!error && !ubr && rate > eni_dev->tx_bw+tx->reserved) in reserve_or_set_tx() 1348 if (!error && !set_rsv && rate > tx->reserved && !ubr) in reserve_or_set_tx() 1358 if (set_rsv && !ubr) { in reserve_or_set_tx() [all...] |
H A D | zatm.h | 62 int ubr; /* UBR shaper; -1 if none */ member
|
H A D | zatm.c | 789 static int alloc_shaper(struct atm_dev *dev,int *pcr,int min,int max,int ubr) in alloc_shaper() argument 801 if (ubr) { in alloc_shaper() 805 zatm_dev->ubr = shaper; in alloc_shaper() 859 if (shaper == zatm_dev->ubr) { in dealloc_shaper() 861 zatm_dev->ubr = -1; in dealloc_shaper() 907 if (zatm_vcc->shaper != zatm_dev->ubr) { in close_tx() 941 if (unlimited && zatm_dev->ubr != -1) zatm_vcc->shaper = zatm_dev->ubr; in open_tx_first() 1010 zatm_dev->ubr = -1; in start_tx()
|
H A D | eni.h | 86 struct eni_tx *ubr; /* UBR channel */ member
|
H A D | iphase.h | 853 u8 ubr: 1; member
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | eni.c | 1240 static struct eni_tx *alloc_tx(struct eni_dev *eni_dev,int ubr) in alloc_tx() argument 1244 for (i = !ubr; i < NR_CHAN; i++) in alloc_tx() 1295 int rate,ubr,unlimited,new_tx; in reserve_or_set_tx() local 1300 ubr = txtp->traffic_class == ATM_UBR; in reserve_or_set_tx() 1301 unlimited = ubr && (!rate || rate <= -ATM_OC3_PCR || in reserve_or_set_tx() 1310 if (eni_dev->ubr) { in reserve_or_set_tx() 1311 eni_vcc->tx = eni_dev->ubr; in reserve_or_set_tx() 1344 if (!error && !ubr && rate > eni_dev->tx_bw+tx->reserved) in reserve_or_set_tx() 1348 if (!error && !set_rsv && rate > tx->reserved && !ubr) in reserve_or_set_tx() 1358 if (set_rsv && !ubr) { in reserve_or_set_tx() [all...] |
H A D | eni.h | 86 struct eni_tx *ubr; /* UBR channel */ member
|
H A D | iphase.h | 852 u8 ubr: 1; member
|
Completed in 16 milliseconds