Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dasy.c100 int asy_max_tx_fifo = 16; /* tunable: max fill of TX FIFO */ variable
2332 if (fifo_len > asy_max_tx_fifo) in async_txint()
2333 fifo_len = asy_max_tx_fifo; in async_txint()
3045 if (fifo_len > asy_max_tx_fifo) in async_nstart()
3046 fifo_len = asy_max_tx_fifo; in async_nstart()