Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_switch.h447 enum ice_status ice_alloc_rss_global_lut(struct ice_hw *hw, bool shared_res, u16 *global_lut_id);
450 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id,
H A Dice_switch.c2470 enum ice_status ice_alloc_rss_global_lut(struct ice_hw *hw, bool shared_res, u16 *global_lut_id) in ice_alloc_rss_global_lut() argument
2483 (shared_res ? ICE_AQC_RES_TYPE_FLAG_SHARED : in ice_alloc_rss_global_lut()
2489 shared_res ? "shared" : "dedicated", status); in ice_alloc_rss_global_lut()
2540 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id, in ice_alloc_sw() argument
2561 (shared_res ? ICE_AQC_RES_TYPE_FLAG_SHARED : in ice_alloc_sw()