Home
last modified time | relevance | path

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

/linux-6.6.21/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.h43 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[],
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()
2109 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].xlt1.ptypes); in ice_free_hw_tbls()
2165 memset(xlt1->ptypes, 0, xlt1->count * sizeof(*xlt1->ptypes)); in ice_clear_hw_tbls()
2219 xlt1->ptypes = devm_kcalloc(ice_hw_to_dev(hw), xlt1->count, in ice_init_hw_tbls()
[all …]
Dice_flex_type.h224 struct ice_ptg_ptype *ptypes; member
/linux-6.6.21/drivers/net/ethernet/google/gve/
Dgve_adminq.c1021 ptype_lut->ptypes[i].l3_type = in gve_adminq_get_ptype_map_dqo()
1022 ptype_map->ptypes[i].l3_type; in gve_adminq_get_ptype_map_dqo()
1023 ptype_lut->ptypes[i].l4_type = in gve_adminq_get_ptype_map_dqo()
1024 ptype_map->ptypes[i].l4_type; in gve_adminq_get_ptype_map_dqo()
Dgve_adminq.h378 struct gve_ptype_entry ptypes[1 << 10]; /* PTYPES are always 10 bits. */ member
Dgve.h617 struct gve_ptype ptypes[GVE_NUM_PTYPES]; member
Dgve_rx_dqo.c728 rx->gve->ptype_lut_dqo->ptypes[desc->packet_type]; in gve_rx_complete_skb()