Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c6218 uint32_t rf_dec, rf_int; in ixgbe_set_queue_rate_limit() local
6228 rf_dec = (uint32_t)link_speed % (uint32_t)tx_rate; in ixgbe_set_queue_rate_limit()
6229 rf_dec = (rf_dec << IXGBE_RTTBCNRC_RF_INT_SHIFT) / tx_rate; in ixgbe_set_queue_rate_limit()
6234 bcnrc_val |= (rf_dec & IXGBE_RTTBCNRC_RF_DEC_MASK); in ixgbe_set_queue_rate_limit()