Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_thash.h187 i = rte_bsf32(map); in rte_softrss()
217 i = rte_bsf32(map); in rte_softrss_be()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_common.h565 rte_bsf32(uint32_t v) in rte_bsf32() function
590 *pos = rte_bsf32(v); in rte_bsf32_safe()
611 return rte_bsf32(v); in rte_log2_u32()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_common.h604 rte_bsf32(uint32_t v) in rte_bsf32() function
629 *pos = rte_bsf32(v); in rte_bsf32_safe()
650 return rte_bsf32(v); in rte_log2_u32()
/f-stack/dpdk/lib/librte_acl/
H A Dacl_run_scalar.c71 return (input == 0) ? max : rte_bsf32(input); in scan_forward()
/f-stack/dpdk/app/test/
H A Dtest_common.c80 if ((uint32_t)rte_bsf32(val32) != shift) in test_bsf()
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_rx.c965 order = rte_bsf32(RTE_CACHE_LINE_SIZE); in sfc_rx_mbuf_data_alignment()
971 order = MIN(order, rte_bsf32(data_off)); in sfc_rx_mbuf_data_alignment()
1036 MIN(buf_aligned, 1u << (rte_bsf32(buf_size) - 1)); in sfc_rx_mb_pool_buf_size()
H A Dsfc_ef100_rx.c725 rxq->evq_phase_bit_shift = rte_bsf32(info->evq_entries); in sfc_ef100_rx_qcreate()
H A Dsfc_ef100_tx.c797 txq->evq_phase_bit_shift = rte_bsf32(info->evq_entries); in sfc_ef100_tx_qcreate()
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.c536 pg_shift = rte_bsf32(pg_sz); in rte_mempool_populate_default()
621 pg_shift = rte_bsf32(pg_sz); in get_anon_size()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.c1811 meta = reg_c0 >> rte_bsf32(reg_c0); in mlx5_set_metadata_mask()
1816 mark = (reg_c0 >> rte_bsf32(reg_c0)) & MLX5_FLOW_MARK_MASK; in mlx5_set_metadata_mask()
H A Dmlx5_flow_dv.c410 off_b = rte_bsf32(mask); in flow_dv_convert_modify_action()
1060 reg_dst.offset = rte_bsf32(reg_c0); in flow_dv_convert_action_copy_mreg()
1082 rte_bsf32(reg_c0)); in flow_dv_convert_action_copy_mreg()
1138 uint32_t shl_c0 = rte_bsf32(msk_c0); in flow_dv_convert_action_mark()
1233 shl_c0 = rte_bsf32(msk_c0); in flow_dv_convert_action_set_meta()
7438 uint32_t shl_c0 = rte_bsf32(msk_c0); in flow_dv_translate_item_mark()
7494 uint32_t shl_c0 = rte_bsf32(msk_c0); in flow_dv_translate_item_meta()
7554 uint32_t shl_c0 = rte_bsf32(msk_c0); in flow_dv_translate_mlx5_item_tag()
/f-stack/dpdk/lib/librte_efd/
H A Drte_efd.c535 num_chunks_shift = rte_bsf32(num_chunks); in rte_efd_create()
/f-stack/dpdk/lib/librte_timer/
H A Drte_timer.c331 uint32_t level = rand == 0 ? MAX_SKIPLIST_DEPTH : (rte_bsf32(rand)-1) / 2; in timer_get_skiplist_level()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst215 by the existing ``rte_bsf32`` function.
/f-stack/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.c2567 bsf = rte_bsf32(region_info->region[i].queue_num); in i40e_vsi_update_queue_region_mapping()
H A Di40e_ethdev.c5287 bsf = rte_bsf32(qpnum_per_tc); in i40e_vsi_config_tc_queue_mapping()
10873 bsf = rte_bsf32(qpnum_per_tc); in i40e_vsi_update_queue_mapping()
11330 dcb_info->nb_tcs = rte_bsf32(vsi->enabled_tc + 1); in i40e_dev_get_dcb_info()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h3285 pos = rte_bsf32(src[counter_num_bytes]); in find_kasumif9_direction_and_length()
/f-stack/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c62 return (value == 0) ? 0 : rte_bsf32(value); in log2_basic()
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c765 bsf = rte_bsf32(vsi->nb_qps); in ice_vsi_config_tc_queue_mapping()