Lines Matching refs:ice_hw
36 static enum ice_status ice_set_mac_type(struct ice_hw *hw) in ice_set_mac_type()
52 enum ice_status ice_clear_pf_cfg(struct ice_hw *hw) in ice_clear_pf_cfg()
76 ice_aq_manage_mac_read(struct ice_hw *hw, void *buf, u16 buf_size, in ice_aq_manage_mac_read()
298 static void ice_init_flex_parser(struct ice_hw *hw) in ice_init_flex_parser()
323 static enum ice_status ice_init_fltr_mgmt_struct(struct ice_hw *hw) in ice_init_fltr_mgmt_struct()
358 static void ice_cleanup_fltr_mgmt_struct(struct ice_hw *hw) in ice_cleanup_fltr_mgmt_struct()
383 enum ice_status ice_init_hw(struct ice_hw *hw) in ice_init_hw()
516 void ice_deinit_hw(struct ice_hw *hw) in ice_deinit_hw()
533 enum ice_status ice_check_reset(struct ice_hw *hw) in ice_check_reset()
588 static enum ice_status ice_pf_reset(struct ice_hw *hw) in ice_pf_reset()
640 enum ice_status ice_reset(struct ice_hw *hw, enum ice_reset_req req) in ice_reset()
674 ice_copy_rxq_ctx_to_hw(struct ice_hw *hw, u8 *ice_rxq_ctx, u32 rxq_index) in ice_copy_rxq_ctx_to_hw()
731 ice_write_rxq_ctx(struct ice_hw *hw, struct ice_rlan_ctx *rlan_ctx, in ice_write_rxq_ctx()
783 void ice_debug_cq(struct ice_hw *hw, u32 __maybe_unused mask, void *desc, in ice_debug_cq()
835 ice_aq_send_cmd(struct ice_hw *hw, struct ice_aq_desc *desc, void *buf, in ice_aq_send_cmd()
848 enum ice_status ice_aq_get_fw_ver(struct ice_hw *hw, struct ice_sq_cd *cd) in ice_aq_get_fw_ver()
883 enum ice_status ice_aq_q_shutdown(struct ice_hw *hw, bool unloading) in ice_aq_q_shutdown()
910 ice_aq_req_res(struct ice_hw *hw, enum ice_aq_res_ids res, in ice_aq_req_res()
949 ice_aq_release_res(struct ice_hw *hw, enum ice_aq_res_ids res, u8 sdp_number, in ice_aq_release_res()
974 ice_acquire_res(struct ice_hw *hw, enum ice_aq_res_ids res, in ice_acquire_res()
1038 void ice_release_res(struct ice_hw *hw, enum ice_aq_res_ids res) in ice_release_res()
1066 ice_parse_caps(struct ice_hw *hw, void *buf, u32 cap_count, in ice_parse_caps()
1182 ice_aq_discover_caps(struct ice_hw *hw, void *buf, u16 buf_size, u16 *data_size, in ice_aq_discover_caps()
1209 enum ice_status ice_get_caps(struct ice_hw *hw) in ice_get_caps()
1262 ice_aq_manage_mac_write(struct ice_hw *hw, u8 *mac_addr, u8 flags, in ice_aq_manage_mac_write()
1286 static enum ice_status ice_aq_clear_pxe_mode(struct ice_hw *hw) in ice_aq_clear_pxe_mode()
1303 void ice_clear_pxe_mode(struct ice_hw *hw) in ice_clear_pxe_mode()
1322 ice_aq_set_phy_cfg(struct ice_hw *hw, u8 lport, in ice_aq_set_phy_cfg()
1348 struct ice_hw *hw; in ice_update_link_info()
1393 struct ice_hw *hw; in ice_set_fc()
1547 ice_aq_set_event_mask(struct ice_hw *hw, u8 port_num, u16 mask, in ice_aq_set_event_mask()
1577 __ice_aq_get_set_rss_lut(struct ice_hw *hw, u16 vsi_id, u8 lut_type, u8 *lut, in __ice_aq_get_set_rss_lut()
1665 ice_aq_get_rss_lut(struct ice_hw *hw, u16 vsi_id, u8 lut_type, u8 *lut, in ice_aq_get_rss_lut()
1683 ice_aq_set_rss_lut(struct ice_hw *hw, u16 vsi_id, u8 lut_type, u8 *lut, in ice_aq_set_rss_lut()
1700 ice_status __ice_aq_get_set_rss_key(struct ice_hw *hw, u16 vsi_id, in __ice_aq_get_set_rss_key()
1734 ice_aq_get_rss_key(struct ice_hw *hw, u16 vsi_id, in ice_aq_get_rss_key()
1749 ice_aq_set_rss_key(struct ice_hw *hw, u16 vsi_id, in ice_aq_set_rss_key()
1777 ice_aq_add_lan_txq(struct ice_hw *hw, u8 num_qgrps, in ice_aq_add_lan_txq()
1828 ice_aq_dis_lan_txq(struct ice_hw *hw, u8 num_qgrps, in ice_aq_dis_lan_txq()
2108 struct ice_hw *hw; in ice_ena_vsi_txq()