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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.h353 ice_alloc_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
356 ice_free_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
H A Dice_switch.c4415 * @alloc_shared: if set it is shared else dedicated
4420 ice_alloc_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items, argument
4429 alloc_shared);
4443 * @alloc_shared: if set it is shared else dedicated
4448 ice_free_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items, argument
4457 alloc_shared);

Completed in 219 milliseconds