Home
last modified time | relevance | path

Searched refs:rte_fls_u32 (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_reciprocal.c20 l = rte_fls_u32(d - 1); in rte_reciprocal_value()
/f-stack/dpdk/app/test/
H A Dtest_common.c282 rc = rte_fls_u32(arg); in test_fls()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_common.h627 rte_fls_u32(uint32_t x) in rte_fls_u32() function
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_common.h666 rte_fls_u32(uint32_t x) in rte_fls_u32() function
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_fdir.c312 filter_action->act_conf.queue.region = rte_fls_u32(rss->queue_num) - 1; in iavf_fdir_parse_action_qregion()
/f-stack/dpdk/drivers/net/fm10k/
H A Dfm10k_ethdev.c1045 pool_len = nb_queue_pools ? rte_fls_u32(nb_queue_pools - 1) : 0; in fm10k_dev_dglort_map_configure()
1046 rss_len = rte_fls_u32(dev->data->nb_rx_queues - 1) - pool_len; in fm10k_dev_dglort_map_configure()
1057 dglortdec = rte_fls_u32(dev->data->nb_rx_queues - 1); in fm10k_dev_dglort_map_configure()
/f-stack/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c1509 filter->input.q_region = rte_fls_u32(rss->queue_num) - 1; in ice_fdir_parse_action_qregion()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c1071 rte_fls_u32(reg_c0)); in flow_dv_convert_action_copy_mreg()
1081 (rte_fls_u32(reg_c0) - in flow_dv_convert_action_copy_mreg()
1235 shl_c0 = sizeof(msk_c0) * CHAR_BIT - rte_fls_u32(msk_c0); in flow_dv_convert_action_set_meta()