Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c3811 struct ice_xlt1 *xlt1 = &hw->blk[i].xlt1; in ice_clear_hw_tbls() local
3822 ice_memset(xlt1->ptypes, 0, xlt1->count * sizeof(*xlt1->ptypes), in ice_clear_hw_tbls()
3827 ice_memset(xlt1->t, 0, xlt1->count * sizeof(*xlt1->t), in ice_clear_hw_tbls()
3870 struct ice_xlt1 *xlt1 = &hw->blk[i].xlt1; in ice_init_hw_tbls() local
3887 xlt1->count = blk_sizes[i].xlt1; in ice_init_hw_tbls()
3890 ice_calloc(hw, xlt1->count, sizeof(*xlt1->ptypes)); in ice_init_hw_tbls()
3901 xlt1->t = (u8 *)ice_calloc(hw, xlt1->count, sizeof(*xlt1->t)); in ice_init_hw_tbls()
3902 if (!xlt1->t) in ice_init_hw_tbls()
4290 u16 xlt1 = 0; in ice_upd_prof_hw() local
4301 xlt1++; in ice_upd_prof_hw()
[all …]
H A Dice_flex_type.h688 u8 xlt1; member
742 struct ice_xlt1 xlt1; member