Searched refs:ptypes (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flow.c | 709 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 D | ice_flex_pipe.h | 43 unsigned long *ptypes, const struct ice_ptype_attributes *attr,
|
| H A D | ice_flex_pipe.c | 664 *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 D | ice_parser.h | 529 DECLARE_BITMAP(ptypes, ICE_FLOW_PTYPE_MAX); /* PTYPE bitmap */
|
| 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_adminq.h | 479 struct gve_ptype_entry ptypes[GVE_NUM_PTYPES]; /* PTYPES are always 10 bits. */ member
|
| H A D | gve.h | 708 struct gve_ptype ptypes[GVE_NUM_PTYPES]; member
|
| H A D | gve_rx_dqo.c | 973 rx->gve->ptype_lut_dqo->ptypes[desc->packet_type]; in gve_rx_complete_skb()
|
| /linux/drivers/net/ethernet/intel/ice/virt/ |
| H A D | rss.c | 1449 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 D | fdir.c | 1992 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()
|