Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/base/
H A Dngbe_hw.c1613 u32 txpktsize, txpbthresh; in ngbe_set_pba() local
1623 txpbthresh = (txpktsize / 1024) - NGBE_TXPKT_SIZE_MAX; in ngbe_set_pba()
1626 wr32(hw, NGBE_PBTXDMATH, txpbthresh); in ngbe_set_pba()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c2012 u32 rxpktsize, txpktsize, txpbthresh; in txgbe_set_pba() local
2048 txpbthresh = (txpktsize / 1024) - TXGBE_TXPKT_SIZE_MAX; in txgbe_set_pba()
2051 wr32(hw, TXGBE_PBTXDMATH(i), txpbthresh); in txgbe_set_pba()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_common.c4706 u32 rxpktsize, txpktsize, txpbthresh; in ixgbe_set_rxpba_generic() local
4739 txpbthresh = (txpktsize / 1024) - IXGBE_TXPKT_SIZE_MAX; in ixgbe_set_rxpba_generic()
4742 IXGBE_WRITE_REG(hw, IXGBE_TXPBTHRESH(i), txpbthresh); in ixgbe_set_rxpba_generic()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c3587 uint32_t txpbthresh = (txpktsize / DCB_TX_PB) - in txgbe_dcb_hw_configure() local
3592 wr32(hw, TXGBE_PBTXDMATH(i), txpbthresh); in txgbe_dcb_hw_configure()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c4265 uint32_t txpbthresh = (txpktsize / DCB_TX_PB) - IXGBE_TXPKT_SIZE_MAX; in ixgbe_dcb_hw_configure() local
4269 IXGBE_WRITE_REG(hw, IXGBE_TXPBTHRESH(i), txpbthresh); in ixgbe_dcb_hw_configure()