Lines Matching refs:ice_hw
13 enum ice_status ice_nvm_validate_checksum(struct ice_hw *hw);
16 ice_debug_cq(struct ice_hw *hw, u32 mask, void *desc, void *buf, u16 buf_len);
17 enum ice_status ice_init_hw(struct ice_hw *hw);
18 void ice_deinit_hw(struct ice_hw *hw);
19 enum ice_status ice_check_reset(struct ice_hw *hw);
20 enum ice_status ice_reset(struct ice_hw *hw, enum ice_reset_req req);
21 enum ice_status ice_create_all_ctrlq(struct ice_hw *hw);
22 enum ice_status ice_init_all_ctrlq(struct ice_hw *hw);
23 void ice_shutdown_all_ctrlq(struct ice_hw *hw);
24 void ice_destroy_all_ctrlq(struct ice_hw *hw);
26 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
32 ice_acquire_res(struct ice_hw *hw, enum ice_aq_res_ids res,
34 void ice_release_res(struct ice_hw *hw, enum ice_aq_res_ids res);
35 enum ice_status ice_init_nvm(struct ice_hw *hw);
37 ice_read_sr_buf(struct ice_hw *hw, u16 offset, u16 *words, u16 *data);
39 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
42 void ice_clear_pxe_mode(struct ice_hw *hw);
43 enum ice_status ice_get_caps(struct ice_hw *hw);
45 void ice_set_safe_mode_caps(struct ice_hw *hw);
47 void ice_dev_onetime_setup(struct ice_hw *hw);
50 ice_write_rxq_ctx(struct ice_hw *hw, struct ice_rlan_ctx *rlan_ctx,
54 ice_aq_get_rss_lut(struct ice_hw *hw, u16 vsi_handle, u8 lut_type, u8 *lut,
57 ice_aq_set_rss_lut(struct ice_hw *hw, u16 vsi_handle, u8 lut_type, u8 *lut,
60 ice_aq_get_rss_key(struct ice_hw *hw, u16 vsi_handle,
63 ice_aq_set_rss_key(struct ice_hw *hw, u16 vsi_handle,
66 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
67 enum ice_status ice_aq_q_shutdown(struct ice_hw *hw, bool unloading);
76 ice_aq_send_cmd(struct ice_hw *hw, struct ice_aq_desc *desc,
78 enum ice_status ice_aq_get_fw_ver(struct ice_hw *hw, struct ice_sq_cd *cd);
81 ice_aq_send_driver_ver(struct ice_hw *hw, struct ice_driver_ver *dv,
91 ice_aq_manage_mac_write(struct ice_hw *hw, const u8 *mac_addr, u8 flags,
93 enum ice_status ice_clear_pf_cfg(struct ice_hw *hw);
95 ice_aq_set_phy_cfg(struct ice_hw *hw, u8 lport,
112 ice_aq_set_event_mask(struct ice_hw *hw, u8 port_num, u16 mask,
115 ice_aq_set_mac_loopback(struct ice_hw *hw, bool ena_lpbk, struct ice_sq_cd *cd);
133 enum ice_status ice_replay_vsi(struct ice_hw *hw, u16 vsi_handle);
134 void ice_replay_post(struct ice_hw *hw);
135 void ice_output_fw_log(struct ice_hw *hw, struct ice_aq_desc *desc, void *buf);
137 ice_stat_update40(struct ice_hw *hw, u32 reg, bool prev_stat_loaded,
140 ice_stat_update32(struct ice_hw *hw, u32 reg, bool prev_stat_loaded,
143 ice_get_nvm_version(struct ice_hw *hw, u8 *oem_ver, u16 *oem_build,
146 ice_sched_query_elem(struct ice_hw *hw, u32 node_teid,