Searched refs:rte_bitmap_scan (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_bitmap.c | 29 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 D | otx2_flow_utils.c | 561 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 D | rte_bitmap.h | 553 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 D | rte_eth_bond_api.c | 205 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 D | bcmfs5_rm.c | 401 ret = rte_bitmap_scan(qp->ctx_bmp, &pos, &slab); in bcmfs5_enqueue_single_request_qp()
|
| H A D | bcmfs4_rm.c | 470 ret = rte_bitmap_scan(qp->ctx_bmp, &pos, &slab); in bcmfs4_enqueue_single_request_qp()
|
| /f-stack/dpdk/drivers/mempool/octeontx2/ |
| H A D | otx2_mempool_ops.c | 582 rc = rte_bitmap_scan(lf->npa_bmp, &pos, &slab); in npa_lf_aura_pool_pair_alloc()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_acl_filter.c | 400 if (!rte_bitmap_scan(slots, &pos, &slab)) in ice_acl_alloc_slot_id()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_utils.c | 575 if (!rte_bitmap_scan(trunk->bmp, &iidx, &slab)) { in mlx5_ipool_malloc()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_rxtx.c | 209 if (rte_bitmap_scan(hv->chim_bmap, &index, &slab)) { in hn_chim_alloc()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_fdir.c | 1413 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 D | rte_sched.c | 2613 if (unlikely(rte_bitmap_scan(subport->bmp, &bmp_pos, &bmp_slab) <= 0)) in grinder_next_pipe()
|