Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_common.h728 rte_bsf64(uint64_t v) in rte_bsf64() function
753 *pos = rte_bsf64(v); in rte_bsf64_safe()
793 return rte_bsf64(v); in rte_log2_u64()
/dpdk/lib/ipsec/
H A Dipsec_sad.c487 i = rte_bsf64(map); in __ipsec_sad_lookup()
518 i = rte_bsf64(map_spec); in __ipsec_sad_lookup()
528 i = rte_bsf64(map_spec); in __ipsec_sad_lookup()
/dpdk/drivers/net/i40e/
H A Di40e_hash.c875 uint32_t idx = rte_bsf64(pctypes); in i40e_hash_config()
1326 idx = rte_bsf64(rss_conf->reset_config_pctypes); in i40e_hash_reset_conf()
1340 idx = rte_bsf64(rss_conf->reset_symmetric_pctypes); in i40e_hash_reset_conf()
H A Di40e_fdir.c1424 i = rte_bsf64(slab); in i40e_fdir_entry_pool_get()
/dpdk/app/test/
H A Dtest_common.c73 if ((uint32_t)rte_bsf64(val64) != shift) in test_bsf()
H A Dtest_mbuf.c2679 rte_bsf64(RTE_MBUF_F_LAST_FREE)); in test_mbuf_dyn()
2680 if (flag3 != rte_bsf64(RTE_MBUF_F_LAST_FREE)) in test_mbuf_dyn()
/dpdk/lib/mbuf/
H A Drte_mbuf_dyn.c449 bitnum = rte_bsf64(shm->free_flags); in __rte_mbuf_dynflag_register_bitnum()
/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst153 * eal: Function ``rte_bsf64`` in ``rte_bitmap.h`` has been renamed to
154 ``rte_bsf64_safe`` and moved to ``rte_common.h``. A new ``rte_bsf64``
/dpdk/drivers/net/ice/
H A Dice_acl_filter.c403 i = rte_bsf64(slab); in ice_acl_alloc_slot_id()
/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c210 index += rte_bsf64(slab); in hn_chim_alloc()