Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c1910 xlt1 = sect; in ice_fill_tbl()
2154 struct ice_xlt1 *xlt1 = &hw->blk[i].xlt1; in ice_clear_hw_tbls() local
2165 memset(xlt1->ptypes, 0, xlt1->count * sizeof(*xlt1->ptypes)); in ice_clear_hw_tbls()
2168 memset(xlt1->t, 0, xlt1->count * sizeof(*xlt1->t)); in ice_clear_hw_tbls()
2200 struct ice_xlt1 *xlt1 = &hw->blk[i].xlt1; in ice_init_hw_tbls() local
2217 xlt1->count = blk_sizes[i].xlt1; in ice_init_hw_tbls()
2232 xlt1->t = devm_kcalloc(ice_hw_to_dev(hw), xlt1->count, in ice_init_hw_tbls()
2234 if (!xlt1->t) in ice_init_hw_tbls()
2610 u16 xlt1 = 0; in ice_upd_prof_hw() local
2622 xlt1++; in ice_upd_prof_hw()
[all …]
H A Dice_flex_type.h257 u8 xlt1; member
309 struct ice_xlt1 xlt1; member