Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c2801 if (hw->blk[blk].es.mask_ena[prof] & BIT(i)) in ice_prof_has_mask_idx()
3274 mask_bm = hw->blk[blk].es.mask_ena[prof_id]; in ice_free_prof_masks()
3364 hw->blk[blk].es.mask_ena[prof_id] = ena_mask; in ice_update_prof_masking()
3775 ice_free(hw, hw->blk[i].es.mask_ena); in ice_free_hw_tbls()
3850 ice_memset(es->mask_ena, 0, es->count * sizeof(*es->mask_ena), in ice_clear_hw_tbls()
3965 es->mask_ena = (u32 *) in ice_init_hw_tbls()
3966 ice_calloc(hw, es->count, sizeof(*es->mask_ena)); in ice_init_hw_tbls()
3968 if (!es->mask_ena) in ice_init_hw_tbls()
H A Dice_flex_type.h557 u32 *mask_ena; member