Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 22 of 22) sorted by relevance

/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_osdep_bitmap.h41 static inline int dlb2_bitmap_alloc(struct dlb2_bitmap **bitmap, in dlb2_bitmap_alloc()
88 static inline void dlb2_bitmap_free(struct dlb2_bitmap *bitmap) in dlb2_bitmap_free()
109 static inline int dlb2_bitmap_fill(struct dlb2_bitmap *bitmap) in dlb2_bitmap_fill()
134 static inline int dlb2_bitmap_zero(struct dlb2_bitmap *bitmap) in dlb2_bitmap_zero()
156 static inline int dlb2_bitmap_set(struct dlb2_bitmap *bitmap, in dlb2_bitmap_set()
183 static inline int dlb2_bitmap_set_range(struct dlb2_bitmap *bitmap, in dlb2_bitmap_set_range()
213 static inline int dlb2_bitmap_clear(struct dlb2_bitmap *bitmap, in dlb2_bitmap_clear()
240 static inline int dlb2_bitmap_clear_range(struct dlb2_bitmap *bitmap, in dlb2_bitmap_clear_range()
308 static inline int dlb2_bitmap_find_set_bit(struct dlb2_bitmap *bitmap) in dlb2_bitmap_find_set_bit()
338 static inline int dlb2_bitmap_count(struct dlb2_bitmap *bitmap) in dlb2_bitmap_count()
[all …]
H A Ddlb2_resource.c682 struct dlb2_bitmap *bitmap; in dlb2_attach_domain_hist_list_entries() local
/dpdk/drivers/net/ice/base/
H A Dice_bitops.h28 static inline bool ice_is_bit_set_internal(u16 nr, const ice_bitmap_t *bitmap) in ice_is_bit_set_internal()
46 static inline void ice_clear_bit_internal(u16 nr, ice_bitmap_t *bitmap) in ice_clear_bit_internal()
51 static inline void ice_set_bit_internal(u16 nr, ice_bitmap_t *bitmap) in ice_set_bit_internal()
57 ice_bitmap_t *bitmap) in ice_test_and_clear_bit_internal()
83 static inline bool ice_is_bit_set(const ice_bitmap_t *bitmap, u16 nr) in ice_is_bit_set()
97 static inline void ice_clear_bit(u16 nr, ice_bitmap_t *bitmap) in ice_clear_bit()
110 static inline void ice_set_bit(u16 nr, ice_bitmap_t *bitmap) in ice_set_bit()
124 ice_test_and_clear_bit(u16 nr, ice_bitmap_t *bitmap) in ice_test_and_clear_bit()
139 ice_test_and_set_bit(u16 nr, ice_bitmap_t *bitmap) in ice_test_and_set_bit()
302 ice_find_next_bit(const ice_bitmap_t *bitmap, u16 size, u16 offset) in ice_find_next_bit()
[all …]
H A Dice_sched.c2741 ice_bitmap_t bitmap = tc_bitmap; in ice_cfg_agg() local
3021 ice_bitmap_t bitmap = tc_bitmap; in ice_move_vsi_to_agg() local
H A Dice_type.h85 static inline bool ice_is_tc_ena(ice_bitmap_t bitmap, u8 tc) in ice_is_tc_ena()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_utils.h22 #define ULP_BITMAP_SET(bitmap, val) ((bitmap) |= (val)) argument
23 #define ULP_BITMAP_RESET(bitmap, val) ((bitmap) &= ~(val)) argument
24 #define ULP_BITMAP_ISSET(bitmap, val) ((bitmap) & (val)) argument
H A Dulp_utils.c1056 uint32_t ulp_bitmap_is_zero(uint8_t *bitmap, int32_t size) in ulp_bitmap_is_zero()
1067 uint32_t ulp_bitmap_is_ones(uint8_t *bitmap, int32_t size) in ulp_bitmap_is_ones()
1078 uint32_t ulp_bitmap_notzero(const uint8_t *bitmap, int32_t size) in ulp_bitmap_notzero()
/dpdk/drivers/crypto/ccp/
H A Dccp_dev.c119 ccp_set_bit(unsigned long *bitmap, int n) in ccp_set_bit()
125 ccp_clear_bit(unsigned long *bitmap, int n) in ccp_clear_bit()
131 ccp_get_bit(unsigned long *bitmap, int n) in ccp_get_bit()
/dpdk/drivers/net/qede/base/
H A Dbcm_osal.h320 #define OSAL_SET_BIT(bit, bitmap) \ argument
323 #define OSAL_CLEAR_BIT(bit, bitmap) \ argument
326 #define OSAL_GET_BIT(bit, bitmap) \ argument
330 #define OSAL_FIND_FIRST_BIT(bitmap, length) \ argument
334 #define OSAL_FIND_FIRST_ZERO_BIT(bitmap, length) \ argument
342 #define OSAL_BITMAP_WEIGHT(bitmap, count) 0 argument
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_dump.c492 uint8_t bitmap; in get_vlan_rx_offload_cfg() local
582 uint8_t bitmap; in get_vlan_tx_offload_cfg() local
H A Dhns3_ethdev.c555 uint8_t bitmap; in hns3_set_vlan_rx_offload_cfg() local
743 uint8_t bitmap; in hns3_set_vlan_tx_offload_cfg() local
/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.h73 uint32_t bitmap[NGBE_HWSTRIP_BITMAP_SIZE]; member
/dpdk/examples/ipsec-secgw/
H A Devent_helper.c1502 void *bitmap = NULL; in eh_conf_init() local
/dpdk/drivers/baseband/fpga_5gnr_fec/
H A Drte_fpga_5gnr_fec.c822 check_bit(uint32_t bitmap, uint32_t bitmask) in check_bit()
/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c150 check_bit(uint32_t bitmap, uint32_t bitmask) in check_bit()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.h165 uint32_t bitmap[TXGBE_HWSTRIP_BITMAP_SIZE]; member
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h240 uint32_t bitmap[IXGBE_HWSTRIP_BITMAP_SIZE]; member
/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.c194 mrvl_reserve_bit(int *bitmap, int max) in mrvl_reserve_bit()
/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.c1148 check_bit(uint32_t bitmap, uint32_t bitmask) in check_bit()
/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c1151 check_bit(uint32_t bitmap, uint32_t bitmask) in check_bit()
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h729 struct rte_bitmap *bitmap; member
/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c199 check_bit(uint32_t bitmap, uint32_t bitmask) in check_bit()