Home
last modified time | relevance | path

Searched refs:rte_bitmap (Results 1 – 25 of 28) sorted by relevance

12

/dpdk/lib/eal/include/
H A Drte_bitmap.h61 struct rte_bitmap { struct
85 __rte_bitmap_mask1_get(struct rte_bitmap *bmp) in __rte_bitmap_mask1_get()
129 __rte_bitmap_scan_init(struct rte_bitmap *bmp) in __rte_bitmap_scan_init()
169 static inline struct rte_bitmap *
172 struct rte_bitmap *bmp; in rte_bitmap_init()
193 bmp = (struct rte_bitmap *) mem; in rte_bitmap_init()
253 static inline struct rte_bitmap *
256 struct rte_bitmap *bmp; in rte_bitmap_init_with_all_set()
272 bmp = (struct rte_bitmap *) mem; in rte_bitmap_init_with_all_set()
299 rte_bitmap_free(struct rte_bitmap *bmp) in rte_bitmap_free()
[all …]
H A Dmeson.build8 'rte_bitmap.h',
/dpdk/app/test/
H A Dtest_bitmap.c17 test_bitmap_scan_operations(struct rte_bitmap *bmp) in test_bitmap_scan_operations()
109 test_bitmap_slab_set_get(struct rte_bitmap *bmp) in test_bitmap_slab_set_get()
134 test_bitmap_set_get_clear(struct rte_bitmap *bmp) in test_bitmap_set_get_clear()
185 struct rte_bitmap *bmp; in test_bitmap_all_clear()
225 struct rte_bitmap *bmp; in test_bitmap_all_set()
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.h209 static inline unsigned int cxgbe_find_first_zero_bit(struct rte_bitmap *bmap, in cxgbe_find_first_zero_bit()
225 cxgbe_bitmap_find_free_region(struct rte_bitmap *bmap, unsigned int size, in cxgbe_bitmap_find_free_region()
H A Dcxgbe_ofld.h54 struct rte_bitmap *ftid_bmap;
/dpdk/drivers/net/bonding/
H A Dmeson.build20 deps += 'sched' # needed for rte_bitmap.h
H A Deth_bond_private.h183 struct rte_bitmap *vlan_filter_bmp;
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_qp.h97 struct rte_bitmap *ctx_bmp;
/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.h40 struct rte_bitmap *ms_bmp; /* Bit-mask of memsegs belonged to MR. */
/dpdk/examples/ipsec-secgw/
H A Devent_helper.h160 struct rte_bitmap *eth_core_mask;
H A Devent_helper.c21 eh_get_enabled_cores(struct rte_bitmap *eth_core_mask) in eh_get_enabled_cores()
/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.h229 struct rte_bitmap *bmp;
265 struct rte_bitmap *ibmp;
H A Dmlx5_utils.c731 struct rte_bitmap *ibmp; in mlx5_ipool_flush_cache()
773 struct rte_bitmap *ibmp; in mlx5_ipool_get_next_cache()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.h47 struct rte_bitmap *ms_bmp; /* Bit-mask of memsegs belonged to MR. */
/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_osdep_bitmap.h22 struct rte_bitmap *map;
/dpdk/drivers/net/netvsc/
H A Dhn_var.h160 struct rte_bitmap *chim_bmap; /* Send buffer map */
/dpdk/drivers/net/sfc/
H A Dsfc.h206 struct rte_bitmap *queues_bitmap;
H A Dsfc_sw_stats.c426 struct rte_bitmap *bmp = sa->sw_stats.queues_bitmap; in sfc_sw_xstat_get_values_by_id()
825 struct rte_bitmap **queues_bitmap = &sa->sw_stats.queues_bitmap; in sfc_sw_xstats_alloc_queues_bitmap()
/dpdk/drivers/common/cnxk/
H A Droc_platform.h105 #define plt_bitmap rte_bitmap
/dpdk/drivers/net/bnxt/
H A Dbnxt_rxr.h92 struct rte_bitmap *ag_bitmap;
/dpdk/drivers/net/ice/
H A Dice_acl_filter.c393 ice_acl_alloc_slot_id(struct rte_bitmap *slots, uint32_t *slot_id) in ice_acl_alloc_slot_id()
967 struct rte_bitmap *slots; in ice_acl_bitmap_init()
H A Dice_ethdev.h452 struct rte_bitmap *slots;
/dpdk/doc/api/
H A Ddoxy-api-index.md165 [bitmap] (@ref rte_bitmap.h)
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h729 struct rte_bitmap *bitmap;
/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst153 * eal: Function ``rte_bsf64`` in ``rte_bitmap.h`` has been renamed to

12