Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.h421 enum ice_status ice_alloc_rss_global_lut(struct ice_hw *hw, bool shared_res, u16 *global_lut_id);
424 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id,
H A Dice_switch.c1857 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
1870 (shared_res ? ICE_AQC_RES_TYPE_FLAG_SHARED : in ice_alloc_rss_global_lut()
1876 shared_res ? "shared" : "dedicated", status); in ice_alloc_rss_global_lut()
1927 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id, in ice_alloc_sw() argument
1948 (shared_res ? ICE_AQC_RES_TYPE_FLAG_SHARED : in ice_alloc_sw()