Searched refs:rte_bitmap_scan (Results 1 – 11 of 11) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_bitmap.c | 30 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 D | roc_platform.h | 113 #define plt_bitmap_scan rte_bitmap_scan
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_api.c | 211 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 D | rte_bitmap.h | 577 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 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()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_utils.c | 533 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 D | ice_acl_filter.c | 400 if (!rte_bitmap_scan(slots, &pos, &slab)) in ice_acl_alloc_slot_id()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_rxtx.c | 209 if (rte_bitmap_scan(hv->chim_bmap, &index, &slab)) { in hn_chim_alloc()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_fdir.c | 1412 ret = rte_bitmap_scan(fdir_info->fdir_flow_pool.bitmap, &pos, in i40e_fdir_entry_pool_get()
|
| /dpdk/lib/sched/ |
| H A D | rte_sched.c | 2572 if (unlikely(rte_bitmap_scan(subport->bmp, &bmp_pos, &bmp_slab) <= 0)) in grinder_next_pipe()
|