Home
last modified time | relevance | path

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

12

/f-stack/dpdk/lib/librte_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()
194 bmp = (struct rte_bitmap *) mem; in rte_bitmap_init()
254 static inline struct rte_bitmap *
257 struct rte_bitmap *bmp; in rte_bitmap_init_with_all_set()
273 bmp = (struct rte_bitmap *) mem; in rte_bitmap_init_with_all_set()
300 rte_bitmap_free(struct rte_bitmap *bmp) in rte_bitmap_free()
[all …]
H A Dmeson.build8 'rte_bitmap.h',
/f-stack/dpdk/app/test/
H A Dtest_bitmap.c17 test_bitmap_scan_operations(struct rte_bitmap *bmp) in test_bitmap_scan_operations()
77 test_bitmap_slab_set_get(struct rte_bitmap *bmp) in test_bitmap_slab_set_get()
102 test_bitmap_set_get_clear(struct rte_bitmap *bmp) in test_bitmap_set_get_clear()
153 struct rte_bitmap *bmp; in test_bitmap_all_clear()
193 struct rte_bitmap *bmp; in test_bitmap_all_set()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.h184 struct rte_bitmap **free_entries;
188 struct rte_bitmap **free_entries_rev;
190 struct rte_bitmap **live_entries;
192 struct rte_bitmap **live_entries_rev;
196 struct rte_bitmap *rss_grp_entries;
H A Dotx2_flow.c17 struct rte_bitmap *bmap; in otx2_flow_free_all_resources()
177 flow_get_free_rss_grp(struct rte_bitmap *bmap, in flow_get_free_rss_grp()
664 struct rte_bitmap *bmap; in otx2_flow_destroy()
1004 * sizeof(struct rte_bitmap *), in otx2_flow_init()
1013 * sizeof(struct rte_bitmap *), in otx2_flow_init()
1022 * sizeof(struct rte_bitmap *), in otx2_flow_init()
1031 * sizeof(struct rte_bitmap *), in otx2_flow_init()
H A Dotx2_flow_utils.c533 struct rte_bitmap *fr_bmp, *fr_bmp_rev, *lv_bmp, *lv_bmp_rev, *bmp; in flow_shift_ent()
744 struct rte_bitmap *free_bmp, *free_bmp_rev, *live_bmp, *live_bmp_rev; in flow_fill_entry_cache()
839 struct rte_bitmap *free, *free_rev, *live, *live_rev; in flow_check_preallocated_entry_cache()
/f-stack/dpdk/drivers/net/bonding/
H A Dmeson.build8 deps += 'sched' # needed for rte_bitmap.h
H A Deth_bond_private.h183 struct rte_bitmap *vlan_filter_bmp;
/f-stack/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;
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_qp.h97 struct rte_bitmap *ctx_bmp;
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.h40 struct rte_bitmap *ms_bmp; /* Bit-mask of memsegs belonged to MR. */
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxr.h73 struct rte_bitmap *ag_bitmap;
/f-stack/dpdk/examples/ipsec-secgw/
H A Devent_helper.h160 struct rte_bitmap *eth_core_mask;
H A Devent_helper.c17 eh_get_enabled_cores(struct rte_bitmap *eth_core_mask) in eh_get_enabled_cores()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.h48 struct rte_bitmap *ms_bmp; /* Bit-mask of memsegs belonged to MR. */
/f-stack/dpdk/drivers/mempool/octeontx2/
H A Dotx2_mempool.h49 struct rte_bitmap *npa_bmp;
/f-stack/dpdk/drivers/event/dlb/pf/base/
H A Ddlb_osdep_bitmap.h22 struct rte_bitmap *map;
/f-stack/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_osdep_bitmap.h22 struct rte_bitmap *map;
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_var.h132 struct rte_bitmap *chim_bmap; /* Send buffer map */
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.h220 struct rte_bitmap *bmp;
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.h401 struct rte_bitmap *slots;
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()
951 struct rte_bitmap *slots; in ice_acl_bitmap_init()
/f-stack/dpdk/doc/api/
H A Ddoxy-api-index.md158 [bitmap] (@ref rte_bitmap.h)
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h716 struct rte_bitmap *bitmap;

12