Lines Matching refs:ice_hw
445 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir,
448 int ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id);
450 ice_flow_set_parser_prof(struct ice_hw *hw, u16 dest_vsi, u16 fdir_vsi,
453 ice_flow_add_entry(struct ice_hw *hw, enum ice_block blk, u64 prof_id,
456 int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h);
463 int ice_flow_rem_vsi_prof(struct ice_hw *hw, u16 vsi_handle, u64 prof_id);
464 void ice_rem_vsi_rss_list(struct ice_hw *hw, u16 vsi_handle);
465 int ice_replay_rss_cfg(struct ice_hw *hw, u16 vsi_handle);
466 int ice_set_rss_cfg_symm(struct ice_hw *hw, struct ice_vsi *vsi, bool symm);
467 int ice_add_avf_rss_cfg(struct ice_hw *hw, struct ice_vsi *vsi,
469 int ice_rem_vsi_rss_cfg(struct ice_hw *hw, u16 vsi_handle);
470 int ice_add_rss_cfg(struct ice_hw *hw, struct ice_vsi *vsi,
472 int ice_rem_rss_cfg(struct ice_hw *hw, u16 vsi_handle,
474 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs, bool *symm);