Home
last modified time | relevance | path

Searched refs:ice_bitmap_t (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_bitops.h9 typedef u32 ice_bitmap_t; typedef
174 ice_and_bitmap(ice_bitmap_t *dst, const ice_bitmap_t *bmp1, in ice_and_bitmap()
211 ice_or_bitmap(ice_bitmap_t *dst, const ice_bitmap_t *bmp1, in ice_or_bitmap()
214 ice_bitmap_t mask; in ice_or_bitmap()
242 ice_xor_bitmap(ice_bitmap_t *dst, const ice_bitmap_t *bmp1, in ice_xor_bitmap()
245 ice_bitmap_t mask; in ice_xor_bitmap()
273 ice_andnot_bitmap(ice_bitmap_t *dst, const ice_bitmap_t *bmp1, in ice_andnot_bitmap()
276 ice_bitmap_t mask; in ice_andnot_bitmap()
377 static inline void ice_cp_bitmap(ice_bitmap_t *dst, ice_bitmap_t *src, u16 size) in ice_cp_bitmap()
434 ice_cmp_bitmap(ice_bitmap_t *bmp1, ice_bitmap_t *bmp2, u16 size) in ice_cmp_bitmap()
[all …]
H A Dice_flow.c1095 const ice_bitmap_t *src; in ice_flow_proc_seg_hdrs()
1102 (const ice_bitmap_t *)ice_ptypes_mac_il; in ice_flow_proc_seg_hdrs()
1127 (const ice_bitmap_t *)ice_ptypes_ipv4_il : in ice_flow_proc_seg_hdrs()
1134 (const ice_bitmap_t *)ice_ptypes_ipv6_il : in ice_flow_proc_seg_hdrs()
1156 (const ice_bitmap_t *)ice_ptypes_ipv4_il; in ice_flow_proc_seg_hdrs()
1167 (const ice_bitmap_t *)ice_ptypes_ipv6_il; in ice_flow_proc_seg_hdrs()
1202 (const ice_bitmap_t *)ice_ptypes_icmp_il; in ice_flow_proc_seg_hdrs()
1262 src = (const ice_bitmap_t *)ice_ptypes_esp; in ice_flow_proc_seg_hdrs()
1266 src = (const ice_bitmap_t *)ice_ptypes_ah; in ice_flow_proc_seg_hdrs()
1284 src = (const ice_bitmap_t *)ice_ptypes_ppp; in ice_flow_proc_seg_hdrs()
[all …]
H A Dice_flex_pipe.h35 ice_bitmap_t *bm);
40 ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list);
H A Dice_sched.c2564 ice_bitmap_t *tc_bitmap) in ice_save_agg_tc_bitmap()
2741 ice_bitmap_t bitmap = tc_bitmap; in ice_cfg_agg()
2746 (ice_bitmap_t *)&bitmap); in ice_cfg_agg()
2749 (ice_bitmap_t *)&bitmap); in ice_cfg_agg()
2812 ice_bitmap_t *tc_bitmap) in ice_save_agg_vsi_tc_bitmap()
2842 u16 vsi_handle, ice_bitmap_t *tc_bitmap) in ice_sched_assoc_vsi_to_agg()
3021 ice_bitmap_t bitmap = tc_bitmap; in ice_move_vsi_to_agg()
3026 (ice_bitmap_t *)&bitmap); in ice_move_vsi_to_agg()
3029 (ice_bitmap_t *)&bitmap); in ice_move_vsi_to_agg()
5503 ice_bitmap_t *ena_tc_bitmap) in ice_sched_get_ena_tc_bitmap()
[all …]
H A Dice_switch.c7076 ice_find_free_recp_res_idx(struct ice_hw *hw, const ice_bitmap_t *profiles, in ice_find_free_recp_res_idx()
7077 ice_bitmap_t *free_idx) in ice_find_free_recp_res_idx()
7126 ice_bitmap_t *profiles) in ice_add_sw_recipe()
7245 ice_zero_bitmap((ice_bitmap_t *)buf[recps].recipe_bitmap, in ice_add_sw_recipe()
7248 (ice_bitmap_t *)buf[recps].recipe_bitmap); in ice_add_sw_recipe()
7461 ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list) in ice_get_fv()
7558 ice_bitmap_t *bm) in ice_get_compat_fv_bitmap()
H A Dice_type.h85 static inline bool ice_is_tc_ena(ice_bitmap_t bitmap, u8 tc) in ice_is_tc_ena()
H A Dice_flex_pipe.c1819 ice_bitmap_t *bm) in ice_get_sw_fv_bitmap()
1864 ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list) in ice_get_sw_fv_list()
5077 ice_for_each_set_bit(bit, (ice_bitmap_t *)&ptypes[byte], in ice_add_prof()
5687 ice_ptg_attr_in_use(struct ice_tcam_inf *ptg_attr, ice_bitmap_t *ptgs_used, in ice_ptg_attr_in_use()