Home
last modified time | relevance | path

Searched refs:ptypes (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_flow.c211 DECLARE_BITMAP(ptypes, ICE_FLOW_PTYPE_MAX);
291 memset(params->ptypes, 0xff, sizeof(params->ptypes)); in ice_flow_proc_seg_hdrs()
305 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
310 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
316 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
321 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
327 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
330 bitmap_and(params->ptypes, params->ptypes, in ice_flow_proc_seg_hdrs()
335 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
340 bitmap_and(params->ptypes, params->ptypes, in ice_flow_proc_seg_hdrs()
[all …]
Dice_flex_pipe.h29 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[],
Dice_flex_pipe.c1886 *ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg; in ice_ptg_find_ptype()
1934 if (ptype == (p - hw->blk[blk].xlt1.ptypes)) { in ice_ptg_remove_ptype()
1943 hw->blk[blk].xlt1.ptypes[ptype].ptg = ICE_DEFAULT_PTG; in ice_ptg_remove_ptype()
1944 hw->blk[blk].xlt1.ptypes[ptype].next_ptype = NULL; in ice_ptg_remove_ptype()
1990 hw->blk[blk].xlt1.ptypes[ptype].next_ptype = in ice_ptg_add_mv_ptype()
1993 &hw->blk[blk].xlt1.ptypes[ptype]; in ice_ptg_add_mv_ptype()
1995 hw->blk[blk].xlt1.ptypes[ptype].ptg = ptg; in ice_ptg_add_mv_ptype()
2936 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].xlt1.ptypes); in ice_free_hw_tbls()
2990 memset(xlt1->ptypes, 0, xlt1->count * sizeof(*xlt1->ptypes)); in ice_clear_hw_tbls()
3042 xlt1->ptypes = devm_kcalloc(ice_hw_to_dev(hw), xlt1->count, in ice_init_hw_tbls()
[all …]
Dice_flex_type.h413 struct ice_ptg_ptype *ptypes; member