Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_flow.c709 DECLARE_BITMAP(ptypes, ICE_FLOW_PTYPE_MAX);
812 memset(params->ptypes, 0xff, sizeof(params->ptypes)); in ice_flow_proc_seg_hdrs()
825 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
831 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
836 bitmap_and(params->ptypes, params->ptypes, in ice_flow_proc_seg_hdrs()
845 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
851 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
857 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
862 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
868 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
[all …]
H A Dice_flex_pipe.h43 unsigned long *ptypes, const struct ice_ptype_attributes *attr,
H A Dice_flex_pipe.c664 *ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg; in ice_ptg_find_ptype()
712 if (ptype == (p - hw->blk[blk].xlt1.ptypes)) { in ice_ptg_remove_ptype()
721 hw->blk[blk].xlt1.ptypes[ptype].ptg = ICE_DEFAULT_PTG; in ice_ptg_remove_ptype()
722 hw->blk[blk].xlt1.ptypes[ptype].next_ptype = NULL; in ice_ptg_remove_ptype()
768 hw->blk[blk].xlt1.ptypes[ptype].next_ptype = in ice_ptg_add_mv_ptype()
771 &hw->blk[blk].xlt1.ptypes[ptype]; in ice_ptg_add_mv_ptype()
773 hw->blk[blk].xlt1.ptypes[ptype].ptg = ptg; in ice_ptg_add_mv_ptype()
2114 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].xlt1.ptypes); in ice_free_hw_tbls()
2173 memset(xlt1->ptypes, 0, xlt1->count * sizeof(*xlt1->ptypes)); in ice_clear_hw_tbls()
2231 xlt1->ptypes = devm_kcalloc(ice_hw_to_dev(hw), xlt1->count, in ice_init_hw_tbls()
[all …]
H A Dice_parser.h529 DECLARE_BITMAP(ptypes, ICE_FLOW_PTYPE_MAX); /* PTYPE bitmap */
H A Dice_parser.c2372 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 Dgve_adminq.h479 struct gve_ptype_entry ptypes[GVE_NUM_PTYPES]; /* PTYPES are always 10 bits. */ member
H A Dgve.h708 struct gve_ptype ptypes[GVE_NUM_PTYPES]; member
H A Dgve_rx_dqo.c973 rx->gve->ptype_lut_dqo->ptypes[desc->packet_type]; in gve_rx_complete_skb()
/linux/drivers/net/ethernet/intel/ice/virt/
H A Drss.c1449 id = find_first_bit(prof->ptypes, ICE_FLOW_PTYPE_MAX); in ice_add_raw_rss_cfg()
1524 id = find_first_bit(prof->ptypes, ICE_FLOW_PTYPE_MAX); in ice_rem_raw_rss_cfg()
H A Dfdir.c1992 id = find_first_bit(conf->prof->ptypes, ICE_FLOW_PTYPE_MAX); in ice_vc_add_fdir_raw()
2264 id = find_first_bit(conf->prof->ptypes, ICE_FLOW_PTYPE_MAX); in ice_vc_del_fdir_raw()