Searched refs:ptg_tbl (Results 1 – 2 of 2) sorted by relevance
2620 hw->blk[blk].xlt1.ptg_tbl[ptg].in_use = true; in ice_ptg_alloc_val()2642 if (!hw->blk[blk].xlt1.ptg_tbl[ptg].in_use) in ice_ptg_remove_ptype()2646 if (!hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype) in ice_ptg_remove_ptype()2650 p = hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype; in ice_ptg_remove_ptype()2710 hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype; in ice_ptg_add_mv_ptype()2711 hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype = in ice_ptg_add_mv_ptype()4077 ice_free(hw, hw->blk[i].xlt1.ptg_tbl); in ice_free_hw_tbls()4136 ice_memset(xlt1->ptg_tbl, 0, in ice_clear_hw_tbls()4137 ICE_MAX_PTGS * sizeof(*xlt1->ptg_tbl), in ice_clear_hw_tbls()4207 xlt1->ptg_tbl = (struct ice_ptg_entry *) in ice_init_hw_tbls()[all …]
858 struct ice_ptg_entry *ptg_tbl; member