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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c153 uint_t tx_fill_threshold; member in struct:sfe_dev
1082 /* determine tx_fill_threshold accroding drain threshold */
1083 lp->tx_fill_threshold =
1086 /* tune txmxdma not to exceed tx_fill_threshold */
1092 if (txmxdma <= lp->tx_fill_threshold) {
1115 lp->tx_fill_threshold, txmxdma,
1119 ASSERT(lp->tx_fill_threshold < 64*TXCFG_FIFO_UNIT);
1122 txcfg |= ((lp->tx_fill_threshold/TXCFG_FIFO_UNIT) << TXCFG_FLTH_SHIFT)

Completed in 48 milliseconds