Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c2560 if (!hw->blk[blk].xlt2.vsig_tbl[i].in_use) in ice_vsig_alloc()
2589 if (xlt2->vsig_tbl[i].in_use && in ice_find_dup_props_vsig()
2618 if (!hw->blk[blk].xlt2.vsig_tbl[idx].in_use) in ice_vsig_free()
2769 hw->blk[blk].xlt2.vsig_tbl[idx].first_vsi = in ice_vsig_add_mv_vsi()
3735 if (!hw->blk[blk].xlt2.vsig_tbl) in ice_free_vsig_tbl()
3739 if (hw->blk[blk].xlt2.vsig_tbl[i].in_use) in ice_free_vsig_tbl()
3768 ice_free(hw, hw->blk[i].xlt2.vsig_tbl); in ice_free_hw_tbls()
3832 ice_memset(xlt2->vsig_tbl, 0, in ice_clear_hw_tbls()
3833 xlt2->count * sizeof(*xlt2->vsig_tbl), in ice_clear_hw_tbls()
3914 xlt2->vsig_tbl = (struct ice_vsig_entry *) in ice_init_hw_tbls()
[all …]
H A Dice_flex_type.h658 struct ice_vsig_entry *vsig_tbl; member