Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
A Dice_flex_type.h414 u32 *mask_ena; member
A Dice_flex_pipe.c2696 if (hw->blk[blk].es.mask_ena[prof] & BIT(i)) in ice_prof_has_mask_idx()
3147 mask_bm = hw->blk[blk].es.mask_ena[prof_id]; in ice_free_prof_masks()
3237 hw->blk[blk].es.mask_ena[prof_id] = ena_mask; in ice_update_prof_masking()
3644 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].es.mask_ena); in ice_free_hw_tbls()
3706 memset(es->mask_ena, 0, es->count * sizeof(*es->mask_ena)); in ice_clear_hw_tbls()
3824 es->mask_ena = devm_kcalloc(ice_hw_to_dev(hw), es->count, in ice_init_hw_tbls()
3825 sizeof(*es->mask_ena), GFP_KERNEL); in ice_init_hw_tbls()
3826 if (!es->mask_ena) in ice_init_hw_tbls()

Completed in 14 milliseconds