Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c4547 u32 rxpktsize, txpktsize, txpbthresh; in ixgbe_set_rxpba_generic() local
4579 txpktsize = IXGBE_TXPBSIZE_MAX / num_pb; in ixgbe_set_rxpba_generic()
4580 txpbthresh = (txpktsize / 1024) - IXGBE_TXPKT_SIZE_MAX; in ixgbe_set_rxpba_generic()
4582 IXGBE_WRITE_REG(hw, IXGBE_TXPBSIZE(i), txpktsize); in ixgbe_set_rxpba_generic()