Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-tim.h123 uint32_t bucket_shift; /**< How long a bucket represents in ms */ member
233 >> cvmx_tim.bucket_shift); in cvmx_tim_add_entry()
H A Dcvmx-tim.c143 cvmx_tim.bucket_shift = (uint32_t)(i - 1 + 10); in cvmx_tim_setup()
146 temp = (max_ticks * cvmx_tim.tick_cycles) >> cvmx_tim.bucket_shift; in cvmx_tim_setup()
179 int interval = ((1 << (cvmx_tim.bucket_shift - 10)) - 1); in cvmx_tim_setup()
/f-stack/dpdk/lib/librte_hash/
H A Drte_fbk_hash.c150 for (ht->bucket_shift = 0, i = 1; in rte_fbk_hash_create()
152 ht->bucket_shift++, i <<= 1) in rte_fbk_hash_create()
H A Drte_fbk_hash.h77 uint32_t bucket_shift; /**< Convert bucket to table offset. */ member
99 ht->bucket_shift; in rte_fbk_hash_get_bucket()