Home
last modified time | relevance | path

Searched refs:ptg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c663 ice_ptg_find_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 *ptg) in ice_ptg_find_ptype() argument
665 if (ptype >= ICE_XLT1_CNT || !ptg) in ice_ptg_find_ptype()
668 *ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg; in ice_ptg_find_ptype()
681 static void ice_ptg_alloc_val(struct ice_hw *hw, enum ice_block blk, u8 ptg) in ice_ptg_alloc_val() argument
683 hw->blk[blk].xlt1.ptg_tbl[ptg].in_use = true; in ice_ptg_alloc_val()
697 ice_ptg_remove_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 ptg) in ice_ptg_remove_ptype() argument
705 if (!hw->blk[blk].xlt1.ptg_tbl[ptg].in_use) in ice_ptg_remove_ptype()
709 if (!hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype) in ice_ptg_remove_ptype()
713 p = hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype; in ice_ptg_remove_ptype()
714 ch = &hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype; in ice_ptg_remove_ptype()
[all …]
H A Dice_flex_type.h173 u8 ptg; member
185 u8 ptg[ICE_MAX_PTG_PER_PROFILE]; member
194 u8 ptg; member
345 u8 ptg; member
H A Dice_virtchnl_fdir.c1975 int ret, ptg, id, i; in ice_vc_add_fdir_raw() local
1986 ptg = hw->blk[ICE_BLK_FD].xlt1.t[id]; in ice_vc_add_fdir_raw()
2004 pi = &vf->fdir_prof_info[ptg]; in ice_vc_add_fdir_raw()
2244 int ptg; in ice_vc_del_fdir_raw() local
2253 ptg = hw->blk[ICE_BLK_FD].xlt1.t[id]; in ice_vc_del_fdir_raw()
2275 pi = &vf->fdir_prof_info[ptg]; in ice_vc_del_fdir_raw()