Home
last modified time | relevance | path

Searched refs:tx_numbuffs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/atm/
H A Dhe.c517 for (i = 0, lbuf_count = 0; i < he_dev->tx_numbuffs; ++i) { in he_init_tx_lbfp()
737 buf = rate_cps * he_dev->tx_numbuffs / in he_init_cs_block_rcm()
1214 he_dev->tx_numbuffs = he_dev->tx_numrows * in he_start()
1216 if (he_dev->tx_numbuffs > 5120) in he_start()
1217 he_dev->tx_numbuffs = 5120; in he_start()
1250 LBFREE_CNT(he_dev->tx_numbuffs), TX_CONFIG); in he_start()
H A Dhe.h267 unsigned int tx_numrows, tx_startrow, tx_numbuffs; member