Home
last modified time | relevance | path

Searched refs:rte_bitmap_scan (Results 1 – 11 of 11) sorted by relevance

/dpdk/app/test/
H A Dtest_bitmap.c30 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
40 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
51 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
64 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
86 if (rte_bitmap_scan(bmp, &pos, &out_slab) != 1) { in test_bitmap_scan_operations()
95 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) in test_bitmap_scan_operations()
118 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_slab_set_get()
244 if (!rte_bitmap_scan(bmp, &pos, &slab)) { in test_bitmap_all_set()
252 if (rte_bitmap_scan(bmp, &pos, &slab)) { in test_bitmap_all_set()
/dpdk/drivers/common/cnxk/
H A Droc_platform.h113 #define plt_bitmap_scan rte_bitmap_scan
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_api.c211 found = rte_bitmap_scan(internals->vlan_filter_bmp, &pos, &slab); in slave_vlan_filter_set()
231 found = rte_bitmap_scan(internals->vlan_filter_bmp, in slave_vlan_filter_set()
/dpdk/lib/eal/include/
H A Drte_bitmap.h577 rte_bitmap_scan(struct rte_bitmap *bmp, uint32_t *pos, uint64_t *slab) in rte_bitmap_scan() function
/dpdk/drivers/crypto/bcmfs/hw/
H A Dbcmfs5_rm.c401 ret = rte_bitmap_scan(qp->ctx_bmp, &pos, &slab); in bcmfs5_enqueue_single_request_qp()
H A Dbcmfs4_rm.c470 ret = rte_bitmap_scan(qp->ctx_bmp, &pos, &slab); in bcmfs4_enqueue_single_request_qp()
/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.c533 if (!rte_bitmap_scan(trunk->bmp, &iidx, &slab)) { in mlx5_ipool_malloc()
778 if (!ibmp || !rte_bitmap_scan(ibmp, &iidx, &slab)) { in mlx5_ipool_get_next_cache()
/dpdk/drivers/net/ice/
H A Dice_acl_filter.c400 if (!rte_bitmap_scan(slots, &pos, &slab)) in ice_acl_alloc_slot_id()
/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c209 if (rte_bitmap_scan(hv->chim_bmap, &index, &slab)) { in hn_chim_alloc()
/dpdk/drivers/net/i40e/
H A Di40e_fdir.c1412 ret = rte_bitmap_scan(fdir_info->fdir_flow_pool.bitmap, &pos, in i40e_fdir_entry_pool_get()
/dpdk/lib/sched/
H A Drte_sched.c2572 if (unlikely(rte_bitmap_scan(subport->bmp, &bmp_pos, &bmp_slab) <= 0)) in grinder_next_pipe()