Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_flow.c603 DECLARE_BITMAP(ptypes, ICE_FLOW_PTYPE_MAX);
706 memset(params->ptypes, 0xff, sizeof(params->ptypes)); in ice_flow_proc_seg_hdrs()
719 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
725 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
730 bitmap_and(params->ptypes, params->ptypes, in ice_flow_proc_seg_hdrs()
739 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
745 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
751 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
756 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
762 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
[all …]
Dice_flex_pipe.h112 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[],
Dice_flex_pipe.c2570 *ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg; in ice_ptg_find_ptype()
2618 if (ptype == (p - hw->blk[blk].xlt1.ptypes)) { in ice_ptg_remove_ptype()
2627 hw->blk[blk].xlt1.ptypes[ptype].ptg = ICE_DEFAULT_PTG; in ice_ptg_remove_ptype()
2628 hw->blk[blk].xlt1.ptypes[ptype].next_ptype = NULL; in ice_ptg_remove_ptype()
2674 hw->blk[blk].xlt1.ptypes[ptype].next_ptype = in ice_ptg_add_mv_ptype()
2677 &hw->blk[blk].xlt1.ptypes[ptype]; in ice_ptg_add_mv_ptype()
2679 hw->blk[blk].xlt1.ptypes[ptype].ptg = ptg; in ice_ptg_add_mv_ptype()
4012 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].xlt1.ptypes); in ice_free_hw_tbls()
4068 memset(xlt1->ptypes, 0, xlt1->count * sizeof(*xlt1->ptypes)); in ice_clear_hw_tbls()
4122 xlt1->ptypes = devm_kcalloc(ice_hw_to_dev(hw), xlt1->count, in ice_init_hw_tbls()
[all …]
Dice_flex_type.h550 struct ice_ptg_ptype *ptypes; member
/linux-5.19.10/drivers/net/ethernet/google/gve/
Dgve_adminq.c935 ptype_lut->ptypes[i].l3_type = in gve_adminq_get_ptype_map_dqo()
936 ptype_map->ptypes[i].l3_type; in gve_adminq_get_ptype_map_dqo()
937 ptype_lut->ptypes[i].l4_type = in gve_adminq_get_ptype_map_dqo()
938 ptype_map->ptypes[i].l4_type; in gve_adminq_get_ptype_map_dqo()
Dgve_adminq.h322 struct gve_ptype_entry ptypes[1 << 10]; /* PTYPES are always 10 bits. */ member
Dgve.h480 struct gve_ptype ptypes[GVE_NUM_PTYPES]; member
Dgve_rx_dqo.c635 rx->gve->ptype_lut_dqo->ptypes[desc->packet_type]; in gve_rx_complete_skb()