Searched defs:asy_max_tx_fifo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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)
2333 fifo_len = asy_max_tx_fifo;
3045 if (fifo_len > asy_max_tx_fifo)
3046 fifo_len = asy_max_tx_fifo;

Completed in 66 milliseconds