Searched refs:ptypes (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.c | 626 DECLARE_BITMAP(ptypes, ICE_FLOW_PTYPE_MAX); 729 memset(params->ptypes, 0xff, sizeof(params->ptypes)); in ice_flow_proc_seg_hdrs() 742 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 748 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 753 bitmap_and(params->ptypes, params->ptypes, in ice_flow_proc_seg_hdrs() 762 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 768 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 774 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 779 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 785 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() [all …]
|
H A D | ice_flex_pipe.c | 668 *ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg; in ice_ptg_find_ptype() 716 if (ptype == (p - hw->blk[blk].xlt1.ptypes)) { in ice_ptg_remove_ptype() 725 hw->blk[blk].xlt1.ptypes[ptype].ptg = ICE_DEFAULT_PTG; in ice_ptg_remove_ptype() 726 hw->blk[blk].xlt1.ptypes[ptype].next_ptype = NULL; in ice_ptg_remove_ptype() 772 hw->blk[blk].xlt1.ptypes[ptype].next_ptype = in ice_ptg_add_mv_ptype() 775 &hw->blk[blk].xlt1.ptypes[ptype]; in ice_ptg_add_mv_ptype() 777 hw->blk[blk].xlt1.ptypes[ptype].ptg = ptg; in ice_ptg_add_mv_ptype() 2118 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].xlt1.ptypes); in ice_free_hw_tbls() 2177 memset(xlt1->ptypes, 0, xlt1->count * sizeof(*xlt1->ptypes)); in ice_clear_hw_tbls() 2235 xlt1->ptypes = devm_kcalloc(ice_hw_to_dev(hw), xlt1->count, in ice_init_hw_tbls() [all …]
|
H A D | ice_flex_pipe.h | 42 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[],
|
H A D | ice_flex_type.h | 226 struct ice_ptg_ptype *ptypes; member
|
H A D | ice_parser.h | 529 DECLARE_BITMAP(ptypes, ICE_FLOW_PTYPE_MAX); /* PTYPE bitmap */
|
H A D | ice_virtchnl_fdir.c | 1985 id = find_first_bit(conf->prof->ptypes, ICE_FLOW_PTYPE_MAX); in ice_vc_add_fdir_raw() 2252 id = find_first_bit(conf->prof->ptypes, ICE_FLOW_PTYPE_MAX); in ice_vc_del_fdir_raw()
|
H A D | ice_parser.c | 2372 set_bit(rslt->ptype, prof->ptypes); in ice_parser_profile_init() 2420 if (test_bit(i, prof->ptypes)) in ice_parser_profile_dump()
|
/linux/drivers/net/ethernet/google/gve/ |
H A D | gve.h | 649 struct gve_ptype ptypes[GVE_NUM_PTYPES]; member
|
H A D | gve_rx_dqo.c | 677 rx->gve->ptype_lut_dqo->ptypes[desc->packet_type]; in gve_rx_complete_skb()
|