Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c2132 u32 rxpktsize, txpktsize, txpbthresh; in txgbe_set_pba() local
2167 txpktsize = TXGBE_PBTXSIZE_MAX / num_pb; in txgbe_set_pba()
2168 txpbthresh = (txpktsize / 1024) - TXGBE_TXPKT_SIZE_MAX; in txgbe_set_pba()
2170 wr32(hw, TXGBE_PBTXSIZE(i), txpktsize); in txgbe_set_pba()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_common.c4706 u32 rxpktsize, txpktsize, txpbthresh; in ixgbe_set_rxpba_generic() local
4738 txpktsize = IXGBE_TXPBSIZE_MAX / num_pb; in ixgbe_set_rxpba_generic()
4739 txpbthresh = (txpktsize / 1024) - IXGBE_TXPKT_SIZE_MAX; in ixgbe_set_rxpba_generic()
4741 IXGBE_WRITE_REG(hw, IXGBE_TXPBSIZE(i), txpktsize); in ixgbe_set_rxpba_generic()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c3442 uint32_t txpktsize = TXGBE_PBTXSIZE_MAX / nb_tcs; in txgbe_dcb_hw_configure() local
3443 uint32_t txpbthresh = (txpktsize / DCB_TX_PB) - in txgbe_dcb_hw_configure()
3447 wr32(hw, TXGBE_PBTXSIZE(i), txpktsize); in txgbe_dcb_hw_configure()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c4226 uint32_t txpktsize = IXGBE_TXPBSIZE_MAX / nb_tcs; in ixgbe_dcb_hw_configure() local
4227 uint32_t txpbthresh = (txpktsize / DCB_TX_PB) - IXGBE_TXPKT_SIZE_MAX; in ixgbe_dcb_hw_configure()
4230 IXGBE_WRITE_REG(hw, IXGBE_TXPBSIZE(i), txpktsize); in ixgbe_dcb_hw_configure()