Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/atm/
Dzatm.h59 int tx_bw; /* remaining bandwidth */ member
Deni.h88 int tx_bw; /* remaining bandwidth */ member
Dzatm.c817 if (max > zatm_dev->tx_bw) max = zatm_dev->tx_bw; in alloc_shaper()
835 if (zatm_dev->tx_bw < *pcr) return -EAGAIN; in alloc_shaper()
836 zatm_dev->tx_bw -= *pcr; in alloc_shaper()
905 zatm_dev->tx_bw += vcc->qos.txtp.min_pcr; in close_tx()
1004 zatm_dev->tx_bw = ATM_OC3_PCR; in start_tx()
Deni.c1267 if (!*pcr) *pcr = eni_dev->tx_bw+reserved; in comp_tx()
1341 if (!error && !ubr && rate > eni_dev->tx_bw+tx->reserved) in reserve_or_set_tx()
1356 eni_dev->tx_bw += tx->reserved; in reserve_or_set_tx()
1358 eni_dev->tx_bw -= rate; in reserve_or_set_tx()
1424 eni_dev->tx_bw += eni_vcc->tx->reserved; in close_tx()
1437 eni_dev->tx_bw = ATM_OC3_PCR; in start_tx()
2107 eni_dev->mem >> 10,eni_dev->tx_bw); in eni_proc_read()