Home
last modified time | relevance | path

Searched refs:ptg_tbl (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c2308 hw->blk[blk].xlt1.ptg_tbl[ptg].in_use = true; in ice_ptg_alloc_val()
2330 if (!hw->blk[blk].xlt1.ptg_tbl[ptg].in_use) in ice_ptg_remove_ptype()
2334 if (!hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype) in ice_ptg_remove_ptype()
2338 p = hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype; in ice_ptg_remove_ptype()
2398 hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype; in ice_ptg_add_mv_ptype()
2399 hw->blk[blk].xlt1.ptg_tbl[ptg].first_ptype = in ice_ptg_add_mv_ptype()
3765 ice_free(hw, hw->blk[i].xlt1.ptg_tbl); in ice_free_hw_tbls()
3824 ice_memset(xlt1->ptg_tbl, 0, in ice_clear_hw_tbls()
3825 ICE_MAX_PTGS * sizeof(*xlt1->ptg_tbl), in ice_clear_hw_tbls()
3895 xlt1->ptg_tbl = (struct ice_ptg_entry *) in ice_init_hw_tbls()
[all …]
H A Dice_flex_type.h634 struct ice_ptg_entry *ptg_tbl; member