Home
last modified time | relevance | path

Searched refs:RTE_IS_POWER_OF_2 (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/hash/
H A Drte_cuckoo_hash.h113 #if !RTE_IS_POWER_OF_2(RTE_HASH_BUCKET_ENTRIES)
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_mem.c112 if (!RTE_IS_POWER_OF_2(*gcd)) { in mlx5_vdpa_vhost_mem_regions_prepare()
/dpdk/lib/eal/include/
H A Drte_common.h529 #define RTE_IS_POWER_OF_2(n) ((n) && !(((n) - 1) & (n))) macro
/dpdk/drivers/net/sfc/
H A Dsfc_flow_rss.c365 if (!RTE_IS_POWER_OF_2(nb_qid_offsets)) { in sfc_flow_rss_ctx_program()
/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c2190 MLX5_ASSERT(RTE_IS_POWER_OF_2(attr->num_of_send_wqbbs)); in mlx5_devx_cmd_create_qp()
2198 MLX5_ASSERT(RTE_IS_POWER_OF_2( in mlx5_devx_cmd_create_qp()
/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.c370 RTE_BUILD_BUG_ON(!RTE_IS_POWER_OF_2(VIRTIO_NET_RSS_RETA_SIZE)); in virtio_set_multiple_queues_rss()