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

/freebsd-current/sys/dev/ice/
H A Dice_switch.c3854 * @alloc_shared: if set it is shared else dedicated
3859 ice_alloc_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items, argument
3874 ICE_AQC_RES_TYPE_M) | alloc_shared);
3892 * @alloc_shared: if set it is shared else dedicated
3897 ice_free_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items, argument
3912 ICE_AQC_RES_TYPE_M) | alloc_shared);

Completed in 68 milliseconds