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

/freebsd-13-stable/sys/dev/al_eth/
H A Dal_init_eth_lm.c671 uint8_t boost = 0; local
676 boost = al_eth_retimer_boost_value[0][lm_context->retimer_type];
680 boost = al_eth_retimer_boost_value[i][lm_context->retimer_type];
686 boost = al_eth_retimer_boost_value[RETIMER_LENS_MAX][lm_context->retimer_type];
689 lm_debug("config retimer boost in channel %d (addr %x) to 0x%x\n",
690 lm_context->retimer_channel, boost_addr, boost);
694 boost_addr, boost);
/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c350 * @index: index of the boost TCAM entry to be returned
351 * @offset: pointer to receive absolute offset, always 0 for boost TCAM sections
354 * Handles enumeration of individual boost TCAM entries.
359 struct ice_boost_tcam_section *boost; local
373 boost = (struct ice_boost_tcam_section *)section;
374 if (index >= LE16_TO_CPU(boost->count))
377 return boost->tcam + index;
536 /* Cache the appropriate boost TCAM entry pointers */
2295 /* copy original boost entry to update package buffer */
2394 /* copy original boost entr
[all...]
/freebsd-13-stable/contrib/subversion/
H A Dconfigure1723 --with-boost[=ARG] use Boost library from a standard location
1726 --with-boost-libdir=LIB_DIR
1727 Force given directory for boost libraries. Note that
1730 fails and you know exactly where your boost
1732 --with-boost-unit-test-framework[=special-lib]
1733 use the Unit_Test_Framework library from boost - it
1736 --with-boost-unit-test-framework=boost_unit_test_framework-gcc
27143 # Check whether --with-boost was given.
27162 # Check whether --with-boost-libdir was given.
27168 as_fn_error $? "--with-boost
[all...]

Completed in 260 milliseconds