Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c149 uint_t tx_fill_threshold; member
1006 lp->tx_fill_threshold = in sfe_set_media()
1015 if (txmxdma <= lp->tx_fill_threshold) { in sfe_set_media()
1038 lp->tx_fill_threshold, txmxdma, in sfe_set_media()
1042 ASSERT(lp->tx_fill_threshold < 64*TXCFG_FIFO_UNIT); in sfe_set_media()
1045 txcfg |= ((lp->tx_fill_threshold/TXCFG_FIFO_UNIT) << TXCFG_FLTH_SHIFT) in sfe_set_media()