Searched refs:alloc_shared (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.h356 ice_alloc_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
359 ice_free_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
H A Dice_switch.c4579 * @alloc_shared: if set it is shared else dedicated
4584 ice_alloc_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items, argument
4593 alloc_shared);
4607 * @alloc_shared: if set it is shared else dedicated
4612 ice_free_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items, argument
4621 alloc_shared);

Completed in 103 milliseconds