Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
A Dice_flow.c742 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()
790 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
813 bitmap_and(params->ptypes, params->ptypes, in ice_flow_proc_seg_hdrs()
[all …]
A Dice_flex_pipe.h45 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[],
A Dice_flex_pipe.c668 *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()
2177 memset(xlt1->ptypes, 0, xlt1->count * sizeof(*xlt1->ptypes)); in ice_clear_hw_tbls()
2236 sizeof(*xlt1->ptypes), GFP_KERNEL); in ice_init_hw_tbls()
2238 if (!xlt1->ptypes) in ice_init_hw_tbls()
[all …]
A Dice_flex_type.h226 struct ice_ptg_ptype *ptypes; member
A Dice_parser.h531 DECLARE_BITMAP(ptypes, ICE_FLOW_PTYPE_MAX); /* PTYPE bitmap */
A Dice_virtchnl_fdir.c1985 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()
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/
A Dgve_adminq.c1231 ptype_lut->ptypes[i].l3_type = in gve_adminq_get_ptype_map_dqo()
1232 ptype_map->ptypes[i].l3_type; in gve_adminq_get_ptype_map_dqo()
1233 ptype_lut->ptypes[i].l4_type = in gve_adminq_get_ptype_map_dqo()
1234 ptype_map->ptypes[i].l4_type; in gve_adminq_get_ptype_map_dqo()
A Dgve_adminq.h454 struct gve_ptype_entry ptypes[1 << 10]; /* PTYPES are always 10 bits. */ member
A Dgve.h643 struct gve_ptype ptypes[GVE_NUM_PTYPES]; member
A Dgve_rx_dqo.c897 rx->gve->ptype_lut_dqo->ptypes[desc->packet_type]; in gve_rx_complete_skb()

Completed in 50 milliseconds