Home
last modified time | relevance | path

Searched refs:tx_bw (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/atm/
Dzatm.h60 int tx_bw; /* remaining bandwidth */ member
Deni.h89 int tx_bw; /* remaining bandwidth */ member
Dzatm.c819 if (max > zatm_dev->tx_bw) max = zatm_dev->tx_bw; in alloc_shaper()
837 if (zatm_dev->tx_bw < *pcr) return -EAGAIN; in alloc_shaper()
838 zatm_dev->tx_bw -= *pcr; in alloc_shaper()
907 zatm_dev->tx_bw += vcc->qos.txtp.min_pcr; in close_tx()
1007 zatm_dev->tx_bw = ATM_OC3_PCR; in start_tx()
Deni.c1270 if (!*pcr) *pcr = eni_dev->tx_bw+reserved; in comp_tx()
1344 if (!error && !ubr && rate > eni_dev->tx_bw+tx->reserved) in reserve_or_set_tx()
1359 eni_dev->tx_bw += tx->reserved; in reserve_or_set_tx()
1361 eni_dev->tx_bw -= rate; in reserve_or_set_tx()
1427 eni_dev->tx_bw += eni_vcc->tx->reserved; in close_tx()
1440 eni_dev->tx_bw = ATM_OC3_PCR; in start_tx()
2110 eni_dev->mem >> 10,eni_dev->tx_bw); in eni_proc_read()