Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/sfe/
H A Dsfe.c153 uint_t tx_fill_threshold; member
1083 lp->tx_fill_threshold = in sfe_set_media()
1092 if (txmxdma <= lp->tx_fill_threshold) { in sfe_set_media()
1115 lp->tx_fill_threshold, txmxdma, in sfe_set_media()
1119 ASSERT(lp->tx_fill_threshold < 64*TXCFG_FIFO_UNIT); in sfe_set_media()
1122 txcfg |= ((lp->tx_fill_threshold/TXCFG_FIFO_UNIT) << TXCFG_FLTH_SHIFT) in sfe_set_media()