Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c2585 struct ice_xlt2 *xlt2 = &hw->blk[blk].xlt2; in ice_find_dup_props_vsig() local
3812 struct ice_xlt2 *xlt2 = &hw->blk[i].xlt2; in ice_clear_hw_tbls() local
3830 ice_memset(xlt2->vsis, 0, xlt2->count * sizeof(*xlt2->vsis), in ice_clear_hw_tbls()
3833 xlt2->count * sizeof(*xlt2->vsig_tbl), in ice_clear_hw_tbls()
3835 ice_memset(xlt2->t, 0, xlt2->count * sizeof(*xlt2->t), in ice_clear_hw_tbls()
3871 struct ice_xlt2 *xlt2 = &hw->blk[i].xlt2; in ice_init_hw_tbls() local
3906 xlt2->count = blk_sizes[i].xlt2; in ice_init_hw_tbls()
3909 ice_calloc(hw, xlt2->count, sizeof(*xlt2->vsis)); in ice_init_hw_tbls()
3922 xlt2->t = (u16 *)ice_calloc(hw, xlt2->count, sizeof(*xlt2->t)); in ice_init_hw_tbls()
4311 xlt2++; in ice_upd_prof_hw()
[all …]
H A Dice_flex_type.h743 struct ice_xlt2 xlt2; member