Lines Matching refs:ice_hw

83 void ice_free_seg(struct ice_hw *hw)  in ice_free_seg()
370 static int ice_get_prof_index_max(struct ice_hw *hw) in ice_get_prof_index_max()
417 static enum ice_ddp_state ice_get_ddp_pkg_state(struct ice_hw *hw, in ice_get_ddp_pkg_state()
444 static void ice_init_pkg_regs(struct ice_hw *hw) in ice_init_pkg_regs()
492 static void ice_add_dvm_hint(struct ice_hw *hw, u16 val, bool enable) in ice_add_dvm_hint()
507 static void ice_add_tunnel_hint(struct ice_hw *hw, char *label_name, u16 val) in ice_add_tunnel_hint()
690 struct ice_buf_build *ice_pkg_buf_alloc(struct ice_hw *hw) in ice_pkg_buf_alloc()
737 static enum ice_prof_type ice_get_sw_prof_type(struct ice_hw *hw, in ice_get_sw_prof_type()
771 void ice_get_sw_fv_bitmap(struct ice_hw *hw, enum ice_prof_type req_profs, in ice_get_sw_fv_bitmap()
818 int ice_get_sw_fv_list(struct ice_hw *hw, struct ice_prot_lkup_ext *lkups, in ice_get_sw_fv_list()
892 void ice_init_prof_result_bm(struct ice_hw *hw) in ice_init_prof_result_bm()
935 void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bld) in ice_pkg_buf_free()
1042 struct ice_buf_build *ice_pkg_buf_alloc_single_section(struct ice_hw *hw, in ice_pkg_buf_alloc_single_section()
1136 static int ice_acquire_global_cfg_lock(struct ice_hw *hw, in ice_acquire_global_cfg_lock()
1159 static void ice_release_global_cfg_lock(struct ice_hw *hw) in ice_release_global_cfg_lock()
1178 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_download_pkg()
1321 ice_dwnld_cfg_bufs_no_lock(struct ice_hw *hw, struct ice_buf *bufs, u32 start, in ice_dwnld_cfg_bufs_no_lock()
1393 ice_download_pkg_sig_seg(struct ice_hw *hw, struct ice_sign_seg *seg) in ice_download_pkg_sig_seg()
1411 ice_download_pkg_config_seg(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr, in ice_download_pkg_config_seg()
1441 ice_dwnld_sign_and_cfg_segs(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr, in ice_dwnld_sign_and_cfg_segs()
1496 ice_post_dwnld_pkg_actions(struct ice_hw *hw) in ice_post_dwnld_pkg_actions()
1518 ice_download_pkg_with_sig_seg(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr) in ice_download_pkg_with_sig_seg()
1565 ice_dwnld_cfg_bufs(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_dwnld_cfg_bufs()
1606 ice_download_pkg_without_sig_seg(struct ice_hw *hw, struct ice_seg *ice_seg) in ice_download_pkg_without_sig_seg()
1638 ice_download_pkg(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr, in ice_download_pkg()
1662 static int ice_aq_get_pkg_info_list(struct ice_hw *hw, in ice_aq_get_pkg_info_list()
1685 static int ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_update_pkg()
1729 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_upload_section()
1746 int ice_update_pkg_no_lock(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_update_pkg_no_lock()
1778 int ice_update_pkg(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_update_pkg()
1804 ice_find_seg_in_pkg(struct ice_hw *hw, u32 seg_type, in ice_find_seg_in_pkg()
1832 static bool ice_has_signing_seg(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr) in ice_has_signing_seg()
1892 static void ice_get_signing_req(struct ice_hw *hw) in ice_get_signing_req()
1905 static enum ice_ddp_state ice_init_pkg_info(struct ice_hw *hw, in ice_init_pkg_info()
1966 static enum ice_ddp_state ice_get_pkg_info(struct ice_hw *hw) in ice_get_pkg_info()
2016 static enum ice_ddp_state ice_chk_pkg_compat(struct ice_hw *hw, in ice_chk_pkg_compat()
2074 static void ice_init_pkg_hints(struct ice_hw *hw, struct ice_seg *ice_seg) in ice_init_pkg_hints()
2127 static void ice_fill_hw_ptype(struct ice_hw *hw) in ice_fill_hw_ptype()
2177 enum ice_ddp_state ice_init_pkg(struct ice_hw *hw, u8 *buf, u32 len) in ice_init_pkg()
2270 enum ice_ddp_state ice_copy_and_init_pkg(struct ice_hw *hw, const u8 *buf, in ice_copy_and_init_pkg()
2308 ice_get_set_tx_topo(struct ice_hw *hw, u8 *buf, u16 buf_size, in ice_get_set_tx_topo()
2355 int ice_cfg_tx_topo(struct ice_hw *hw, const void *buf, u32 len) in ice_cfg_tx_topo()