Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c2897 struct ice_xlt2 *xlt2 = &hw->blk[blk].xlt2; in ice_find_dup_props_vsig() local
4124 struct ice_xlt2 *xlt2 = &hw->blk[i].xlt2; in ice_clear_hw_tbls() local
4142 ice_memset(xlt2->vsis, 0, xlt2->count * sizeof(*xlt2->vsis), in ice_clear_hw_tbls()
4145 xlt2->count * sizeof(*xlt2->vsig_tbl), in ice_clear_hw_tbls()
4147 ice_memset(xlt2->t, 0, xlt2->count * sizeof(*xlt2->t), in ice_clear_hw_tbls()
4183 struct ice_xlt2 *xlt2 = &hw->blk[i].xlt2; in ice_init_hw_tbls() local
4218 xlt2->count = blk_sizes[i].xlt2; in ice_init_hw_tbls()
4221 ice_calloc(hw, xlt2->count, sizeof(*xlt2->vsis)); in ice_init_hw_tbls()
4234 xlt2->t = (u16 *)ice_calloc(hw, xlt2->count, sizeof(*xlt2->t)); in ice_init_hw_tbls()
4623 xlt2++; in ice_upd_prof_hw()
[all …]
H A Dice_flex_type.h967 struct ice_xlt2 xlt2; member