Searched refs:shared_res (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/ice/ |
| H A D | ice_switch.h | 507 int ice_alloc_rss_global_lut(struct ice_hw *hw, bool shared_res, u16 *global_lut_id); 510 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id,
|
| H A D | ice_switch.c | 152 int ice_alloc_rss_global_lut(struct ice_hw *hw, bool shared_res, u16 *global_lut_id) in ice_alloc_rss_global_lut() argument 165 (shared_res ? ICE_AQC_RES_TYPE_FLAG_SHARED : in ice_alloc_rss_global_lut() 171 shared_res ? "shared" : "dedicated", status); in ice_alloc_rss_global_lut() 222 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id, in ice_alloc_sw() argument 243 (shared_res ? ICE_AQC_RES_TYPE_FLAG_SHARED : in ice_alloc_sw()
|