Searched refs:ptg (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flex_pipe.c | 659 ice_ptg_find_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 *ptg) in ice_ptg_find_ptype() argument 661 if (ptype >= ICE_XLT1_CNT || !ptg) in ice_ptg_find_ptype() 664 *ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg; in ice_ptg_find_ptype() 677 static void ice_ptg_alloc_val(struct ice_hw *hw, enum ice_block blk, u8 ptg) in ice_ptg_alloc_val() argument 679 hw->blk[blk].xlt1.ptg_tbl[ptg].in_use = true; in ice_ptg_alloc_val() 693 ice_ptg_remove_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 ptg) in ice_ptg_remove_ptype() argument 701 if (!hw->blk[blk].xlt1.ptg_tbl[ptg].in_use) in ice_ptg_remove_ptype() 705 if (!hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype) in ice_ptg_remove_ptype() 709 p = hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype; in ice_ptg_remove_ptype() 710 ch = &hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype; in ice_ptg_remove_ptype() [all …]
|
| /linux/drivers/net/ethernet/intel/ice/virt/ |
| H A D | rss.c | 1444 int i, ptg, ret = 0; in ice_add_raw_rss_cfg() local 1451 ptg = hw->blk[ICE_BLK_RSS].xlt1.t[id]; in ice_add_raw_rss_cfg() 1452 rss_prof = &vf->rss_prof_info[ptg]; in ice_add_raw_rss_cfg() 1520 int ptg, ret = 0; in ice_rem_raw_rss_cfg() local 1526 ptg = hw->blk[ICE_BLK_RSS].xlt1.t[id]; in ice_rem_raw_rss_cfg() 1528 memset(&vf->rss_prof_info[ptg], 0, in ice_rem_raw_rss_cfg()
|
| H A D | fdir.c | 1982 int ret, ptg, id, i; in ice_vc_add_fdir_raw() local 1993 ptg = hw->blk[ICE_BLK_FD].xlt1.t[id]; in ice_vc_add_fdir_raw() 2011 pi = &vf->fdir_prof_info[ptg]; in ice_vc_add_fdir_raw() 2256 int ptg; in ice_vc_del_fdir_raw() local 2265 ptg = hw->blk[ICE_BLK_FD].xlt1.t[id]; in ice_vc_del_fdir_raw() 2287 pi = &vf->fdir_prof_info[ptg]; in ice_vc_del_fdir_raw()
|