Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c793 static const struct ice_blk_size_details blk_sizes[ICE_BLK_COUNT] = { variable
2225 hw->blk[i].overwrite = blk_sizes[i].overwrite; in ice_init_hw_tbls()
2226 es->reverse = blk_sizes[i].reverse; in ice_init_hw_tbls()
2229 xlt1->count = blk_sizes[i].xlt1; in ice_init_hw_tbls()
2250 xlt2->count = blk_sizes[i].xlt2; in ice_init_hw_tbls()
2273 prof->count = blk_sizes[i].prof_tcam; in ice_init_hw_tbls()
2274 prof->max_prof_id = blk_sizes[i].prof_id; in ice_init_hw_tbls()
2275 prof->cdid_bits = blk_sizes[i].prof_cdid_bits; in ice_init_hw_tbls()
2283 prof_redir->count = blk_sizes[i].prof_redir; in ice_init_hw_tbls()
2293 es->count = blk_sizes[i].es; in ice_init_hw_tbls()
[all …]