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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c4547 u32 rxpktsize, txpktsize, txpbthresh; local
4580 txpbthresh = (txpktsize / 1024) - IXGBE_TXPKT_SIZE_MAX;
4583 IXGBE_WRITE_REG(hw, IXGBE_TXPBTHRESH(i), txpbthresh);

Completed in 161 milliseconds