Lines Matching refs:prof
1294 sizeof(*hw->blk[block_id].prof.t); in ice_fill_tbl()
1295 dst = (u8 *)hw->blk[block_id].prof.t; in ice_fill_tbl()
1296 dst_len = hw->blk[block_id].prof.count * in ice_fill_tbl()
1297 sizeof(*hw->blk[block_id].prof.t); in ice_fill_tbl()
1368 ice_fill_tbl(hw, blk_id, hw->blk[blk_id].prof.sid); in ice_fill_blk_tbls()
1393 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].prof.t); in ice_free_hw_tbls()
1413 struct ice_prof_tcam *prof = &hw->blk[i].prof; in ice_clear_hw_tbls() local
1428 memset(prof->t, 0, prof->count * sizeof(*prof->t)); in ice_clear_hw_tbls()
1448 struct ice_prof_tcam *prof = &hw->blk[i].prof; in ice_init_hw_tbls() local
1506 prof->sid = ice_blk_sids[i][ICE_SID_PR_OFF]; in ice_init_hw_tbls()
1507 prof->count = blk_sizes[i].prof_tcam; in ice_init_hw_tbls()
1508 prof->max_prof_id = blk_sizes[i].prof_id; in ice_init_hw_tbls()
1509 prof->cdid_bits = blk_sizes[i].prof_cdid_bits; in ice_init_hw_tbls()
1510 prof->t = devm_kcalloc(ice_hw_to_dev(hw), prof->count, in ice_init_hw_tbls()
1511 sizeof(*prof->t), GFP_KERNEL); in ice_init_hw_tbls()
1513 if (!prof->t) in ice_init_hw_tbls()