Searched refs:tx_thresh (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/tl/
H A Dif_tl.c1743 u_int8_t tx_thresh; local
1744 tx_thresh = tl_dio_read8(sc, TL_ACOMMIT) & TL_AC_TXTHRESH;
1745 if (tx_thresh != TL_AC_TXTHRESH_WHOLEPKT) {
1746 tx_thresh >>= 4;
1747 tx_thresh++;
1750 (64 * (tx_thresh * 4)));
1752 tl_dio_setbit(sc, TL_ACOMMIT, tx_thresh << 4);

Completed in 76 milliseconds