Searched refs:xlt2 (Results 1 – 2 of 2) sorted by relevance
960 struct ice_xlt2 *xlt2 = &hw->blk[blk].xlt2; in ice_find_dup_props_vsig() local2167 struct ice_xlt2 *xlt2 = &hw->blk[i].xlt2; in ice_clear_hw_tbls() local2182 memset(xlt2->vsis, 0, xlt2->count * sizeof(*xlt2->vsis)); in ice_clear_hw_tbls()2184 xlt2->count * sizeof(*xlt2->vsig_tbl)); in ice_clear_hw_tbls()2185 memset(xlt2->t, 0, xlt2->count * sizeof(*xlt2->t)); in ice_clear_hw_tbls()2217 struct ice_xlt2 *xlt2 = &hw->blk[i].xlt2; in ice_init_hw_tbls() local2254 xlt2->count = blk_sizes[i].xlt2; in ice_init_hw_tbls()2256 xlt2->vsis = devm_kcalloc(ice_hw_to_dev(hw), xlt2->count, in ice_init_hw_tbls()2271 xlt2->t = devm_kcalloc(ice_hw_to_dev(hw), xlt2->count, in ice_init_hw_tbls()2659 xlt2++; in ice_upd_prof_hw()[all …]
317 struct ice_xlt2 xlt2; member
Completed in 48 milliseconds