Searched refs:txpktsize (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_hw.c | 1613 u32 txpktsize, txpbthresh; in ngbe_set_pba() local 1622 txpktsize = NGBE_PBTXSIZE_MAX; in ngbe_set_pba() 1623 txpbthresh = (txpktsize / 1024) - NGBE_TXPKT_SIZE_MAX; in ngbe_set_pba() 1625 wr32(hw, NGBE_PBTXSIZE, txpktsize); in ngbe_set_pba()
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_hw.c | 2012 u32 rxpktsize, txpktsize, txpbthresh; in txgbe_set_pba() local 2047 txpktsize = TXGBE_PBTXSIZE_MAX / num_pb; in txgbe_set_pba() 2048 txpbthresh = (txpktsize / 1024) - TXGBE_TXPKT_SIZE_MAX; in txgbe_set_pba() 2050 wr32(hw, TXGBE_PBTXSIZE(i), txpktsize); in txgbe_set_pba()
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_common.c | 4706 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()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 3586 uint32_t txpktsize = TXGBE_PBTXSIZE_MAX / nb_tcs; in txgbe_dcb_hw_configure() local 3587 uint32_t txpbthresh = (txpktsize / DCB_TX_PB) - in txgbe_dcb_hw_configure() 3591 wr32(hw, TXGBE_PBTXSIZE(i), txpktsize); in txgbe_dcb_hw_configure()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_rxtx.c | 4264 uint32_t txpktsize = IXGBE_TXPBSIZE_MAX / nb_tcs; in ixgbe_dcb_hw_configure() local 4265 uint32_t txpbthresh = (txpktsize / DCB_TX_PB) - IXGBE_TXPKT_SIZE_MAX; in ixgbe_dcb_hw_configure() 4268 IXGBE_WRITE_REG(hw, IXGBE_TXPBSIZE(i), txpktsize); in ixgbe_dcb_hw_configure()
|