Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_bitmap.c29 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
39 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
50 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
63 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
86 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_slab_set_get()
212 if (!rte_bitmap_scan(bmp, &pos, &slab)) { in test_bitmap_all_set()
220 if (rte_bitmap_scan(bmp, &pos, &slab)) { in test_bitmap_all_set()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_utils.c561 rc_fr = rte_bitmap_scan(fr_bmp, &e_fr, &sl_fr); in flow_shift_ent()
562 rc_lv = rte_bitmap_scan(lv_bmp, &e_lv, &sl_lv); in flow_shift_ent()
567 rc_fr = rte_bitmap_scan(fr_bmp_rev, in flow_shift_ent()
570 rc_lv = rte_bitmap_scan(lv_bmp_rev, in flow_shift_ent()
856 rc = rte_bitmap_scan(free, &pos, &slab); in flow_check_preallocated_entry_cache()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_bitmap.h553 rte_bitmap_scan(struct rte_bitmap *bmp, uint32_t *pos, uint64_t *slab) in rte_bitmap_scan() function
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_api.c205 found = rte_bitmap_scan(internals->vlan_filter_bmp, &pos, &slab); in slave_vlan_filter_set()
225 found = rte_bitmap_scan(internals->vlan_filter_bmp, in slave_vlan_filter_set()
/f-stack/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()
/f-stack/dpdk/drivers/mempool/octeontx2/
H A Dotx2_mempool_ops.c582 rc = rte_bitmap_scan(lf->npa_bmp, &pos, &slab); in npa_lf_aura_pool_pair_alloc()
/f-stack/dpdk/drivers/net/ice/
H A Dice_acl_filter.c400 if (!rte_bitmap_scan(slots, &pos, &slab)) in ice_acl_alloc_slot_id()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.c575 if (!rte_bitmap_scan(trunk->bmp, &iidx, &slab)) { in mlx5_ipool_malloc()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c209 if (rte_bitmap_scan(hv->chim_bmap, &index, &slab)) { in hn_chim_alloc()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_fdir.c1413 ret = rte_bitmap_scan(fdir_info->fdir_flow_pool.bitmap, &pos, in i40e_fdir_entry_pool_get()
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c2613 if (unlikely(rte_bitmap_scan(subport->bmp, &bmp_pos, &bmp_slab) <= 0)) in grinder_next_pipe()