Searched refs:boost (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/al_eth/
H A Dal_init_eth_lm.c669 uint8_t boost = 0; local
674 boost = al_eth_retimer_boost_value[0][lm_context->retimer_type];
678 boost = al_eth_retimer_boost_value[i][lm_context->retimer_type];
684 boost = al_eth_retimer_boost_value[RETIMER_LENS_MAX][lm_context->retimer_type];
687 lm_debug("config retimer boost in channel %d (addr %x) to 0x%x\n",
688 lm_context->retimer_channel, boost_addr, boost);
692 boost_addr, boost);
/freebsd-current/sys/dev/ice/
H A Dice_ddp_common.c2156 * @index: index of the boost TCAM entry to be returned
2157 * @offset: pointer to receive absolute offset, always 0 for boost TCAM sections
2160 * Handles enumeration of individual boost TCAM entries.
2165 struct ice_boost_tcam_section *boost; local
2179 boost = (struct ice_boost_tcam_section *)section;
2180 if (index >= LE16_TO_CPU(boost->count))
2183 return boost->tcam + index;
2260 /* Cache the appropriate boost TCAM entry pointers for tunnels */

Completed in 73 milliseconds