Lines Matching refs:ice_hw
389 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir,
392 int ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id);
394 ice_flow_add_entry(struct ice_hw *hw, enum ice_block blk, u64 prof_id,
397 int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h);
404 int ice_flow_rem_vsi_prof(struct ice_hw *hw, u16 vsi_handle, u64 prof_id);
405 void ice_rem_vsi_rss_list(struct ice_hw *hw, u16 vsi_handle);
406 int ice_replay_rss_cfg(struct ice_hw *hw, u16 vsi_handle);
407 int ice_add_avf_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds);
408 int ice_rem_vsi_rss_cfg(struct ice_hw *hw, u16 vsi_handle);
410 ice_add_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds,
413 ice_rem_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds,
415 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs);