Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_flex_type.h405 u32 *mask_ena; member
Dice_flex_pipe.c2394 if (hw->blk[blk].es.mask_ena[prof] & BIT(i)) in ice_prof_has_mask_idx()
2845 mask_bm = hw->blk[blk].es.mask_ena[prof_id]; in ice_free_prof_masks()
2935 hw->blk[blk].es.mask_ena[prof_id] = ena_mask; in ice_update_prof_masking()
3342 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].es.mask_ena); in ice_free_hw_tbls()
3404 memset(es->mask_ena, 0, es->count * sizeof(*es->mask_ena)); in ice_clear_hw_tbls()
3522 es->mask_ena = devm_kcalloc(ice_hw_to_dev(hw), es->count, in ice_init_hw_tbls()
3523 sizeof(*es->mask_ena), GFP_KERNEL); in ice_init_hw_tbls()
3524 if (!es->mask_ena) in ice_init_hw_tbls()