| /dpdk/drivers/event/dlb2/pf/base/ |
| H A D | dlb2_osdep_bitmap.h | 41 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 D | dlb2_resource.c | 682 struct dlb2_bitmap *bitmap; in dlb2_attach_domain_hist_list_entries() local
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_bitops.h | 28 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 D | ice_sched.c | 2741 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 D | ice_type.h | 85 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 D | ulp_utils.h | 22 #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 D | ulp_utils.c | 1056 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 D | ccp_dev.c | 119 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 D | bcm_osal.h | 320 #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 D | hns3_ethdev_dump.c | 492 uint8_t bitmap; in get_vlan_rx_offload_cfg() local 582 uint8_t bitmap; in get_vlan_tx_offload_cfg() local
|
| H A D | hns3_ethdev.c | 555 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 D | ngbe_ethdev.h | 73 uint32_t bitmap[NGBE_HWSTRIP_BITMAP_SIZE]; member
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | event_helper.c | 1502 void *bitmap = NULL; in eh_conf_init() local
|
| /dpdk/drivers/baseband/fpga_5gnr_fec/ |
| H A D | rte_fpga_5gnr_fec.c | 822 check_bit(uint32_t bitmap, uint32_t bitmask) in check_bit()
|
| /dpdk/drivers/baseband/turbo_sw/ |
| H A D | bbdev_turbo_software.c | 150 check_bit(uint32_t bitmap, uint32_t bitmask) in check_bit()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.h | 165 uint32_t bitmap[TXGBE_HWSTRIP_BITMAP_SIZE]; member
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.h | 240 uint32_t bitmap[IXGBE_HWSTRIP_BITMAP_SIZE]; member
|
| /dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_ethdev.c | 194 mrvl_reserve_bit(int *bitmap, int max) in mrvl_reserve_bit()
|
| /dpdk/drivers/baseband/fpga_lte_fec/ |
| H A D | fpga_lte_fec.c | 1148 check_bit(uint32_t bitmap, uint32_t bitmask) in check_bit()
|
| /dpdk/drivers/baseband/acc100/ |
| H A D | rte_acc100_pmd.c | 1151 check_bit(uint32_t bitmap, uint32_t bitmask) in check_bit()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.h | 729 struct rte_bitmap *bitmap; member
|
| /dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 199 check_bit(uint32_t bitmap, uint32_t bitmask) in check_bit()
|