Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_type.h147 u32 *mask_ena; member
H A Dice_flex_pipe.c1171 if (hw->blk[blk].es.mask_ena[prof] & BIT(i)) in ice_prof_has_mask_idx()
1624 mask_bm = hw->blk[blk].es.mask_ena[prof_id]; in ice_free_prof_masks()
1714 hw->blk[blk].es.mask_ena[prof_id] = ena_mask; in ice_update_prof_masking()
2126 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].es.mask_ena); in ice_free_hw_tbls()
2191 memset(es->mask_ena, 0, es->count * sizeof(*es->mask_ena)); in ice_clear_hw_tbls()
2317 es->mask_ena = devm_kcalloc(ice_hw_to_dev(hw), es->count, in ice_init_hw_tbls()
2318 sizeof(*es->mask_ena), GFP_KERNEL); in ice_init_hw_tbls()
2319 if (!es->mask_ena) in ice_init_hw_tbls()