struct ice_channel *ch = ring->ch;
        struct ice_pf *pf = vsi->back;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        u16 pf_q;
        u8 tc;
 
        struct ice_pf *pf = vsi->back;
        struct ice_q_vector *q_vector;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        u32 val;
 
        /* clear cause_ena bit for disabled queues */
 
  * This function sets the MAC type of the adapter based on the
  * vendor ID and device ID stored in the HW structure.
  */
-static enum ice_status ice_set_mac_type(struct ice_hw *hw)
+static int ice_set_mac_type(struct ice_hw *hw)
 {
        if (hw->vendor_id != PCI_VENDOR_ID_INTEL)
                return ICE_ERR_DEVICE_NOT_SUPPORTED;
  * Clears any existing PF configuration (VSIs, VSI lists, switch rules, port
  * configuration, flow director filters, etc.).
  */
-enum ice_status ice_clear_pf_cfg(struct ice_hw *hw)
+int ice_clear_pf_cfg(struct ice_hw *hw)
 {
        struct ice_aq_desc desc;
 
  * ice_discover_dev_caps is expected to be called before this function is
  * called.
  */
-static enum ice_status
+static int
 ice_aq_manage_mac_read(struct ice_hw *hw, void *buf, u16 buf_size,
                       struct ice_sq_cd *cd)
 {
        struct ice_aqc_manage_mac_read_resp *resp;
        struct ice_aqc_manage_mac_read *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
        u16 flags;
        u8 i;
 
  *
  * Returns the various PHY capabilities supported on the Port (0x0600)
  */
-enum ice_status
+int
 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
                    struct ice_aqc_get_phy_caps_data *pcaps,
                    struct ice_sq_cd *cd)
        struct ice_aqc_get_phy_caps *cmd;
        u16 pcaps_size = sizeof(*pcaps);
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
        struct ice_hw *hw;
 
        cmd = &desc.params.get_phy;
  * returns error (ENOENT), then no cage present. If no cage present, then
  * connection type is backplane or BASE-T.
  */
-static enum ice_status
+static int
 ice_aq_get_link_topo_handle(struct ice_port_info *pi, u8 node_type,
                            struct ice_sq_cd *cd)
 {
  *
  * Get Link Status (0x607). Returns the link status of the adapter.
  */
-enum ice_status
+int
 ice_aq_get_link_info(struct ice_port_info *pi, bool ena_lse,
                     struct ice_link_status *link, struct ice_sq_cd *cd)
 {
        struct ice_fc_info *hw_fc_info;
        bool tx_pause, rx_pause;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
        struct ice_hw *hw;
        u16 cmd_flags;
 
  *
  * Set MAC configuration (0x0603)
  */
-enum ice_status
+int
 ice_aq_set_mac_cfg(struct ice_hw *hw, u16 max_frame_size, struct ice_sq_cd *cd)
 {
        struct ice_aqc_set_mac_cfg *cmd;
  * ice_init_fltr_mgmt_struct - initializes filter management list and locks
  * @hw: pointer to the HW struct
  */
-static enum ice_status ice_init_fltr_mgmt_struct(struct ice_hw *hw)
+static int ice_init_fltr_mgmt_struct(struct ice_hw *hw)
 {
        struct ice_switch_info *sw;
-       enum ice_status status;
+       int status;
 
        hw->switch_info = devm_kzalloc(ice_hw_to_dev(hw),
                                       sizeof(*hw->switch_info), GFP_KERNEL);
  * ice_get_fw_log_cfg - get FW logging configuration
  * @hw: pointer to the HW struct
  */
-static enum ice_status ice_get_fw_log_cfg(struct ice_hw *hw)
+static int ice_get_fw_log_cfg(struct ice_hw *hw)
 {
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
        __le16 *config;
        u16 size;
 
  * messages from FW to SW. Interrupts are typically disabled during the device's
  * initialization phase.
  */
-static enum ice_status ice_cfg_fw_log(struct ice_hw *hw, bool enable)
+static int ice_cfg_fw_log(struct ice_hw *hw, bool enable)
 {
        struct ice_aqc_fw_logging *cmd;
-       enum ice_status status = 0;
+       int status = 0;
        u16 i, chgs = 0, len = 0;
        struct ice_aq_desc desc;
        __le16 *data = NULL;
  * ice_init_hw - main hardware initialization routine
  * @hw: pointer to the hardware structure
  */
-enum ice_status ice_init_hw(struct ice_hw *hw)
+int ice_init_hw(struct ice_hw *hw)
 {
        struct ice_aqc_get_phy_caps_data *pcaps;
-       enum ice_status status;
+       int status;
        u16 mac_buf_len;
        void *mac_buf;
 
  * ice_check_reset - Check to see if a global reset is complete
  * @hw: pointer to the hardware structure
  */
-enum ice_status ice_check_reset(struct ice_hw *hw)
+int ice_check_reset(struct ice_hw *hw)
 {
        u32 cnt, reg = 0, grst_timeout, uld_mask;
 
  * If a global reset has been triggered, this function checks
  * for its completion and then issues the PF reset
  */
-static enum ice_status ice_pf_reset(struct ice_hw *hw)
+static int ice_pf_reset(struct ice_hw *hw)
 {
        u32 cnt, reg;
 
  * This has to be cleared using ice_clear_pxe_mode again, once the AQ
  * interface has been restored in the rebuild flow.
  */
-enum ice_status ice_reset(struct ice_hw *hw, enum ice_reset_req req)
+int ice_reset(struct ice_hw *hw, enum ice_reset_req req)
 {
        u32 val = 0;
 
  *
  * Copies rxq context from dense structure to HW register space
  */
-static enum ice_status
+static int
 ice_copy_rxq_ctx_to_hw(struct ice_hw *hw, u8 *ice_rxq_ctx, u32 rxq_index)
 {
        u8 i;
  * it to HW register space and enables the hardware to prefetch descriptors
  * instead of only fetching them on demand
  */
-enum ice_status
+int
 ice_write_rxq_ctx(struct ice_hw *hw, struct ice_rlan_ctx *rlan_ctx,
                  u32 rxq_index)
 {
  * Retry sending the FW Admin Queue command, multiple times, to the FW Admin
  * Queue if the EBUSY AQ error is returned.
  */
-static enum ice_status
+static int
 ice_sq_send_cmd_retry(struct ice_hw *hw, struct ice_ctl_q_info *cq,
                      struct ice_aq_desc *desc, void *buf, u16 buf_size,
                      struct ice_sq_cd *cd)
 {
        struct ice_aq_desc desc_cpy;
-       enum ice_status status;
+       int status;
        bool is_cmd_for_retry;
        u8 *buf_cpy = NULL;
        u8 idx = 0;
  *
  * Helper function to send FW Admin Queue commands to the FW Admin Queue.
  */
-enum ice_status
+int
 ice_aq_send_cmd(struct ice_hw *hw, struct ice_aq_desc *desc, void *buf,
                u16 buf_size, struct ice_sq_cd *cd)
 {
        struct ice_aqc_req_res *cmd = &desc->params.res_owner;
        bool lock_acquired = false;
-       enum ice_status status;
+       int status;
 
        /* When a package download is in process (i.e. when the firmware's
         * Global Configuration Lock resource is held), only the Download
  *
  * Get the firmware version (0x0001) from the admin queue commands
  */
-enum ice_status ice_aq_get_fw_ver(struct ice_hw *hw, struct ice_sq_cd *cd)
+int ice_aq_get_fw_ver(struct ice_hw *hw, struct ice_sq_cd *cd)
 {
        struct ice_aqc_get_ver *resp;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        resp = &desc.params.get_ver;
 
  *
  * Send the driver version (0x0002) to the firmware
  */
-enum ice_status
+int
 ice_aq_send_driver_ver(struct ice_hw *hw, struct ice_driver_ver *dv,
                       struct ice_sq_cd *cd)
 {
  * Tell the Firmware that we're shutting down the AdminQ and whether
  * or not the driver is unloading as well (0x0003).
  */
-enum ice_status ice_aq_q_shutdown(struct ice_hw *hw, bool unloading)
+int ice_aq_q_shutdown(struct ice_hw *hw, bool unloading)
 {
        struct ice_aqc_q_shutdown *cmd;
        struct ice_aq_desc desc;
  * will likely get an error propagated back to it indicating the Download
  * Package, Update Package or the Release Resource AQ commands timed out.
  */
-static enum ice_status
+static int
 ice_aq_req_res(struct ice_hw *hw, enum ice_aq_res_ids res,
               enum ice_aq_res_access_type access, u8 sdp_number, u32 *timeout,
               struct ice_sq_cd *cd)
 {
        struct ice_aqc_req_res *cmd_resp;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        cmd_resp = &desc.params.res_owner;
 
  *
  * release common resource using the admin queue commands (0x0009)
  */
-static enum ice_status
+static int
 ice_aq_release_res(struct ice_hw *hw, enum ice_aq_res_ids res, u8 sdp_number,
                   struct ice_sq_cd *cd)
 {
  *
  * This function will attempt to acquire the ownership of a resource.
  */
-enum ice_status
+int
 ice_acquire_res(struct ice_hw *hw, enum ice_aq_res_ids res,
                enum ice_aq_res_access_type access, u32 timeout)
 {
 #define ICE_RES_POLLING_DELAY_MS       10
        u32 delay = ICE_RES_POLLING_DELAY_MS;
        u32 time_left = timeout;
-       enum ice_status status;
+       int status;
 
        status = ice_aq_req_res(hw, res, access, 0, &time_left, NULL);
 
  */
 void ice_release_res(struct ice_hw *hw, enum ice_aq_res_ids res)
 {
-       enum ice_status status;
+       int status;
        u32 total_delay = 0;
 
        status = ice_aq_release_res(hw, res, 0, NULL);
  *
  * Helper function to allocate/free resources using the admin queue commands
  */
-enum ice_status
+int
 ice_aq_alloc_free_res(struct ice_hw *hw, u16 num_entries,
                      struct ice_aqc_alloc_free_res_elem *buf, u16 buf_size,
                      enum ice_adminq_opc opc, struct ice_sq_cd *cd)
  * @btm: allocate from bottom
  * @res: pointer to array that will receive the resources
  */
-enum ice_status
+int
 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res)
 {
        struct ice_aqc_alloc_free_res_elem *buf;
-       enum ice_status status;
+       int status;
        u16 buf_len;
 
        buf_len = struct_size(buf, elem, num);
  * @num: number of resources
  * @res: pointer to array that contains the resources to free
  */
-enum ice_status ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res)
+int ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res)
 {
        struct ice_aqc_alloc_free_res_elem *buf;
-       enum ice_status status;
+       int status;
        u16 buf_len;
 
        buf_len = struct_size(buf, elem, num);
  * buffer size be set to ICE_AQ_MAX_BUF_LEN (the largest possible buffer that
  * firmware could return) to avoid this.
  */
-enum ice_status
+int
 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count,
                 enum ice_adminq_opc opc, struct ice_sq_cd *cd)
 {
        struct ice_aqc_list_caps *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        cmd = &desc.params.get_cap;
 
  * Read the device capabilities and extract them into the dev_caps structure
  * for later use.
  */
-enum ice_status
+int
 ice_discover_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_caps)
 {
-       enum ice_status status;
+       int status;
        u32 cap_count = 0;
        void *cbuf;
 
  * Read the function capabilities and extract them into the func_caps structure
  * for later use.
  */
-static enum ice_status
+static int
 ice_discover_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_caps)
 {
-       enum ice_status status;
+       int status;
        u32 cap_count = 0;
        void *cbuf;
 
  * ice_get_caps - get info about the HW
  * @hw: pointer to the hardware structure
  */
-enum ice_status ice_get_caps(struct ice_hw *hw)
+int ice_get_caps(struct ice_hw *hw)
 {
-       enum ice_status status;
+       int status;
 
        status = ice_discover_dev_caps(hw, &hw->dev_caps);
        if (status)
  *
  * This function is used to write MAC address to the NVM (0x0108).
  */
-enum ice_status
+int
 ice_aq_manage_mac_write(struct ice_hw *hw, const u8 *mac_addr, u8 flags,
                        struct ice_sq_cd *cd)
 {
  *
  * Tell the firmware that the driver is taking over from PXE (0x0110).
  */
-static enum ice_status ice_aq_clear_pxe_mode(struct ice_hw *hw)
+static int ice_aq_clear_pxe_mode(struct ice_hw *hw)
 {
        struct ice_aq_desc desc;
 
  * mode as the PF may not have the privilege to set some of the PHY Config
  * parameters. This status will be indicated by the command response (0x0601).
  */
-enum ice_status
+int
 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi,
                   struct ice_aqc_set_phy_cfg_data *cfg, struct ice_sq_cd *cd)
 {
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        if (!cfg)
                return ICE_ERR_PARAM;
  * ice_update_link_info - update status of the HW network link
  * @pi: port info structure of the interested logical port
  */
-enum ice_status ice_update_link_info(struct ice_port_info *pi)
+int ice_update_link_info(struct ice_port_info *pi)
 {
        struct ice_link_status *li;
-       enum ice_status status;
+       int status;
 
        if (!pi)
                return ICE_ERR_PARAM;
  * @cfg: PHY configuration data to set FC mode
  * @req_mode: FC mode to configure
  */
-enum ice_status
+int
 ice_cfg_phy_fc(struct ice_port_info *pi, struct ice_aqc_set_phy_cfg_data *cfg,
               enum ice_fc_mode req_mode)
 {
  *
  * Set the requested flow control mode.
  */
-enum ice_status
+int
 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures, bool ena_auto_link_update)
 {
        struct ice_aqc_set_phy_cfg_data cfg = { 0 };
        struct ice_aqc_get_phy_caps_data *pcaps;
-       enum ice_status status;
+       int status;
        struct ice_hw *hw;
 
        if (!pi || !aq_failures)
  * @cfg: PHY configuration data to set FEC mode
  * @fec: FEC mode to configure
  */
-enum ice_status
+int
 ice_cfg_phy_fec(struct ice_port_info *pi, struct ice_aqc_set_phy_cfg_data *cfg,
                enum ice_fec_mode fec)
 {
        struct ice_aqc_get_phy_caps_data *pcaps;
-       enum ice_status status;
+       int status;
        struct ice_hw *hw;
 
        if (!pi || !cfg)
  * The variable link_up is invalid if status is non zero. As a
  * result of this call, link status reporting becomes enabled
  */
-enum ice_status ice_get_link_status(struct ice_port_info *pi, bool *link_up)
+int ice_get_link_status(struct ice_port_info *pi, bool *link_up)
 {
        struct ice_phy_info *phy_info;
-       enum ice_status status = 0;
+       int status = 0;
 
        if (!pi || !link_up)
                return ICE_ERR_PARAM;
  *
  * Sets up the link and restarts the Auto-Negotiation over the link.
  */
-enum ice_status
+int
 ice_aq_set_link_restart_an(struct ice_port_info *pi, bool ena_link,
                           struct ice_sq_cd *cd)
 {
  *
  * Set event mask (0x0613)
  */
-enum ice_status
+int
 ice_aq_set_event_mask(struct ice_hw *hw, u8 port_num, u16 mask,
                      struct ice_sq_cd *cd)
 {
  *
  * Enable/disable loopback on a given port
  */
-enum ice_status
+int
 ice_aq_set_mac_loopback(struct ice_hw *hw, bool ena_lpbk, struct ice_sq_cd *cd)
 {
        struct ice_aqc_set_mac_lb *cmd;
  *
  * Set LED value for the given port (0x06e9)
  */
-enum ice_status
+int
 ice_aq_set_port_id_led(struct ice_port_info *pi, bool is_orig_mode,
                       struct ice_sq_cd *cd)
 {
  *
  * Read/Write SFF EEPROM (0x06EE)
  */
-enum ice_status
+int
 ice_aq_sff_eeprom(struct ice_hw *hw, u16 lport, u8 bus_addr,
                  u16 mem_addr, u8 page, u8 set_page, u8 *data, u8 length,
                  bool write, struct ice_sq_cd *cd)
 {
        struct ice_aqc_sff_eeprom *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        if (!data || (mem_addr & 0xff00))
                return ICE_ERR_PARAM;
  *
  * Internal function to get (0x0B05) or set (0x0B03) RSS look up table
  */
-static enum ice_status
+static int
 __ice_aq_get_set_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *params, bool set)
 {
        u16 flags = 0, vsi_id, lut_type, lut_size, glob_lut_idx, vsi_handle;
        struct ice_aqc_get_set_rss_lut *cmd_resp;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
        u8 *lut;
 
        if (!params)
  *
  * get the RSS lookup table, PF or VSI type
  */
-enum ice_status
+int
 ice_aq_get_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *get_params)
 {
        return __ice_aq_get_set_rss_lut(hw, get_params, false);
  *
  * set the RSS lookup table, PF or VSI type
  */
-enum ice_status
+int
 ice_aq_set_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *set_params)
 {
        return __ice_aq_get_set_rss_lut(hw, set_params, true);
  *
  * get (0x0B04) or set (0x0B02) the RSS key per VSI
  */
-static enum
-ice_status __ice_aq_get_set_rss_key(struct ice_hw *hw, u16 vsi_id,
+static int __ice_aq_get_set_rss_key(struct ice_hw *hw, u16 vsi_id,
                                    struct ice_aqc_get_set_rss_keys *key,
                                    bool set)
 {
  *
  * get the RSS key per VSI
  */
-enum ice_status
+int
 ice_aq_get_rss_key(struct ice_hw *hw, u16 vsi_handle,
                   struct ice_aqc_get_set_rss_keys *key)
 {
  *
  * set the RSS key per VSI
  */
-enum ice_status
+int
 ice_aq_set_rss_key(struct ice_hw *hw, u16 vsi_handle,
                   struct ice_aqc_get_set_rss_keys *keys)
 {
  * Association of Tx queue to Doorbell queue is not part of Add LAN Tx queue
  * flow.
  */
-static enum ice_status
+static int
 ice_aq_add_lan_txq(struct ice_hw *hw, u8 num_qgrps,
                   struct ice_aqc_add_tx_qgrp *qg_list, u16 buf_size,
                   struct ice_sq_cd *cd)
  *
  * Disable LAN Tx queue (0x0C31)
  */
-static enum ice_status
+static int
 ice_aq_dis_lan_txq(struct ice_hw *hw, u8 num_qgrps,
                   struct ice_aqc_dis_txq_item *qg_list, u16 buf_size,
                   enum ice_disq_rst_src rst_src, u16 vmvf_num,
        struct ice_aqc_dis_txq_item *item;
        struct ice_aqc_dis_txqs *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
        u16 i, sz = 0;
 
        cmd = &desc.params.dis_txqs;
  * @dest_ctx: pointer to memory for the packed structure
  * @ce_info:  a description of the structure to be transformed
  */
-enum ice_status
+int
 ice_set_ctx(struct ice_hw *hw, u8 *src_ctx, u8 *dest_ctx,
            const struct ice_ctx_ele *ce_info)
 {
  *
  * This function adds one LAN queue
  */
-enum ice_status
+int
 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle,
                u8 num_qgrps, struct ice_aqc_add_tx_qgrp *buf, u16 buf_size,
                struct ice_sq_cd *cd)
        struct ice_aqc_txsched_elem_data node = { 0 };
        struct ice_sched_node *parent;
        struct ice_q_ctx *q_ctx;
-       enum ice_status status;
+       int status;
        struct ice_hw *hw;
 
        if (!pi || pi->port_state != ICE_SCHED_PORT_STATE_READY)
  *
  * This function removes queues and their corresponding nodes in SW DB
  */
-enum ice_status
+int
 ice_dis_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u8 num_queues,
                u16 *q_handles, u16 *q_ids, u32 *q_teids,
                enum ice_disq_rst_src rst_src, u16 vmvf_num,
                struct ice_sq_cd *cd)
 {
-       enum ice_status status = ICE_ERR_DOES_NOT_EXIST;
+       int status = ICE_ERR_DOES_NOT_EXIST;
        struct ice_aqc_dis_txq_item *qg_list;
        struct ice_q_ctx *q_ctx;
        struct ice_hw *hw;
  *
  * This function adds/updates the VSI queues per TC.
  */
-static enum ice_status
+static int
 ice_cfg_vsi_qs(struct ice_port_info *pi, u16 vsi_handle, u8 tc_bitmap,
               u16 *maxqs, u8 owner)
 {
-       enum ice_status status = 0;
+       int status = 0;
        u8 i;
 
        if (!pi || pi->port_state != ICE_SCHED_PORT_STATE_READY)
  *
  * This function adds/updates the VSI LAN queues per TC.
  */
-enum ice_status
+int
 ice_cfg_vsi_lan(struct ice_port_info *pi, u16 vsi_handle, u8 tc_bitmap,
                u16 *max_lanqs)
 {
        struct ice_aqc_txsched_elem_data node = { 0 };
        struct ice_aqc_add_rdma_qset_data *buf;
        struct ice_sched_node *parent;
-       enum ice_status status;
+       int status;
        struct ice_hw *hw;
        u16 i, buf_size;
        int ret;
                      u16 *q_id)
 {
        struct ice_aqc_dis_txq_item *qg_list;
-       enum ice_status status = 0;
+       int status = 0;
        struct ice_hw *hw;
        u16 qg_size;
        int i;
  *
  * Initializes required config data for VSI, FD, ACL, and RSS before replay.
  */
-static enum ice_status ice_replay_pre_init(struct ice_hw *hw)
+static int ice_replay_pre_init(struct ice_hw *hw)
 {
        struct ice_switch_info *sw = hw->switch_info;
        u8 i;
  * Restore all VSI configuration after reset. It is required to call this
  * function with main VSI first.
  */
-enum ice_status ice_replay_vsi(struct ice_hw *hw, u16 vsi_handle)
+int ice_replay_vsi(struct ice_hw *hw, u16 vsi_handle)
 {
-       enum ice_status status;
+       int status;
 
        if (!ice_is_vsi_valid(hw, vsi_handle))
                return ICE_ERR_PARAM;
  *
  * This function queries HW element information
  */
-enum ice_status
+int
 ice_sched_query_elem(struct ice_hw *hw, u32 node_teid,
                     struct ice_aqc_txsched_elem_data *buf)
 {
        u16 buf_size, num_elem_ret = 0;
-       enum ice_status status;
+       int status;
 
        buf_size = sizeof(*buf);
        memset(buf, 0, buf_size);
 {
        struct ice_aqc_driver_shared_params *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        if (idx >= ICE_AQC_DRIVER_PARAM_MAX)
                return -EIO;
 {
        struct ice_aqc_gpio *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        ice_fill_dflt_direct_cmd_desc(&desc, ice_aqc_opc_get_gpio);
        cmd = &desc.params.read_write_gpio;
  *
  * Gets the link default override for a port
  */
-enum ice_status
+int
 ice_get_link_default_override(struct ice_link_default_override_tlv *ldo,
                              struct ice_port_info *pi)
 {
        u16 i, tlv, tlv_len, tlv_start, buf, offset;
        struct ice_hw *hw = pi->hw;
-       enum ice_status status;
+       int status;
 
        status = ice_get_pfa_module_tlv(hw, &tlv, &tlv_len,
                                        ICE_SR_LINK_DEFAULT_OVERRIDE_PTR);
  *
  * Set the LLDP MIB. (0x0A08)
  */
-enum ice_status
+int
 ice_aq_set_lldp_mib(struct ice_hw *hw, u8 mib_type, void *buf, u16 buf_size,
                    struct ice_sq_cd *cd)
 {
  * @vsi_num: absolute HW index for VSI
  * @add: boolean for if adding or removing a filter
  */
-enum ice_status
+int
 ice_lldp_fltr_add_remove(struct ice_hw *hw, u16 vsi_num, bool add)
 {
        struct ice_aqc_lldp_filter_ctrl *cmd;
 
 #define ICE_SQ_SEND_DELAY_TIME_MS      10
 #define ICE_SQ_SEND_MAX_EXECUTE                3
 
-enum ice_status ice_init_hw(struct ice_hw *hw);
+int ice_init_hw(struct ice_hw *hw);
 void ice_deinit_hw(struct ice_hw *hw);
-enum ice_status ice_check_reset(struct ice_hw *hw);
-enum ice_status ice_reset(struct ice_hw *hw, enum ice_reset_req req);
-enum ice_status ice_create_all_ctrlq(struct ice_hw *hw);
-enum ice_status ice_init_all_ctrlq(struct ice_hw *hw);
+int ice_check_reset(struct ice_hw *hw);
+int ice_reset(struct ice_hw *hw, enum ice_reset_req req);
+int ice_create_all_ctrlq(struct ice_hw *hw);
+int ice_init_all_ctrlq(struct ice_hw *hw);
 void ice_shutdown_all_ctrlq(struct ice_hw *hw);
 void ice_destroy_all_ctrlq(struct ice_hw *hw);
-enum ice_status
+int
 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
                  struct ice_rq_event_info *e, u16 *pending);
-enum ice_status
+int
 ice_get_link_status(struct ice_port_info *pi, bool *link_up);
-enum ice_status ice_update_link_info(struct ice_port_info *pi);
-enum ice_status
+int ice_update_link_info(struct ice_port_info *pi);
+int
 ice_acquire_res(struct ice_hw *hw, enum ice_aq_res_ids res,
                enum ice_aq_res_access_type access, u32 timeout);
 void ice_release_res(struct ice_hw *hw, enum ice_aq_res_ids res);
-enum ice_status
+int
 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
-enum ice_status
+int
 ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res);
-enum ice_status
+int
 ice_aq_alloc_free_res(struct ice_hw *hw, u16 num_entries,
                      struct ice_aqc_alloc_free_res_elem *buf, u16 buf_size,
                      enum ice_adminq_opc opc, struct ice_sq_cd *cd);
 bool ice_is_sbq_supported(struct ice_hw *hw);
 struct ice_ctl_q_info *ice_get_sbq(struct ice_hw *hw);
-enum ice_status
+int
 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
                struct ice_aq_desc *desc, void *buf, u16 buf_size,
                struct ice_sq_cd *cd);
 void ice_clear_pxe_mode(struct ice_hw *hw);
-enum ice_status ice_get_caps(struct ice_hw *hw);
+int ice_get_caps(struct ice_hw *hw);
 
 void ice_set_safe_mode_caps(struct ice_hw *hw);
 
-enum ice_status
+int
 ice_write_rxq_ctx(struct ice_hw *hw, struct ice_rlan_ctx *rlan_ctx,
                  u32 rxq_index);
 
-enum ice_status
+int
 ice_aq_get_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *get_params);
-enum ice_status
+int
 ice_aq_set_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *set_params);
-enum ice_status
+int
 ice_aq_get_rss_key(struct ice_hw *hw, u16 vsi_handle,
                   struct ice_aqc_get_set_rss_keys *keys);
-enum ice_status
+int
 ice_aq_set_rss_key(struct ice_hw *hw, u16 vsi_handle,
                   struct ice_aqc_get_set_rss_keys *keys);
 
 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
-enum ice_status ice_aq_q_shutdown(struct ice_hw *hw, bool unloading);
+int ice_aq_q_shutdown(struct ice_hw *hw, bool unloading);
 void ice_fill_dflt_direct_cmd_desc(struct ice_aq_desc *desc, u16 opcode);
 extern const struct ice_ctx_ele ice_tlan_ctx_info[];
-enum ice_status
+int
 ice_set_ctx(struct ice_hw *hw, u8 *src_ctx, u8 *dest_ctx,
            const struct ice_ctx_ele *ce_info);
 
 extern struct mutex ice_global_cfg_lock_sw;
 
-enum ice_status
+int
 ice_aq_send_cmd(struct ice_hw *hw, struct ice_aq_desc *desc,
                void *buf, u16 buf_size, struct ice_sq_cd *cd);
-enum ice_status ice_aq_get_fw_ver(struct ice_hw *hw, struct ice_sq_cd *cd);
+int ice_aq_get_fw_ver(struct ice_hw *hw, struct ice_sq_cd *cd);
 
-enum ice_status
+int
 ice_aq_send_driver_ver(struct ice_hw *hw, struct ice_driver_ver *dv,
                       struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
                    struct ice_aqc_get_phy_caps_data *caps,
                    struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count,
                 enum ice_adminq_opc opc, struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_discover_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_caps);
 void
 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
                    u16 link_speeds_bitmap);
-enum ice_status
+int
 ice_aq_manage_mac_write(struct ice_hw *hw, const u8 *mac_addr, u8 flags,
                        struct ice_sq_cd *cd);
 bool ice_is_e810(struct ice_hw *hw);
-enum ice_status ice_clear_pf_cfg(struct ice_hw *hw);
-enum ice_status
+int ice_clear_pf_cfg(struct ice_hw *hw);
+int
 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi,
                   struct ice_aqc_set_phy_cfg_data *cfg, struct ice_sq_cd *cd);
 bool ice_fw_supports_link_override(struct ice_hw *hw);
-enum ice_status
+int
 ice_get_link_default_override(struct ice_link_default_override_tlv *ldo,
                              struct ice_port_info *pi);
 bool ice_is_phy_caps_an_enabled(struct ice_aqc_get_phy_caps_data *caps);
 
 enum ice_fc_mode ice_caps_to_fc_mode(u8 caps);
 enum ice_fec_mode ice_caps_to_fec_mode(u8 caps, u8 fec_options);
-enum ice_status
+int
 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures,
           bool ena_auto_link_update);
-enum ice_status
+int
 ice_cfg_phy_fc(struct ice_port_info *pi, struct ice_aqc_set_phy_cfg_data *cfg,
               enum ice_fc_mode fc);
 bool
 ice_copy_phy_caps_to_cfg(struct ice_port_info *pi,
                         struct ice_aqc_get_phy_caps_data *caps,
                         struct ice_aqc_set_phy_cfg_data *cfg);
-enum ice_status
+int
 ice_cfg_phy_fec(struct ice_port_info *pi, struct ice_aqc_set_phy_cfg_data *cfg,
                enum ice_fec_mode fec);
-enum ice_status
+int
 ice_aq_set_link_restart_an(struct ice_port_info *pi, bool ena_link,
                           struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_aq_set_mac_cfg(struct ice_hw *hw, u16 max_frame_size, struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_aq_get_link_info(struct ice_port_info *pi, bool ena_lse,
                     struct ice_link_status *link, struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_aq_set_event_mask(struct ice_hw *hw, u8 port_num, u16 mask,
                      struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_aq_set_mac_loopback(struct ice_hw *hw, bool ena_lpbk, struct ice_sq_cd *cd);
 
-enum ice_status
+int
 ice_aq_set_port_id_led(struct ice_port_info *pi, bool is_orig_mode,
                       struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_aq_sff_eeprom(struct ice_hw *hw, u16 lport, u8 bus_addr,
                  u16 mem_addr, u8 page, u8 set_page, u8 *data, u8 length,
                  bool write, struct ice_sq_cd *cd);
 int
 ice_dis_vsi_rdma_qset(struct ice_port_info *pi, u16 count, u32 *qset_teid,
                      u16 *q_id);
-enum ice_status
+int
 ice_dis_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u8 num_queues,
                u16 *q_handle, u16 *q_ids, u32 *q_teids,
                enum ice_disq_rst_src rst_src, u16 vmvf_num,
                struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_cfg_vsi_lan(struct ice_port_info *pi, u16 vsi_handle, u8 tc_bitmap,
                u16 *max_lanqs);
-enum ice_status
+int
 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle,
                u8 num_qgrps, struct ice_aqc_add_tx_qgrp *buf, u16 buf_size,
                struct ice_sq_cd *cd);
-enum ice_status ice_replay_vsi(struct ice_hw *hw, u16 vsi_handle);
+int ice_replay_vsi(struct ice_hw *hw, u16 vsi_handle);
 void ice_replay_post(struct ice_hw *hw);
 void ice_output_fw_log(struct ice_hw *hw, struct ice_aq_desc *desc, void *buf);
 struct ice_q_ctx *
 ice_stat_update32(struct ice_hw *hw, u32 reg, bool prev_stat_loaded,
                  u64 *prev_stat, u64 *cur_stat);
 bool ice_is_e810t(struct ice_hw *hw);
-enum ice_status
+int
 ice_sched_query_elem(struct ice_hw *hw, u32 node_teid,
                     struct ice_aqc_txsched_elem_data *buf);
 int
 int
 ice_aq_get_gpio(struct ice_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
                bool *value, struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_aq_set_lldp_mib(struct ice_hw *hw, u8 mib_type, void *buf, u16 buf_size,
                    struct ice_sq_cd *cd);
 bool ice_fw_supports_lldp_fltr_ctrl(struct ice_hw *hw);
-enum ice_status
+int
 ice_lldp_fltr_add_remove(struct ice_hw *hw, u16 vsi_num, bool add);
 bool ice_fw_supports_report_dflt_cfg(struct ice_hw *hw);
 #endif /* _ICE_COMMON_H_ */
 
  * @hw: pointer to the hardware structure
  * @cq: pointer to the specific Control queue
  */
-static enum ice_status
+static int
 ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq)
 {
        size_t size = cq->num_sq_entries * sizeof(struct ice_aq_desc);
  * @hw: pointer to the hardware structure
  * @cq: pointer to the specific Control queue
  */
-static enum ice_status
+static int
 ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq)
 {
        size_t size = cq->num_rq_entries * sizeof(struct ice_aq_desc);
  * @hw: pointer to the hardware structure
  * @cq: pointer to the specific Control queue
  */
-static enum ice_status
+static int
 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
 {
        int i;
  * @hw: pointer to the hardware structure
  * @cq: pointer to the specific Control queue
  */
-static enum ice_status
+static int
 ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
 {
        int i;
        return ICE_ERR_NO_MEMORY;
 }
 
-static enum ice_status
+static int
 ice_cfg_cq_regs(struct ice_hw *hw, struct ice_ctl_q_ring *ring, u16 num_entries)
 {
        /* Clear Head and Tail */
  *
  * Configure base address and length registers for the transmit queue
  */
-static enum ice_status
+static int
 ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
 {
        return ice_cfg_cq_regs(hw, &cq->sq, cq->num_sq_entries);
  *
  * Configure base address and length registers for the receive (event queue)
  */
-static enum ice_status
+static int
 ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
 {
-       enum ice_status status;
+       int status;
 
        status = ice_cfg_cq_regs(hw, &cq->rq, cq->num_rq_entries);
        if (status)
  * Do *NOT* hold the lock when calling this as the memory allocation routines
  * called are not going to be atomic context safe
  */
-static enum ice_status ice_init_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
+static int ice_init_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
 {
-       enum ice_status ret_code;
+       int ret_code;
 
        if (cq->sq.count > 0) {
                /* queue already initialized */
  * Do *NOT* hold the lock when calling this as the memory allocation routines
  * called are not going to be atomic context safe
  */
-static enum ice_status ice_init_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
+static int ice_init_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
 {
-       enum ice_status ret_code;
+       int ret_code;
 
        if (cq->rq.count > 0) {
                /* queue already initialized */
  *
  * The main shutdown routine for the Control Transmit Queue
  */
-static enum ice_status
+static int
 ice_shutdown_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
 {
-       enum ice_status ret_code = 0;
+       int ret_code = 0;
 
        mutex_lock(&cq->sq_lock);
 
  *
  * The main shutdown routine for the Control Receive Queue
  */
-static enum ice_status
+static int
 ice_shutdown_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
 {
-       enum ice_status ret_code = 0;
+       int ret_code = 0;
 
        mutex_lock(&cq->rq_lock);
 
  * ice_init_check_adminq - Check version for Admin Queue to know if its alive
  * @hw: pointer to the hardware structure
  */
-static enum ice_status ice_init_check_adminq(struct ice_hw *hw)
+static int ice_init_check_adminq(struct ice_hw *hw)
 {
        struct ice_ctl_q_info *cq = &hw->adminq;
-       enum ice_status status;
+       int status;
 
        status = ice_aq_get_fw_ver(hw, NULL);
        if (status)
  *
  * NOTE: this function does not initialize the controlq locks
  */
-static enum ice_status ice_init_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type)
+static int ice_init_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type)
 {
        struct ice_ctl_q_info *cq;
-       enum ice_status ret_code;
+       int ret_code;
 
        switch (q_type) {
        case ICE_CTL_Q_ADMIN:
  *
  * NOTE: this function does not initialize the controlq locks.
  */
-enum ice_status ice_init_all_ctrlq(struct ice_hw *hw)
+int ice_init_all_ctrlq(struct ice_hw *hw)
 {
-       enum ice_status status;
+       int status;
        u32 retry = 0;
 
        /* Init FW admin queue */
  * driver needs to re-initialize control queues at run time it should call
  * ice_init_all_ctrlq instead.
  */
-enum ice_status ice_create_all_ctrlq(struct ice_hw *hw)
+int ice_create_all_ctrlq(struct ice_hw *hw)
 {
        ice_init_ctrlq_locks(&hw->adminq);
        if (ice_is_sbq_supported(hw))
  * This is the main send command routine for the ATQ. It runs the queue,
  * cleans the queue, etc.
  */
-enum ice_status
+int
 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
                struct ice_aq_desc *desc, void *buf, u16 buf_size,
                struct ice_sq_cd *cd)
        struct ice_dma_mem *dma_buf = NULL;
        struct ice_aq_desc *desc_on_ring;
        bool cmd_completed = false;
-       enum ice_status status = 0;
+       int status = 0;
        struct ice_sq_cd *details;
        u32 total_delay = 0;
        u16 retval = 0;
  * the contents through e. It can also return how many events are
  * left to process through 'pending'.
  */
-enum ice_status
+int
 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
                  struct ice_rq_event_info *e, u16 *pending)
 {
        u16 ntc = cq->rq.next_to_clean;
        enum ice_aq_err rq_last_status;
-       enum ice_status ret_code = 0;
+       int ret_code = 0;
        struct ice_aq_desc *desc;
        struct ice_dma_mem *bi;
        u16 desc_idx;
 
  *
  * Requests the complete LLDP MIB (entire packet). (0x0A00)
  */
-static enum ice_status
+static int
 ice_aq_get_lldp_mib(struct ice_hw *hw, u8 bridge_type, u8 mib_type, void *buf,
                    u16 buf_size, u16 *local_len, u16 *remote_len,
                    struct ice_sq_cd *cd)
 {
        struct ice_aqc_lldp_get_mib *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        cmd = &desc.params.lldp_get_mib;
 
  * Enable or Disable posting of an event on ARQ when LLDP MIB
  * associated with the interface changes (0x0A01)
  */
-static enum ice_status
+static int
 ice_aq_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_update,
                           struct ice_sq_cd *cd)
 {
  *
  * Stop or Shutdown the embedded LLDP Agent (0x0A05)
  */
-enum ice_status
+int
 ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist,
                 struct ice_sq_cd *cd)
 {
  *
  * Start the embedded LLDP Agent on all ports. (0x0A06)
  */
-enum ice_status
+int
 ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd)
 {
        struct ice_aqc_lldp_start *cmd;
  *
  * Parse DCB configuration from the LLDPDU
  */
-static enum ice_status
+static int
 ice_lldp_to_dcb_cfg(u8 *lldpmib, struct ice_dcbx_cfg *dcbcfg)
 {
        struct ice_lldp_org_tlv *tlv;
-       enum ice_status ret = 0;
+       int ret = 0;
        u16 offset = 0;
        u16 typelen;
        u16 type;
  *
  * Query DCB configuration from the firmware
  */
-enum ice_status
+int
 ice_aq_get_dcb_cfg(struct ice_hw *hw, u8 mib_type, u8 bridgetype,
                   struct ice_dcbx_cfg *dcbcfg)
 {
-       enum ice_status ret;
+       int ret;
        u8 *lldpmib;
 
        /* Allocate the LLDPDU */
  * returns ICE_SUCCESS, caller will need to check if FW returns back the same
  * value as stated in dcbx_agent_status, and react accordingly. (0x0A09)
  */
-enum ice_status
+int
 ice_aq_start_stop_dcbx(struct ice_hw *hw, bool start_dcbx_agent,
                       bool *dcbx_agent_status, struct ice_sq_cd *cd)
 {
        struct ice_aqc_lldp_stop_start_specific_agent *cmd;
-       enum ice_status status;
+       int status;
        struct ice_aq_desc desc;
        u16 opcode;
 
  *
  * Get CEE DCBX mode operational configuration from firmware (0x0A07)
  */
-static enum ice_status
+static int
 ice_aq_get_cee_dcb_cfg(struct ice_hw *hw,
                       struct ice_aqc_get_cee_dcb_cfg_resp *buff,
                       struct ice_sq_cd *cd)
 {
        struct ice_aqc_set_query_pfc_mode *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        if (pfc_mode > ICE_AQC_PFC_DSCP_BASED_PFC)
                return -EINVAL;
  *
  * Get IEEE or CEE mode DCB configuration from the Firmware
  */
-static enum ice_status
+static int
 ice_get_ieee_or_cee_dcb_cfg(struct ice_port_info *pi, u8 dcbx_mode)
 {
        struct ice_dcbx_cfg *dcbx_cfg = NULL;
-       enum ice_status ret;
+       int ret;
 
        if (!pi)
                return ICE_ERR_PARAM;
  *
  * Get DCB configuration from the Firmware
  */
-enum ice_status ice_get_dcb_cfg(struct ice_port_info *pi)
+int ice_get_dcb_cfg(struct ice_port_info *pi)
 {
        struct ice_aqc_get_cee_dcb_cfg_resp cee_cfg;
        struct ice_dcbx_cfg *dcbx_cfg;
-       enum ice_status ret;
+       int ret;
 
        if (!pi)
                return ICE_ERR_PARAM;
  *
  * Update DCB configuration from the Firmware
  */
-enum ice_status ice_init_dcb(struct ice_hw *hw, bool enable_mib_change)
+int ice_init_dcb(struct ice_hw *hw, bool enable_mib_change)
 {
        struct ice_qos_cfg *qos_cfg = &hw->port_info->qos_cfg;
-       enum ice_status ret = 0;
+       int ret = 0;
 
        if (!hw->func_caps.common_cap.dcb)
                return ICE_ERR_NOT_SUPPORTED;
  *
  * Configure (disable/enable) MIB
  */
-enum ice_status ice_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_mib)
+int ice_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_mib)
 {
        struct ice_qos_cfg *qos_cfg = &hw->port_info->qos_cfg;
-       enum ice_status ret;
+       int ret;
 
        if (!hw->func_caps.common_cap.dcb)
                return ICE_ERR_NOT_SUPPORTED;
  *
  * Set DCB configuration to the Firmware
  */
-enum ice_status ice_set_dcb_cfg(struct ice_port_info *pi)
+int ice_set_dcb_cfg(struct ice_port_info *pi)
 {
        u8 mib_type, *lldpmib = NULL;
        struct ice_dcbx_cfg *dcbcfg;
-       enum ice_status ret;
+       int ret;
        struct ice_hw *hw;
        u16 miblen;
 
  *
  * query current port ETS configuration
  */
-static enum ice_status
+static int
 ice_aq_query_port_ets(struct ice_port_info *pi,
                      struct ice_aqc_port_ets_elem *buf, u16 buf_size,
                      struct ice_sq_cd *cd)
 {
        struct ice_aqc_query_port_ets *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        if (!pi)
                return ICE_ERR_PARAM;
  *
  * update the SW DB with the new TC changes
  */
-static enum ice_status
+static int
 ice_update_port_tc_tree_cfg(struct ice_port_info *pi,
                            struct ice_aqc_port_ets_elem *buf)
 {
        struct ice_sched_node *node, *tc_node;
        struct ice_aqc_txsched_elem_data elem;
-       enum ice_status status = 0;
+       int status = 0;
        u32 teid1, teid2;
        u8 i, j;
 
  * query current port ETS configuration and update the
  * SW DB with the TC changes
  */
-enum ice_status
+int
 ice_query_port_ets(struct ice_port_info *pi,
                   struct ice_aqc_port_ets_elem *buf, u16 buf_size,
                   struct ice_sq_cd *cd)
 {
-       enum ice_status status;
+       int status;
 
        mutex_lock(&pi->sched_lock);
        status = ice_aq_query_port_ets(pi, buf, buf_size, cd);
 
 } __packed;
 
 int ice_aq_set_pfc_mode(struct ice_hw *hw, u8 pfc_mode, struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_aq_get_dcb_cfg(struct ice_hw *hw, u8 mib_type, u8 bridgetype,
                   struct ice_dcbx_cfg *dcbcfg);
-enum ice_status ice_get_dcb_cfg(struct ice_port_info *pi);
-enum ice_status ice_set_dcb_cfg(struct ice_port_info *pi);
-enum ice_status ice_init_dcb(struct ice_hw *hw, bool enable_mib_change);
-enum ice_status
+int ice_get_dcb_cfg(struct ice_port_info *pi);
+int ice_set_dcb_cfg(struct ice_port_info *pi);
+int ice_init_dcb(struct ice_hw *hw, bool enable_mib_change);
+int
 ice_query_port_ets(struct ice_port_info *pi,
                   struct ice_aqc_port_ets_elem *buf, u16 buf_size,
                   struct ice_sq_cd *cmd_details);
 #ifdef CONFIG_DCB
-enum ice_status
+int
 ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist,
                 struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_aq_start_stop_dcbx(struct ice_hw *hw, bool start_dcbx_agent,
                       bool *dcbx_agent_status, struct ice_sq_cd *cd);
-enum ice_status ice_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_mib);
+int ice_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_mib);
 #else /* CONFIG_DCB */
-static inline enum ice_status
+static inline int
 ice_aq_stop_lldp(struct ice_hw __always_unused *hw,
                 bool __always_unused shutdown_lldp_agent,
                 bool __always_unused persist,
        return 0;
 }
 
-static inline enum ice_status
+static inline int
 ice_aq_start_lldp(struct ice_hw __always_unused *hw,
                  bool __always_unused persist,
                  struct ice_sq_cd __always_unused *cd)
        return 0;
 }
 
-static inline enum ice_status
+static inline int
 ice_aq_start_stop_dcbx(struct ice_hw __always_unused *hw,
                       bool __always_unused start_dcbx_agent,
                       bool *dcbx_agent_status,
        return 0;
 }
 
-static inline enum ice_status
+static inline int
 ice_cfg_lldp_mib_change(struct ice_hw __always_unused *hw,
                        bool __always_unused ena_mib)
 {
 
        struct ice_aqc_port_ets_elem buf = { 0 };
        struct device *dev = ice_pf_to_dev(pf);
        struct ice_dcbx_cfg *err_cfg;
-       enum ice_status ret;
+       int ret;
 
        ret = ice_query_port_ets(pf->hw.port_info, &buf, sizeof(buf), NULL);
        if (ret) {
 
 static void ice_info_pba(struct ice_pf *pf, struct ice_info_ctx *ctx)
 {
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
 
        status = ice_read_pba_string(hw, (u8 *)ctx->buf, sizeof(ctx->buf));
        if (status)
        struct device *dev = ice_pf_to_dev(pf);
        struct ice_hw *hw = &pf->hw;
        struct ice_info_ctx *ctx;
-       enum ice_status status;
+       int status;
        size_t i;
        int err;
 
        struct ice_pf *pf = devlink_priv(devlink);
        struct device *dev = ice_pf_to_dev(pf);
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        void *nvm_data;
        u32 nvm_size;
 
        struct ice_pf *pf = devlink_priv(devlink);
        struct device *dev = ice_pf_to_dev(pf);
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        void *devcaps;
 
        devcaps = vzalloc(ICE_AQ_MAX_BUF_LEN);
 
        struct ice_vsi *vsi = np->vsi;
        struct ice_pf *pf = vsi->back;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        struct device *dev;
        int ret = 0;
        u8 *buf;
 static u64 ice_link_test(struct net_device *netdev)
 {
        struct ice_netdev_priv *np = netdev_priv(netdev);
-       enum ice_status status;
+       int status;
        bool link_up = false;
 
        netdev_info(netdev, "link test\n");
        struct ice_link_status *link_info;
        struct ice_vsi *vsi = np->vsi;
        struct ice_port_info *pi;
-       enum ice_status status;
+       int status;
        int err = 0;
 
        pi = vsi->port_info;
 
        if (test_bit(ICE_FLAG_FW_LLDP_AGENT, change_flags)) {
                if (!test_bit(ICE_FLAG_FW_LLDP_AGENT, pf->flags)) {
-                       enum ice_status status;
+                       int status;
 
                        /* Disable FW LLDP engine */
                        status = ice_cfg_lldp_mib_change(&pf->hw, false);
                        pf->dcbx_cap &= ~DCB_CAP_DCBX_LLD_MANAGED;
                        pf->dcbx_cap |= DCB_CAP_DCBX_HOST;
                } else {
-                       enum ice_status status;
+                       int status;
                        bool dcbx_agent_status;
 
                        if (ice_get_pfc_mode(pf) == ICE_QOS_MODE_DSCP) {
        struct ice_aqc_get_phy_caps_data *caps;
        struct ice_link_status *hw_link_info;
        struct ice_vsi *vsi = np->vsi;
-       enum ice_status status;
+       int status;
        int err = 0;
 
        ethtool_link_ksettings_zero_link_mode(ks, supported);
        struct ice_pf *pf = np->vsi->back;
        struct ice_port_info *pi;
        u8 autoneg_changed = 0;
-       enum ice_status status;
+       int status;
        u64 phy_type_high = 0;
        u64 phy_type_low = 0;
        int err = 0;
 ice_set_rss_hash_opt(struct ice_vsi *vsi, struct ethtool_rxnfc *nfc)
 {
        struct ice_pf *pf = vsi->back;
-       enum ice_status status;
+       int status;
        struct device *dev;
        u64 hashed_flds;
        u32 hdrs;
        struct ice_port_info *pi = np->vsi->port_info;
        struct ice_aqc_get_phy_caps_data *pcaps;
        struct ice_dcbx_cfg *dcbx_cfg;
-       enum ice_status status;
+       int status;
 
        /* Initialize pause params */
        pause->rx_pause = 0;
        struct ice_vsi *vsi = np->vsi;
        struct ice_hw *hw = &pf->hw;
        struct ice_port_info *pi;
-       enum ice_status status;
+       int status;
        u8 aq_failures;
        bool link_up;
        int err = 0;
        struct ice_vsi *vsi = np->vsi;
        struct ice_pf *pf = vsi->back;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        u8 sff8472_comp = 0;
        u8 sff8472_swap = 0;
        u8 sff8636_rev = 0;
        struct ice_vsi *vsi = np->vsi;
        struct ice_pf *pf = vsi->back;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        bool is_sfp = false;
        unsigned int i, j;
        u16 offset = 0;
 
        struct ice_flow_prof *prof = NULL;
        struct ice_fd_hw_prof *hw_prof;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        u64 entry1_h = 0;
        u64 entry2_h = 0;
        u64 prof_id;
        struct ice_hw *hw = &pf->hw;
        struct ice_fltr_desc desc;
        struct ice_vsi *ctrl_vsi;
-       enum ice_status status;
+       int status;
        u8 *pkt, *frag_pkt;
        bool has_frag;
        int err;
 
  * @hw: pointer to the hardware structure
  * @cntr_id: returns counter index
  */
-enum ice_status ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id)
+int ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id)
 {
        return ice_alloc_res_cntr(hw, ICE_AQC_RES_TYPE_FDIR_COUNTER_BLOCK,
                                  ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id);
  * @hw: pointer to the hardware structure
  * @cntr_id: counter index to be freed
  */
-enum ice_status ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id)
+int ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id)
 {
        return ice_free_res_cntr(hw, ICE_AQC_RES_TYPE_FDIR_COUNTER_BLOCK,
                                 ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id);
  * @cntr_id: returns counter index
  * @num_fltr: number of filter entries to be allocated
  */
-enum ice_status
+int
 ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr)
 {
        return ice_alloc_res_cntr(hw, ICE_AQC_RES_TYPE_FDIR_GUARANTEED_ENTRIES,
  * @cntr_id: returns counter index
  * @num_fltr: number of filter entries to be allocated
  */
-enum ice_status
+int
 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr)
 {
        return ice_alloc_res_cntr(hw, ICE_AQC_RES_TYPE_FDIR_SHARED_ENTRIES,
  * @frag: generate a fragment packet
  * @tun: true implies generate a tunnel packet
  */
-enum ice_status
+int
 ice_fdir_get_gen_prgm_pkt(struct ice_hw *hw, struct ice_fdir_fltr *input,
                          u8 *pkt, bool frag, bool tun)
 {
 
        const u8 *tun_pkt;
 };
 
-enum ice_status ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id);
-enum ice_status ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id);
-enum ice_status
+int ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id);
+int ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id);
+int
 ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr);
-enum ice_status
+int
 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr);
 void
 ice_fdir_get_prgm_desc(struct ice_hw *hw, struct ice_fdir_fltr *input,
                       struct ice_fltr_desc *fdesc, bool add);
-enum ice_status
+int
 ice_fdir_get_gen_prgm_pkt(struct ice_hw *hw, struct ice_fdir_fltr *input,
                          u8 *pkt, bool frag, bool tun);
 int ice_get_fdir_cnt_all(struct ice_hw *hw);
 
  * if it is found. The ice_seg parameter must not be NULL since the first call
  * to ice_pkg_enum_entry requires a pointer to an actual ice_segment structure.
  */
-static enum ice_status
+static int
 ice_find_boost_entry(struct ice_seg *ice_seg, u16 addr,
                     struct ice_boost_tcam_entry **entry)
 {
  *          ------------------------------
  * Result:  key:        b01 10 11 11 00 00
  */
-static enum ice_status
+static int
 ice_gen_key_word(u8 val, u8 valid, u8 dont_care, u8 nvr_mtch, u8 *key,
                 u8 *key_inv)
 {
  *     dc == NULL --> dc mask is all 0's (no don't care bits)
  *     nm == NULL --> nm mask is all 0's (no never match bits)
  */
-static enum ice_status
+static int
 ice_set_key(u8 *key, u16 size, u8 *val, u8 *upd, u8 *dc, u8 *nm, u16 off,
            u16 len)
 {
  *                      this case, the caller can just skip performing any
  *                      update of the package.
  */
-static enum ice_status
+static int
 ice_acquire_global_cfg_lock(struct ice_hw *hw,
                            enum ice_aq_res_access_type access)
 {
-       enum ice_status status;
+       int status;
 
        status = ice_acquire_res(hw, ICE_GLOBAL_CFG_LOCK_RES_ID, access,
                                 ICE_GLOBAL_CFG_LOCK_TIMEOUT);
  *
  * This function will request ownership of the change lock.
  */
-enum ice_status
+int
 ice_acquire_change_lock(struct ice_hw *hw, enum ice_aq_res_access_type access)
 {
        return ice_acquire_res(hw, ICE_CHANGE_LOCK_RES_ID, access,
  *
  * Download Package (0x0C40)
  */
-static enum ice_status
+static int
 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
                    u16 buf_size, bool last_buf, u32 *error_offset,
                    u32 *error_info, struct ice_sq_cd *cd)
 {
        struct ice_aqc_download_pkg *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        if (error_offset)
                *error_offset = 0;
  *
  * Update Package (0x0C42)
  */
-static enum ice_status
+static int
 ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size,
                  bool last_buf, u32 *error_offset, u32 *error_info,
                  struct ice_sq_cd *cd)
 {
        struct ice_aqc_download_pkg *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        if (error_offset)
                *error_offset = 0;
  *
  * Obtains change lock and updates package.
  */
-static enum ice_status
+static int
 ice_update_pkg(struct ice_hw *hw, struct ice_buf *bufs, u32 count)
 {
-       enum ice_status status;
+       int status;
        u32 offset, info, i;
 
        status = ice_acquire_change_lock(hw, ICE_RES_WRITE);
 ice_dwnld_cfg_bufs(struct ice_hw *hw, struct ice_buf *bufs, u32 count)
 {
        enum ice_ddp_state state = ICE_DDP_PKG_SUCCESS;
-       enum ice_status status;
+       int status;
        struct ice_buf_hdr *bh;
        enum ice_aq_err err;
        u32 offset, info, i;
  *
  * Get Package Info List (0x0C43)
  */
-static enum ice_status
+static int
 ice_aq_get_pkg_info_list(struct ice_hw *hw,
                         struct ice_aqc_get_pkg_info_resp *pkg_info,
                         u16 buf_size, struct ice_sq_cd *cd)
  * and store the index number in struct ice_switch_info *switch_info
  * in HW for following use.
  */
-static enum ice_status ice_get_prof_index_max(struct ice_hw *hw)
+static int ice_get_prof_index_max(struct ice_hw *hw)
 {
        u16 prof_index = 0, j, max_prof_index = 0;
        struct ice_pkg_enum state;
  * NOTE: The caller of the function is responsible for freeing the memory
  * allocated for every list entry.
  */
-enum ice_status
+int
 ice_get_sw_fv_list(struct ice_hw *hw, u8 *prot_ids, u16 ids_cnt,
                   unsigned long *bm, struct list_head *fv_list)
 {
  * result in some wasted space in the buffer.
  * Note: all package contents must be in Little Endian form.
  */
-static enum ice_status
+static int
 ice_pkg_buf_reserve_section(struct ice_buf_build *bld, u16 count)
 {
        struct ice_buf_hdr *buf;
  * creating a package buffer with the tunnel info and issuing an update package
  * command.
  */
-static enum ice_status
+static int
 ice_create_tunnel(struct ice_hw *hw, u16 index,
                  enum ice_tunnel_type type, u16 port)
 {
        struct ice_boost_tcam_section *sect_rx, *sect_tx;
-       enum ice_status status = ICE_ERR_MAX_LIMIT;
+       int status = ICE_ERR_MAX_LIMIT;
        struct ice_buf_build *bld;
 
        mutex_lock(&hw->tnl_lock);
  * targeting the specific updates requested and then performing an update
  * package.
  */
-static enum ice_status
+static int
 ice_destroy_tunnel(struct ice_hw *hw, u16 index, enum ice_tunnel_type type,
                   u16 port)
 {
        struct ice_boost_tcam_section *sect_rx, *sect_tx;
-       enum ice_status status = ICE_ERR_MAX_LIMIT;
+       int status = ICE_ERR_MAX_LIMIT;
        struct ice_buf_build *bld;
 
        mutex_lock(&hw->tnl_lock);
        struct ice_vsi *vsi = np->vsi;
        struct ice_pf *pf = vsi->back;
        enum ice_tunnel_type tnl_type;
-       enum ice_status status;
+       int status;
        u16 index;
 
        tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE;
        struct ice_vsi *vsi = np->vsi;
        struct ice_pf *pf = vsi->back;
        enum ice_tunnel_type tnl_type;
-       enum ice_status status;
+       int status;
 
        tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE;
 
  * @prot: variable to receive the protocol ID
  * @off: variable to receive the protocol offset
  */
-enum ice_status
+int
 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
                  u8 *prot, u16 *off)
 {
  * PTG ID that contains it through the PTG parameter, with the value of
  * ICE_DEFAULT_PTG (0) meaning it is part the default PTG.
  */
-static enum ice_status
+static int
 ice_ptg_find_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 *ptg)
 {
        if (ptype >= ICE_XLT1_CNT || !ptg)
  * This function will remove the ptype from the specific PTG, and move it to
  * the default PTG (ICE_DEFAULT_PTG).
  */
-static enum ice_status
+static int
 ice_ptg_remove_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 ptg)
 {
        struct ice_ptg_ptype **ch;
  * a destination PTG ID of ICE_DEFAULT_PTG (0) will move the ptype to the
  * default PTG.
  */
-static enum ice_status
+static int
 ice_ptg_add_mv_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 ptg)
 {
-       enum ice_status status;
+       int status;
        u8 original_ptg;
 
        if (ptype > ICE_XLT1_CNT - 1)
  * This function will lookup the VSI entry in the XLT2 list and return
  * the VSI group its associated with.
  */
-static enum ice_status
+static int
 ice_vsig_find_vsi(struct ice_hw *hw, enum ice_block blk, u16 vsi, u16 *vsig)
 {
        if (!vsig || vsi >= ICE_MAX_VSI)
  * for, the list must match exactly, including the order in which the
  * characteristics are listed.
  */
-static enum ice_status
+static int
 ice_find_dup_props_vsig(struct ice_hw *hw, enum ice_block blk,
                        struct list_head *chs, u16 *vsig)
 {
  * The function will remove all VSIs associated with the input VSIG and move
  * them to the DEFAULT_VSIG and mark the VSIG available.
  */
-static enum ice_status
+static int
 ice_vsig_free(struct ice_hw *hw, enum ice_block blk, u16 vsig)
 {
        struct ice_vsig_prof *dtmp, *del;
  * The function will remove the input VSI from its VSI group and move it
  * to the DEFAULT_VSIG.
  */
-static enum ice_status
+static int
 ice_vsig_remove_vsi(struct ice_hw *hw, enum ice_block blk, u16 vsi, u16 vsig)
 {
        struct ice_vsig_vsi **vsi_head, *vsi_cur, *vsi_tgt;
  * move the entry to the DEFAULT_VSIG, update the original VSIG and
  * then move entry to the new VSIG.
  */
-static enum ice_status
+static int
 ice_vsig_add_mv_vsi(struct ice_hw *hw, enum ice_block blk, u16 vsi, u16 vsig)
 {
        struct ice_vsig_vsi *tmp;
-       enum ice_status status;
+       int status;
        u16 orig_vsig, idx;
 
        idx = vsig & ICE_VSIG_IDX_M;
  * @masks: masks for FV
  * @prof_id: receives the profile ID
  */
-static enum ice_status
+static int
 ice_find_prof_id_with_mask(struct ice_hw *hw, enum ice_block blk,
                           struct ice_fv_word *fv, u16 *masks, u8 *prof_id)
 {
  * This function allocates a new entry in a Profile ID TCAM for a specific
  * block.
  */
-static enum ice_status
+static int
 ice_alloc_tcam_ent(struct ice_hw *hw, enum ice_block blk, bool btm,
                   u16 *tcam_idx)
 {
  *
  * This function frees an entry in a Profile ID TCAM for a specific block.
  */
-static enum ice_status
+static int
 ice_free_tcam_ent(struct ice_hw *hw, enum ice_block blk, u16 tcam_idx)
 {
        u16 res_type;
  * This function allocates a new profile ID, which also corresponds to a Field
  * Vector (Extraction Sequence) entry.
  */
-static enum ice_status
+static int
 ice_alloc_prof_id(struct ice_hw *hw, enum ice_block blk, u8 *prof_id)
 {
-       enum ice_status status;
+       int status;
        u16 res_type;
        u16 get_prof;
 
  *
  * This function frees a profile ID, which also corresponds to a Field Vector.
  */
-static enum ice_status
+static int
 ice_free_prof_id(struct ice_hw *hw, enum ice_block blk, u8 prof_id)
 {
        u16 tmp_prof_id = (u16)prof_id;
  * @blk: the block from which to free the profile ID
  * @prof_id: the profile ID for which to increment the reference count
  */
-static enum ice_status
+static int
 ice_prof_inc_ref(struct ice_hw *hw, enum ice_block blk, u8 prof_id)
 {
        if (prof_id > hw->blk[blk].es.count)
  * @mask: the 16-bit mask
  * @mask_idx: variable to receive the mask index
  */
-static enum ice_status
+static int
 ice_alloc_prof_mask(struct ice_hw *hw, enum ice_block blk, u16 idx, u16 mask,
                    u16 *mask_idx)
 {
        bool found_unused = false, found_copy = false;
-       enum ice_status status = ICE_ERR_MAX_LIMIT;
+       int status = ICE_ERR_MAX_LIMIT;
        u16 unused_idx = 0, copy_idx = 0;
        u16 i;
 
  * @blk: hardware block
  * @mask_idx: index of mask
  */
-static enum ice_status
+static int
 ice_free_prof_mask(struct ice_hw *hw, enum ice_block blk, u16 mask_idx)
 {
        if (blk != ICE_BLK_RSS && blk != ICE_BLK_FD)
  * @blk: hardware block
  * @prof_id: profile ID
  */
-static enum ice_status
+static int
 ice_free_prof_masks(struct ice_hw *hw, enum ice_block blk, u16 prof_id)
 {
        u32 mask_bm;
  * @prof_id: profile ID
  * @masks: masks
  */
-static enum ice_status
+static int
 ice_update_prof_masking(struct ice_hw *hw, enum ice_block blk, u16 prof_id,
                        u16 *masks)
 {
  * @blk: the block from which to free the profile ID
  * @prof_id: the profile ID for which to decrement the reference count
  */
-static enum ice_status
+static int
 ice_prof_dec_ref(struct ice_hw *hw, enum ice_block blk, u8 prof_id)
 {
        if (prof_id > hw->blk[blk].es.count)
  * ice_init_hw_tbls - init hardware table memory
  * @hw: pointer to the hardware structure
  */
-enum ice_status ice_init_hw_tbls(struct ice_hw *hw)
+int ice_init_hw_tbls(struct ice_hw *hw)
 {
        u8 i;
 
  * @nm_msk: never match mask
  * @key: output of profile ID key
  */
-static enum ice_status
+static int
 ice_prof_gen_key(struct ice_hw *hw, enum ice_block blk, u8 ptg, u16 vsig,
                 u8 cdid, u16 flags, u8 vl_msk[ICE_TCAM_KEY_VAL_SZ],
                 u8 dc_msk[ICE_TCAM_KEY_VAL_SZ], u8 nm_msk[ICE_TCAM_KEY_VAL_SZ],
  * @dc_msk: don't care mask
  * @nm_msk: never match mask
  */
-static enum ice_status
+static int
 ice_tcam_write_entry(struct ice_hw *hw, enum ice_block blk, u16 idx,
                     u8 prof_id, u8 ptg, u16 vsig, u8 cdid, u16 flags,
                     u8 vl_msk[ICE_TCAM_KEY_VAL_SZ],
                     u8 nm_msk[ICE_TCAM_KEY_VAL_SZ])
 {
        struct ice_prof_tcam_entry;
-       enum ice_status status;
+       int status;
 
        status = ice_prof_gen_key(hw, blk, ptg, vsig, cdid, flags, vl_msk,
                                  dc_msk, nm_msk, hw->blk[blk].prof.t[idx].key);
  * @vsig: VSIG to query
  * @refs: pointer to variable to receive the reference count
  */
-static enum ice_status
+static int
 ice_vsig_get_ref(struct ice_hw *hw, enum ice_block blk, u16 vsig, u16 *refs)
 {
        u16 idx = vsig & ICE_VSIG_IDX_M;
  * @bld: the update package buffer build to add to
  * @chgs: the list of changes to make in hardware
  */
-static enum ice_status
+static int
 ice_prof_bld_es(struct ice_hw *hw, enum ice_block blk,
                struct ice_buf_build *bld, struct list_head *chgs)
 {
  * @bld: the update package buffer build to add to
  * @chgs: the list of changes to make in hardware
  */
-static enum ice_status
+static int
 ice_prof_bld_tcam(struct ice_hw *hw, enum ice_block blk,
                  struct ice_buf_build *bld, struct list_head *chgs)
 {
  * @bld: the update package buffer build to add to
  * @chgs: the list of changes to make in hardware
  */
-static enum ice_status
+static int
 ice_prof_bld_xlt1(enum ice_block blk, struct ice_buf_build *bld,
                  struct list_head *chgs)
 {
  * @bld: the update package buffer build to add to
  * @chgs: the list of changes to make in hardware
  */
-static enum ice_status
+static int
 ice_prof_bld_xlt2(enum ice_block blk, struct ice_buf_build *bld,
                  struct list_head *chgs)
 {
  * @blk: hardware block
  * @chgs: the list of changes to make in hardware
  */
-static enum ice_status
+static int
 ice_upd_prof_hw(struct ice_hw *hw, enum ice_block blk,
                struct list_head *chgs)
 {
        struct ice_buf_build *b;
        struct ice_chs_chg *tmp;
-       enum ice_status status;
+       int status;
        u16 pkg_sects;
        u16 xlt1 = 0;
        u16 xlt2 = 0;
  * @prof_id: profile ID
  * @es: extraction sequence (length of array is determined by the block)
  */
-static enum ice_status
+static int
 ice_update_fd_swap(struct ice_hw *hw, u16 prof_id, struct ice_fv_word *es)
 {
        DECLARE_BITMAP(pair_list, ICE_FD_SRC_DST_PAIR_COUNT);
  * @attr: array of attributes that will be considered
  * @attr_cnt: number of elements in the attribute array
  */
-static enum ice_status
+static int
 ice_add_prof_attrib(struct ice_prof_map *prof, u8 ptg, u16 ptype,
                    const struct ice_ptype_attributes *attr, u16 attr_cnt)
 {
  * it will not be written until the first call to ice_add_flow that specifies
  * the ID value used here.
  */
-enum ice_status
+int
 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[],
             const struct ice_ptype_attributes *attr, u16 attr_cnt,
             struct ice_fv_word *es, u16 *masks)
        u32 bytes = DIV_ROUND_UP(ICE_FLOW_PTYPE_MAX, BITS_PER_BYTE);
        DECLARE_BITMAP(ptgs_used, ICE_XLT1_CNT);
        struct ice_prof_map *prof;
-       enum ice_status status;
+       int status;
        u8 byte = 0;
        u8 prof_id;
 
  * @blk: hardware block
  * @idx: the index to release
  */
-static enum ice_status
+static int
 ice_rel_tcam_idx(struct ice_hw *hw, enum ice_block blk, u16 idx)
 {
        /* Masks to invoke a never match entry */
        u8 vl_msk[ICE_TCAM_KEY_VAL_SZ] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
        u8 dc_msk[ICE_TCAM_KEY_VAL_SZ] = { 0xFE, 0xFF, 0xFF, 0xFF, 0xFF };
        u8 nm_msk[ICE_TCAM_KEY_VAL_SZ] = { 0x01, 0x00, 0x00, 0x00, 0x00 };
-       enum ice_status status;
+       int status;
 
        /* write the TCAM entry */
        status = ice_tcam_write_entry(hw, blk, idx, 0, 0, 0, 0, 0, vl_msk,
  * @blk: hardware block
  * @prof: pointer to profile structure to remove
  */
-static enum ice_status
+static int
 ice_rem_prof_id(struct ice_hw *hw, enum ice_block blk,
                struct ice_vsig_prof *prof)
 {
-       enum ice_status status;
+       int status;
        u16 i;
 
        for (i = 0; i < prof->tcam_count; i++)
  * @vsig: the VSIG to remove
  * @chg: the change list
  */
-static enum ice_status
+static int
 ice_rem_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig,
             struct list_head *chg)
 {
        u16 idx = vsig & ICE_VSIG_IDX_M;
        struct ice_vsig_vsi *vsi_cur;
        struct ice_vsig_prof *d, *t;
-       enum ice_status status;
+       int status;
 
        /* remove TCAM entries */
        list_for_each_entry_safe(d, t,
  * @hdl: profile handle indicating which profile to remove
  * @chg: list to receive a record of changes
  */
-static enum ice_status
+static int
 ice_rem_prof_id_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig, u64 hdl,
                     struct list_head *chg)
 {
        u16 idx = vsig & ICE_VSIG_IDX_M;
        struct ice_vsig_prof *p, *t;
-       enum ice_status status;
+       int status;
 
        list_for_each_entry_safe(p, t,
                                 &hw->blk[blk].xlt2.vsig_tbl[idx].prop_lst,
  * @blk: hardware block
  * @id: profile tracking ID
  */
-static enum ice_status
+static int
 ice_rem_flow_all(struct ice_hw *hw, enum ice_block blk, u64 id)
 {
        struct ice_chs_chg *del, *tmp;
-       enum ice_status status;
+       int status;
        struct list_head chg;
        u16 i;
 
  * previously created through ice_add_prof. If any existing entries
  * are associated with this profile, they will be removed as well.
  */
-enum ice_status ice_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 id)
+int ice_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 id)
 {
        struct ice_prof_map *pmap;
-       enum ice_status status;
+       int status;
 
        mutex_lock(&hw->blk[blk].es.prof_map_lock);
 
  * @hdl: profile handle
  * @chg: change list
  */
-static enum ice_status
+static int
 ice_get_prof(struct ice_hw *hw, enum ice_block blk, u64 hdl,
             struct list_head *chg)
 {
-       enum ice_status status = 0;
+       int status = 0;
        struct ice_prof_map *map;
        struct ice_chs_chg *p;
        u16 i;
  *
  * This routine makes a copy of the list of profiles in the specified VSIG.
  */
-static enum ice_status
+static int
 ice_get_profs_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig,
                   struct list_head *lst)
 {
  * @lst: the list to be added to
  * @hdl: profile handle of entry to add
  */
-static enum ice_status
+static int
 ice_add_prof_to_lst(struct ice_hw *hw, enum ice_block blk,
                    struct list_head *lst, u64 hdl)
 {
-       enum ice_status status = 0;
+       int status = 0;
        struct ice_prof_map *map;
        struct ice_vsig_prof *p;
        u16 i;
  * @vsig: the VSIG to move the VSI to
  * @chg: the change list
  */
-static enum ice_status
+static int
 ice_move_vsi(struct ice_hw *hw, enum ice_block blk, u16 vsi, u16 vsig,
             struct list_head *chg)
 {
-       enum ice_status status;
+       int status;
        struct ice_chs_chg *p;
        u16 orig_vsig;
 
  *
  * This function appends an enable or disable TCAM entry in the change log
  */
-static enum ice_status
+static int
 ice_prof_tcam_ena_dis(struct ice_hw *hw, enum ice_block blk, bool enable,
                      u16 vsig, struct ice_tcam_inf *tcam,
                      struct list_head *chg)
 {
-       enum ice_status status;
+       int status;
        struct ice_chs_chg *p;
 
        u8 vl_msk[ICE_TCAM_KEY_VAL_SZ] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
  * @vsig: the VSIG for which to adjust profile priorities
  * @chg: the change list
  */
-static enum ice_status
+static int
 ice_adj_prof_priorities(struct ice_hw *hw, enum ice_block blk, u16 vsig,
                        struct list_head *chg)
 {
        DECLARE_BITMAP(ptgs_used, ICE_XLT1_CNT);
        struct ice_vsig_prof *t;
-       enum ice_status status;
+       int status;
        u16 idx;
 
        bitmap_zero(ptgs_used, ICE_XLT1_CNT);
  * @rev: true to add entries to the end of the list
  * @chg: the change list
  */
-static enum ice_status
+static int
 ice_add_prof_id_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig, u64 hdl,
                     bool rev, struct list_head *chg)
 {
        u8 vl_msk[ICE_TCAM_KEY_VAL_SZ] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
        u8 dc_msk[ICE_TCAM_KEY_VAL_SZ] = { 0xFF, 0xFF, 0x00, 0x00, 0x00 };
        u8 nm_msk[ICE_TCAM_KEY_VAL_SZ] = { 0x00, 0x00, 0x00, 0x00, 0x00 };
-       enum ice_status status = 0;
+       int status = 0;
        struct ice_prof_map *map;
        struct ice_vsig_prof *t;
        struct ice_chs_chg *p;
  * @hdl: the profile handle of the profile that will be added to the VSIG
  * @chg: the change list
  */
-static enum ice_status
+static int
 ice_create_prof_id_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl,
                        struct list_head *chg)
 {
-       enum ice_status status;
+       int status;
        struct ice_chs_chg *p;
        u16 new_vsig;
 
  * @new_vsig: return of new VSIG
  * @chg: the change list
  */
-static enum ice_status
+static int
 ice_create_vsig_from_lst(struct ice_hw *hw, enum ice_block blk, u16 vsi,
                         struct list_head *lst, u16 *new_vsig,
                         struct list_head *chg)
 {
        struct ice_vsig_prof *t;
-       enum ice_status status;
+       int status;
        u16 vsig;
 
        vsig = ice_vsig_alloc(hw, blk);
 ice_find_prof_vsig(struct ice_hw *hw, enum ice_block blk, u64 hdl, u16 *vsig)
 {
        struct ice_vsig_prof *t;
-       enum ice_status status;
+       int status;
        struct list_head lst;
 
        INIT_LIST_HEAD(&lst);
  * profile indicated by the ID parameter for the VSIs specified in the VSI
  * array. Once successfully called, the flow will be enabled.
  */
-enum ice_status
+int
 ice_add_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl)
 {
        struct ice_vsig_prof *tmp1, *del1;
        struct ice_chs_chg *tmp, *del;
        struct list_head union_lst;
-       enum ice_status status;
+       int status;
        struct list_head chg;
        u16 vsig;
 
  * @lst: list to remove the profile from
  * @hdl: the profile handle indicating the profile to remove
  */
-static enum ice_status
+static int
 ice_rem_prof_from_list(struct ice_hw *hw, struct list_head *lst, u64 hdl)
 {
        struct ice_vsig_prof *ent, *tmp;
  * profile indicated by the ID parameter for the VSIs specified in the VSI
  * array. Once successfully called, the flow will be disabled.
  */
-enum ice_status
+int
 ice_rem_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl)
 {
        struct ice_vsig_prof *tmp1, *del1;
        struct ice_chs_chg *tmp, *del;
        struct list_head chg, copy;
-       enum ice_status status;
+       int status;
        u16 vsig;
 
        INIT_LIST_HEAD(©);
 
        ICE_DDP_PKG_ERR                                 = -12
 };
 
-enum ice_status
+int
 ice_acquire_change_lock(struct ice_hw *hw, enum ice_aq_res_access_type access);
 void ice_release_change_lock(struct ice_hw *hw);
-enum ice_status
+int
 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
                  u8 *prot, u16 *off);
 void
                     unsigned long *bm);
 void
 ice_init_prof_result_bm(struct ice_hw *hw);
-enum ice_status
+int
 ice_get_sw_fv_list(struct ice_hw *hw, u8 *prot_ids, u16 ids_cnt,
                   unsigned long *bm, struct list_head *fv_list);
 bool
 bool ice_hw_ptype_ena(struct ice_hw *hw, u16 ptype);
 
 /* XLT2/VSI group functions */
-enum ice_status
+int
 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[],
             const struct ice_ptype_attributes *attr, u16 attr_cnt,
             struct ice_fv_word *es, u16 *masks);
-enum ice_status
+int
 ice_add_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl);
-enum ice_status
+int
 ice_rem_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl);
 enum ice_ddp_state ice_init_pkg(struct ice_hw *hw, u8 *buff, u32 len);
 enum ice_ddp_state
 ice_copy_and_init_pkg(struct ice_hw *hw, const u8 *buf, u32 len);
 bool ice_is_init_pkg_successful(enum ice_ddp_state state);
-enum ice_status ice_init_hw_tbls(struct ice_hw *hw);
+int ice_init_hw_tbls(struct ice_hw *hw);
 void ice_free_seg(struct ice_hw *hw);
 void ice_fill_blk_tbls(struct ice_hw *hw);
 void ice_clear_hw_tbls(struct ice_hw *hw);
 void ice_free_hw_tbls(struct ice_hw *hw);
-enum ice_status
+int
 ice_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 id);
 #endif /* _ICE_FLEX_PIPE_H_ */
 
  * @segs: array of one or more packet segments that describe the flow
  * @segs_cnt: number of packet segments provided
  */
-static enum ice_status
+static int
 ice_flow_val_hdrs(struct ice_flow_seg_info *segs, u8 segs_cnt)
 {
        u8 i;
  * This function identifies the packet types associated with the protocol
  * headers being present in packet segments of the specified flow profile.
  */
-static enum ice_status
+static int
 ice_flow_proc_seg_hdrs(struct ice_flow_prof_params *params)
 {
        struct ice_flow_prof *prof;
  * field. It then allocates one or more extraction sequence entries for the
  * given field, and fill the entries with protocol ID and offset information.
  */
-static enum ice_status
+static int
 ice_flow_xtract_fld(struct ice_hw *hw, struct ice_flow_prof_params *params,
                    u8 seg, enum ice_flow_field fld, u64 match)
 {
  * @params: information about the flow to be processed
  * @seg: index of packet segment whose raw fields are to be extracted
  */
-static enum ice_status
+static int
 ice_flow_xtract_raws(struct ice_hw *hw, struct ice_flow_prof_params *params,
                     u8 seg)
 {
  * This function iterates through all matched fields in the given segments, and
  * creates an extraction sequence for the fields.
  */
-static enum ice_status
+static int
 ice_flow_create_xtrct_seq(struct ice_hw *hw,
                          struct ice_flow_prof_params *params)
 {
        struct ice_flow_prof *prof = params->prof;
-       enum ice_status status = 0;
+       int status = 0;
        u8 i;
 
        for (i = 0; i < prof->segs_cnt; i++) {
  * @hw: pointer to the HW struct
  * @params: information about the flow to be processed
  */
-static enum ice_status
+static int
 ice_flow_proc_segs(struct ice_hw *hw, struct ice_flow_prof_params *params)
 {
-       enum ice_status status;
+       int status;
 
        status = ice_flow_proc_seg_hdrs(params);
        if (status)
  * @blk: classification stage
  * @entry: flow entry to be removed
  */
-static enum ice_status
+static int
 ice_flow_rem_entry_sync(struct ice_hw *hw, enum ice_block __always_unused blk,
                        struct ice_flow_entry *entry)
 {
  *
  * Assumption: the caller has acquired the lock to the profile list
  */
-static enum ice_status
+static int
 ice_flow_add_prof_sync(struct ice_hw *hw, enum ice_block blk,
                       enum ice_flow_dir dir, u64 prof_id,
                       struct ice_flow_seg_info *segs, u8 segs_cnt,
                       struct ice_flow_prof **prof)
 {
        struct ice_flow_prof_params *params;
-       enum ice_status status;
+       int status;
        u8 i;
 
        if (!prof)
  *
  * Assumption: the caller has acquired the lock to the profile list
  */
-static enum ice_status
+static int
 ice_flow_rem_prof_sync(struct ice_hw *hw, enum ice_block blk,
                       struct ice_flow_prof *prof)
 {
-       enum ice_status status;
+       int status;
 
        /* Remove all remaining flow entries before removing the flow profile */
        if (!list_empty(&prof->entries)) {
  * Assumption: the caller has acquired the lock to the profile list
  * and the software VSI handle has been validated
  */
-static enum ice_status
+static int
 ice_flow_assoc_prof(struct ice_hw *hw, enum ice_block blk,
                    struct ice_flow_prof *prof, u16 vsi_handle)
 {
-       enum ice_status status = 0;
+       int status = 0;
 
        if (!test_bit(vsi_handle, prof->vsis)) {
                status = ice_add_prof_id_flow(hw, blk,
  * Assumption: the caller has acquired the lock to the profile list
  * and the software VSI handle has been validated
  */
-static enum ice_status
+static int
 ice_flow_disassoc_prof(struct ice_hw *hw, enum ice_block blk,
                       struct ice_flow_prof *prof, u16 vsi_handle)
 {
-       enum ice_status status = 0;
+       int status = 0;
 
        if (test_bit(vsi_handle, prof->vsis)) {
                status = ice_rem_prof_id_flow(hw, blk,
  * @segs_cnt: number of packet segments provided
  * @prof: stores the returned flow profile added
  */
-enum ice_status
+int
 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir,
                  u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt,
                  struct ice_flow_prof **prof)
 {
-       enum ice_status status;
+       int status;
 
        if (segs_cnt > ICE_FLOW_SEG_MAX)
                return ICE_ERR_MAX_LIMIT;
  * @blk: the block for which the flow profile is to be removed
  * @prof_id: unique ID of the flow profile to be removed
  */
-enum ice_status
+int
 ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id)
 {
        struct ice_flow_prof *prof;
-       enum ice_status status;
+       int status;
 
        mutex_lock(&hw->fl_profs_locks[blk]);
 
  * @data: pointer to a data buffer containing flow entry's match values/masks
  * @entry_h: pointer to buffer that receives the new flow entry's handle
  */
-enum ice_status
+int
 ice_flow_add_entry(struct ice_hw *hw, enum ice_block blk, u64 prof_id,
                   u64 entry_id, u16 vsi_handle, enum ice_flow_priority prio,
                   void *data, u64 *entry_h)
 {
        struct ice_flow_entry *e = NULL;
        struct ice_flow_prof *prof;
-       enum ice_status status;
+       int status;
 
        /* No flow entry data is expected for RSS */
        if (!entry_h || (!data && blk != ICE_BLK_RSS))
  * @blk: classification stage
  * @entry_h: handle to the flow entry to be removed
  */
-enum ice_status ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk,
-                                  u64 entry_h)
+int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk,
+                      u64 entry_h)
 {
        struct ice_flow_entry *entry;
        struct ice_flow_prof *prof;
-       enum ice_status status = 0;
+       int status = 0;
 
        if (entry_h == ICE_FLOW_ENTRY_HANDLE_INVAL)
                return ICE_ERR_PARAM;
  * header value to set flow field segment for further use in flow
  * profile entry or removal.
  */
-static enum ice_status
+static int
 ice_flow_set_rss_seg_info(struct ice_flow_seg_info *segs, u64 hash_fields,
                          u32 flow_hdr)
 {
  * the VSI from that profile. If the flow profile has no VSIs it will
  * be removed.
  */
-enum ice_status ice_rem_vsi_rss_cfg(struct ice_hw *hw, u16 vsi_handle)
+int ice_rem_vsi_rss_cfg(struct ice_hw *hw, u16 vsi_handle)
 {
        const enum ice_block blk = ICE_BLK_RSS;
        struct ice_flow_prof *p, *t;
-       enum ice_status status = 0;
+       int status = 0;
 
        if (!ice_is_vsi_valid(hw, vsi_handle))
                return ICE_ERR_PARAM;
  *
  * Assumption: lock has already been acquired for RSS list
  */
-static enum ice_status
+static int
 ice_add_rss_list(struct ice_hw *hw, u16 vsi_handle, struct ice_flow_prof *prof)
 {
        struct ice_rss_cfg *r, *rss_cfg;
  *
  * Assumption: lock has already been acquired for RSS list
  */
-static enum ice_status
+static int
 ice_add_rss_cfg_sync(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds,
                     u32 addl_hdrs, u8 segs_cnt)
 {
        const enum ice_block blk = ICE_BLK_RSS;
        struct ice_flow_prof *prof = NULL;
        struct ice_flow_seg_info *segs;
-       enum ice_status status;
+       int status;
 
        if (!segs_cnt || segs_cnt > ICE_FLOW_SEG_MAX)
                return ICE_ERR_PARAM;
  * the input fields to hash on, the flow type and use the VSI number to add
  * a flow entry to the profile.
  */
-enum ice_status
+int
 ice_add_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds,
                u32 addl_hdrs)
 {
-       enum ice_status status;
+       int status;
 
        if (hashed_flds == ICE_HASH_INVALID ||
            !ice_is_vsi_valid(hw, vsi_handle))
  *
  * Assumption: lock has already been acquired for RSS list
  */
-static enum ice_status
+static int
 ice_rem_rss_cfg_sync(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds,
                     u32 addl_hdrs, u8 segs_cnt)
 {
        const enum ice_block blk = ICE_BLK_RSS;
        struct ice_flow_seg_info *segs;
        struct ice_flow_prof *prof;
-       enum ice_status status;
+       int status;
 
        segs = kcalloc(segs_cnt, sizeof(*segs), GFP_KERNEL);
        if (!segs)
  * removed. Calls are made to underlying flow s which will APIs
  * turn build or update buffers for RSS XLT1 section.
  */
-enum ice_status __maybe_unused
+int __maybe_unused
 ice_rem_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds,
                u32 addl_hdrs)
 {
-       enum ice_status status;
+       int status;
 
        if (hashed_flds == ICE_HASH_INVALID ||
            !ice_is_vsi_valid(hw, vsi_handle))
  * message, convert it to ICE-compatible values, and configure RSS flow
  * profiles.
  */
-enum ice_status
+int
 ice_add_avf_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 avf_hash)
 {
-       enum ice_status status = 0;
+       int status = 0;
        u64 hash_flds;
 
        if (avf_hash == ICE_AVF_FLOW_FIELD_INVALID ||
  * @hw: pointer to the hardware structure
  * @vsi_handle: software VSI handle
  */
-enum ice_status ice_replay_rss_cfg(struct ice_hw *hw, u16 vsi_handle)
+int ice_replay_rss_cfg(struct ice_hw *hw, u16 vsi_handle)
 {
-       enum ice_status status = 0;
+       int status = 0;
        struct ice_rss_cfg *r;
 
        if (!ice_is_vsi_valid(hw, vsi_handle))
 
        u32 packet_hdr;
 };
 
-enum ice_status
+int
 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir,
                  u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt,
                  struct ice_flow_prof **prof);
-enum ice_status
+int
 ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id);
-enum ice_status
+int
 ice_flow_add_entry(struct ice_hw *hw, enum ice_block blk, u64 prof_id,
                   u64 entry_id, u16 vsi, enum ice_flow_priority prio,
                   void *data, u64 *entry_h);
-enum ice_status
+int
 ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h);
 void
 ice_flow_set_fld(struct ice_flow_seg_info *seg, enum ice_flow_field fld,
 ice_flow_add_fld_raw(struct ice_flow_seg_info *seg, u16 off, u8 len,
                     u16 val_loc, u16 mask_loc);
 void ice_rem_vsi_rss_list(struct ice_hw *hw, u16 vsi_handle);
-enum ice_status ice_replay_rss_cfg(struct ice_hw *hw, u16 vsi_handle);
-enum ice_status
+int ice_replay_rss_cfg(struct ice_hw *hw, u16 vsi_handle);
+int
 ice_add_avf_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds);
-enum ice_status ice_rem_vsi_rss_cfg(struct ice_hw *hw, u16 vsi_handle);
-enum ice_status
+int ice_rem_vsi_rss_cfg(struct ice_hw *hw, u16 vsi_handle);
+int
 ice_add_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds,
                u32 addl_hdrs);
-enum ice_status
+int
 ice_rem_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds,
                u32 addl_hdrs);
 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs);
 
  *
  * Set VSI with all associated VLANs to given promiscuous mode(s)
  */
-enum ice_status
+int
 ice_fltr_set_vlan_vsi_promisc(struct ice_hw *hw, struct ice_vsi *vsi,
                              u8 promisc_mask)
 {
  *
  * Clear VSI with all associated VLANs to given promiscuous mode(s)
  */
-enum ice_status
+int
 ice_fltr_clear_vlan_vsi_promisc(struct ice_hw *hw, struct ice_vsi *vsi,
                                u8 promisc_mask)
 {
  * @promisc_mask: mask of promiscuous config bits to clear
  * @vid: VLAN ID to clear VLAN promiscuous
  */
-enum ice_status
+int
 ice_fltr_clear_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
                           u16 vid)
 {
  * @promisc_mask: mask of promiscuous config bits
  * @vid: VLAN ID to set VLAN promiscuous
  */
-enum ice_status
+int
 ice_fltr_set_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
                         u16 vid)
 {
  * @vsi: pointer to VSI struct
  * @list: list of filters
  */
-enum ice_status
+int
 ice_fltr_add_mac_list(struct ice_vsi *vsi, struct list_head *list)
 {
        return ice_add_mac(&vsi->back->hw, list);
  * @vsi: pointer to VSI struct
  * @list: list of filters
  */
-enum ice_status
+int
 ice_fltr_remove_mac_list(struct ice_vsi *vsi, struct list_head *list)
 {
        return ice_remove_mac(&vsi->back->hw, list);
  * @vsi: pointer to VSI struct
  * @list: list of filters
  */
-static enum ice_status
+static int
 ice_fltr_add_vlan_list(struct ice_vsi *vsi, struct list_head *list)
 {
        return ice_add_vlan(&vsi->back->hw, list);
  * @vsi: pointer to VSI struct
  * @list: list of filters
  */
-static enum ice_status
+static int
 ice_fltr_remove_vlan_list(struct ice_vsi *vsi, struct list_head *list)
 {
        return ice_remove_vlan(&vsi->back->hw, list);
  * @vsi: pointer to VSI struct
  * @list: list of filters
  */
-static enum ice_status
+static int
 ice_fltr_add_eth_list(struct ice_vsi *vsi, struct list_head *list)
 {
        return ice_add_eth_mac(&vsi->back->hw, list);
  * @vsi: pointer to VSI struct
  * @list: list of filters
  */
-static enum ice_status
+static int
 ice_fltr_remove_eth_list(struct ice_vsi *vsi, struct list_head *list)
 {
        return ice_remove_eth_mac(&vsi->back->hw, list);
  * @action: action to be performed on filter match
  * @mac_action: pointer to add or remove MAC function
  */
-static enum ice_status
+static int
 ice_fltr_prepare_mac(struct ice_vsi *vsi, const u8 *mac,
                     enum ice_sw_fwd_act_type action,
-                    enum ice_status (*mac_action)(struct ice_vsi *,
-                                                  struct list_head *))
+                    int (*mac_action)(struct ice_vsi *, struct list_head *))
 {
-       enum ice_status result;
+       int result;
        LIST_HEAD(tmp_list);
 
        if (ice_fltr_add_mac_to_list(vsi, &tmp_list, mac, action)) {
  * @action: action to be performed on filter match
  * @mac_action: pointer to add or remove MAC function
  */
-static enum ice_status
+static int
 ice_fltr_prepare_mac_and_broadcast(struct ice_vsi *vsi, const u8 *mac,
                                   enum ice_sw_fwd_act_type action,
-                                  enum ice_status(*mac_action)
+                                  int(*mac_action)
                                   (struct ice_vsi *, struct list_head *))
 {
        u8 broadcast[ETH_ALEN];
-       enum ice_status result;
+       int result;
        LIST_HEAD(tmp_list);
 
        eth_broadcast_addr(broadcast);
  * @action: action to be performed on filter match
  * @vlan_action: pointer to add or remove VLAN function
  */
-static enum ice_status
+static int
 ice_fltr_prepare_vlan(struct ice_vsi *vsi, u16 vlan_id,
                      enum ice_sw_fwd_act_type action,
-                     enum ice_status (*vlan_action)(struct ice_vsi *,
-                                                    struct list_head *))
+                     int (*vlan_action)(struct ice_vsi *, struct list_head *))
 {
-       enum ice_status result;
+       int result;
        LIST_HEAD(tmp_list);
 
        if (ice_fltr_add_vlan_to_list(vsi, &tmp_list, vlan_id, action))
  * @action: action to be performed on filter match
  * @eth_action: pointer to add or remove ethertype function
  */
-static enum ice_status
+static int
 ice_fltr_prepare_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag,
                     enum ice_sw_fwd_act_type action,
-                    enum ice_status (*eth_action)(struct ice_vsi *,
-                                                  struct list_head *))
+                    int (*eth_action)(struct ice_vsi *, struct list_head *))
 {
-       enum ice_status result;
+       int result;
        LIST_HEAD(tmp_list);
 
        if (ice_fltr_add_eth_to_list(vsi, &tmp_list, ethertype, flag, action))
  * @mac: MAC to add
  * @action: action to be performed on filter match
  */
-enum ice_status ice_fltr_add_mac(struct ice_vsi *vsi, const u8 *mac,
-                                enum ice_sw_fwd_act_type action)
+int ice_fltr_add_mac(struct ice_vsi *vsi, const u8 *mac,
+                    enum ice_sw_fwd_act_type action)
 {
        return ice_fltr_prepare_mac(vsi, mac, action, ice_fltr_add_mac_list);
 }
  * @mac: MAC to add
  * @action: action to be performed on filter match
  */
-enum ice_status
+int
 ice_fltr_add_mac_and_broadcast(struct ice_vsi *vsi, const u8 *mac,
                               enum ice_sw_fwd_act_type action)
 {
  * @mac: filter MAC to remove
  * @action: action to remove
  */
-enum ice_status ice_fltr_remove_mac(struct ice_vsi *vsi, const u8 *mac,
-                                   enum ice_sw_fwd_act_type action)
+int ice_fltr_remove_mac(struct ice_vsi *vsi, const u8 *mac,
+                       enum ice_sw_fwd_act_type action)
 {
        return ice_fltr_prepare_mac(vsi, mac, action, ice_fltr_remove_mac_list);
 }
  * @vlan_id: VLAN ID to add
  * @action: action to be performed on filter match
  */
-enum ice_status ice_fltr_add_vlan(struct ice_vsi *vsi, u16 vlan_id,
-                                 enum ice_sw_fwd_act_type action)
+int ice_fltr_add_vlan(struct ice_vsi *vsi, u16 vlan_id,
+                     enum ice_sw_fwd_act_type action)
 {
        return ice_fltr_prepare_vlan(vsi, vlan_id, action,
                                     ice_fltr_add_vlan_list);
  * @vlan_id: filter VLAN to remove
  * @action: action to remove
  */
-enum ice_status ice_fltr_remove_vlan(struct ice_vsi *vsi, u16 vlan_id,
-                                    enum ice_sw_fwd_act_type action)
+int ice_fltr_remove_vlan(struct ice_vsi *vsi, u16 vlan_id,
+                        enum ice_sw_fwd_act_type action)
 {
        return ice_fltr_prepare_vlan(vsi, vlan_id, action,
                                     ice_fltr_remove_vlan_list);
  * @flag: direction of packet to be filtered, Tx or Rx
  * @action: action to be performed on filter match
  */
-enum ice_status ice_fltr_add_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag,
-                                enum ice_sw_fwd_act_type action)
+int ice_fltr_add_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag,
+                    enum ice_sw_fwd_act_type action)
 {
        return ice_fltr_prepare_eth(vsi, ethertype, flag, action,
                                    ice_fltr_add_eth_list);
  * @flag: direction of filter
  * @action: action to remove
  */
-enum ice_status ice_fltr_remove_eth(struct ice_vsi *vsi, u16 ethertype,
-                                   u16 flag, enum ice_sw_fwd_act_type action)
+int ice_fltr_remove_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag,
+                       enum ice_sw_fwd_act_type action)
 {
        return ice_fltr_prepare_eth(vsi, ethertype, flag, action,
                                    ice_fltr_remove_eth_list);
  * @src: source VSI
  * @new_flags: combinations of lb_en and lan_en
  */
-static enum ice_status
+static int
 ice_fltr_update_rule_flags(struct ice_hw *hw, u16 rule_id, u16 recipe_id,
                           u32 act, u16 type, u16 src, u32 new_flags)
 {
        struct ice_aqc_sw_rules_elem *s_rule;
-       enum ice_status err;
+       int err;
        u32 flags_mask;
 
        s_rule = kzalloc(ICE_SW_RULE_RX_TX_NO_HDR_SIZE, GFP_KERNEL);
  * Flags should be a combination of ICE_SINGLE_ACT_LB_ENABLE and
  * ICE_SINGLE_ACT_LAN_ENABLE.
  */
-enum ice_status
+int
 ice_fltr_update_flags_dflt_rule(struct ice_vsi *vsi, u16 rule_id, u8 direction,
                                u32 new_flags)
 {
 
 #define _ICE_FLTR_H_
 
 void ice_fltr_free_list(struct device *dev, struct list_head *h);
-enum ice_status
+int
 ice_fltr_set_vlan_vsi_promisc(struct ice_hw *hw, struct ice_vsi *vsi,
                              u8 promisc_mask);
-enum ice_status
+int
 ice_fltr_clear_vlan_vsi_promisc(struct ice_hw *hw, struct ice_vsi *vsi,
                                u8 promisc_mask);
-enum ice_status
+int
 ice_fltr_clear_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
                           u16 vid);
-enum ice_status
+int
 ice_fltr_set_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
                         u16 vid);
-enum ice_status
+int
 ice_fltr_add_mac_to_list(struct ice_vsi *vsi, struct list_head *list,
                         const u8 *mac, enum ice_sw_fwd_act_type action);
-enum ice_status
+int
 ice_fltr_add_mac(struct ice_vsi *vsi, const u8 *mac,
                 enum ice_sw_fwd_act_type action);
-enum ice_status
+int
 ice_fltr_add_mac_and_broadcast(struct ice_vsi *vsi, const u8 *mac,
                               enum ice_sw_fwd_act_type action);
-enum ice_status
+int
 ice_fltr_add_mac_list(struct ice_vsi *vsi, struct list_head *list);
-enum ice_status
+int
 ice_fltr_remove_mac(struct ice_vsi *vsi, const u8 *mac,
                    enum ice_sw_fwd_act_type action);
-enum ice_status
+int
 ice_fltr_remove_mac_list(struct ice_vsi *vsi, struct list_head *list);
 
-enum ice_status
+int
 ice_fltr_add_vlan(struct ice_vsi *vsi, u16 vid,
                  enum ice_sw_fwd_act_type action);
-enum ice_status
+int
 ice_fltr_remove_vlan(struct ice_vsi *vsi, u16 vid,
                     enum ice_sw_fwd_act_type action);
 
-enum ice_status
+int
 ice_fltr_add_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag,
                 enum ice_sw_fwd_act_type action);
-enum ice_status
+int
 ice_fltr_remove_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag,
                    enum ice_sw_fwd_act_type action);
 void ice_fltr_remove_all(struct ice_vsi *vsi);
-enum ice_status
+
+int
+ice_fltr_update_flags(struct ice_vsi *vsi, u16 rule_id, u16 recipe_id,
+                     u32 new_flags);
+int
 ice_fltr_update_flags_dflt_rule(struct ice_vsi *vsi, u16 rule_id, u8 direction,
                                u32 new_flags);
 #endif
 
        struct device *dev = context->dev;
        struct ice_pf *pf = priv->pf;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        u8 *package_data;
 
        dev_dbg(dev, "Sending PLDM record package data to firmware\n");
        struct device *dev = context->dev;
        struct ice_pf *pf = priv->pf;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        size_t length;
 
        switch (component->identifier) {
        struct device *dev = ice_pf_to_dev(pf);
        struct ice_rq_event_info event;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        u32 completion_offset;
        int err;
 
        struct ice_rq_event_info event;
        struct ice_hw *hw = &pf->hw;
        struct devlink *devlink;
-       enum ice_status status;
+       int status;
        int err;
 
        dev_dbg(dev, "Beginning erase of flash component '%s', module 0x%02x\n", component, module);
        struct device *dev = ice_pf_to_dev(pf);
        struct ice_rq_event_info event;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        u16 completion_retval;
        int err;
 
        struct device *dev = ice_pf_to_dev(pf);
        struct ice_hw_dev_caps *dev_caps;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        u8 pending = 0;
        int err;
 
 
 {
        struct ice_pf *pf = vsi->back;
        struct ice_vsi_ctx *ctxt;
-       enum ice_status status;
+       int status;
 
        ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL);
        if (!ctxt)
 static void ice_vsi_clean_rss_flow_fld(struct ice_vsi *vsi)
 {
        struct ice_pf *pf = vsi->back;
-       enum ice_status status;
+       int status;
 
        if (ice_is_safe_mode(pf))
                return;
 static void ice_vsi_set_vf_rss_flow_fld(struct ice_vsi *vsi)
 {
        struct ice_pf *pf = vsi->back;
-       enum ice_status status;
+       int status;
        struct device *dev;
 
        dev = ice_pf_to_dev(pf);
        u16 vsi_handle = vsi->idx, vsi_num = vsi->vsi_num;
        struct ice_pf *pf = vsi->back;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        struct device *dev;
 
        dev = ice_pf_to_dev(pf);
 int ice_vsi_kill_vlan(struct ice_vsi *vsi, u16 vid)
 {
        struct ice_pf *pf = vsi->back;
-       enum ice_status status;
+       int status;
        struct device *dev;
        int err = 0;
 
 {
        struct ice_hw *hw = &vsi->back->hw;
        struct ice_vsi_ctx *ctxt;
-       enum ice_status status;
+       int status;
        int ret = 0;
 
        ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL);
 {
        struct ice_hw *hw = &vsi->back->hw;
        struct ice_vsi_ctx *ctxt;
-       enum ice_status status;
+       int status;
        int ret = 0;
 
        /* do not allow modifying VLAN stripping when a port VLAN is configured
  */
 void ice_cfg_sw_lldp(struct ice_vsi *vsi, bool tx, bool create)
 {
-       enum ice_status (*eth_fltr)(struct ice_vsi *v, u16 type, u16 flag,
-                                   enum ice_sw_fwd_act_type act);
+       int (*eth_fltr)(struct ice_vsi *v, u16 type, u16 flag,
+                       enum ice_sw_fwd_act_type act);
        struct ice_pf *pf = vsi->back;
-       enum ice_status status;
+       int status;
        struct device *dev;
 
        dev = ice_pf_to_dev(pf);
        struct ice_port_info *port_info;
        struct ice_pf *pf = vsi->back;
        u32 agg_node_id_start = 0;
-       enum ice_status status;
+       int status;
 
        /* create (as needed) scheduler aggregator node and move VSI into
         * corresponding aggregator node
 {
        u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 };
        struct device *dev = ice_pf_to_dev(pf);
-       enum ice_status status;
+       int status;
        struct ice_vsi *vsi;
        int ret, i;
 
        int prev_num_q_vectors = 0;
        struct ice_vf *vf = NULL;
        enum ice_vsi_type vtype;
-       enum ice_status status;
+       int status;
        struct ice_pf *pf;
        int ret, i;
 
        u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 };
        struct ice_pf *pf = vsi->back;
        struct ice_vsi_ctx *ctx;
-       enum ice_status status;
+       int status;
        struct device *dev;
        int i, ret = 0;
        u8 num_tc = 0;
  */
 int ice_set_dflt_vsi(struct ice_sw *sw, struct ice_vsi *vsi)
 {
-       enum ice_status status;
+       int status;
        struct device *dev;
 
        if (!sw || !vsi)
 int ice_clear_dflt_vsi(struct ice_sw *sw)
 {
        struct ice_vsi *dflt_vsi;
-       enum ice_status status;
+       int status;
        struct device *dev;
 
        if (!sw)
 int ice_set_min_bw_limit(struct ice_vsi *vsi, u64 min_tx_rate)
 {
        struct ice_pf *pf = vsi->back;
-       enum ice_status status;
+       int status;
        struct device *dev;
        int speed;
 
 int ice_set_max_bw_limit(struct ice_vsi *vsi, u64 max_tx_rate)
 {
        struct ice_pf *pf = vsi->back;
-       enum ice_status status;
+       int status;
        struct device *dev;
        int speed;
 
        struct device *dev = ice_pf_to_dev(vsi->back);
        struct ice_port_info *pi = vsi->port_info;
        struct ice_hw *hw = pi->hw;
-       enum ice_status status;
+       int status;
 
        if (vsi->type != ICE_VSI_PF)
                return -EINVAL;
 
 void ice_write_itr(struct ice_ring_container *rc, u16 itr);
 void ice_set_q_vector_intrl(struct ice_q_vector *q_vector);
 
-enum ice_status
+int
 ice_vsi_cfg_mac_fltr(struct ice_vsi *vsi, const u8 *macaddr, bool set);
 
 bool ice_is_safe_mode(struct ice_pf *pf);
 
  */
 static int ice_init_mac_fltr(struct ice_pf *pf)
 {
-       enum ice_status status;
+       int status;
        struct ice_vsi *vsi;
        u8 *perm_addr;
 
  */
 static int ice_set_promisc(struct ice_vsi *vsi, u8 promisc_m)
 {
-       enum ice_status status;
+       int status;
 
        if (vsi->type != ICE_VSI_PF)
                return 0;
  */
 static int ice_clear_promisc(struct ice_vsi *vsi, u8 promisc_m)
 {
-       enum ice_status status;
+       int status;
 
        if (vsi->type != ICE_VSI_PF)
                return 0;
        bool promisc_forced_on = false;
        struct ice_pf *pf = vsi->back;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status = 0;
+       int status = 0;
        u32 changed_flags = 0;
        u8 promisc_m;
        int err = 0;
 {
        struct ice_aqc_get_phy_caps_data *caps;
        const char *an_advertised;
-       enum ice_status status;
+       int status;
        const char *fec_req;
        const char *speed;
        const char *fec;
 {
        struct device *dev = ice_pf_to_dev(pf);
        struct ice_phy_info *phy_info;
-       enum ice_status status;
+       int status;
        struct ice_vsi *vsi;
        u16 old_link_speed;
        bool old_link;
                return 0;
 
        do {
-               enum ice_status ret;
+               int ret;
                u16 opcode;
 
                ret = ice_clean_rq_elem(hw, cq, &event, &pending);
 {
        struct ice_aqc_get_phy_caps_data *pcaps;
        struct ice_pf *pf = pi->hw->back;
-       enum ice_status status;
+       int status;
        int err = 0;
 
        pcaps = kzalloc(sizeof(*pcaps), GFP_KERNEL);
        struct ice_aqc_get_phy_caps_data *pcaps;
        struct ice_phy_info *phy = &pi->phy;
        struct ice_pf *pf = pi->hw->back;
-       enum ice_status status;
+       int status;
        int err = 0;
 
        if (!(phy->link_info.link_info & ICE_AQ_MEDIA_AVAILABLE))
        struct ice_aqc_set_phy_cfg_data *cfg;
        struct ice_phy_info *phy = &pi->phy;
        struct ice_pf *pf = vsi->back;
-       enum ice_status status;
+       int status;
        int err = 0;
 
        /* Ensure we have media as we cannot configure a medialess port */
                .vsi_map_offset = vsi->alloc_txq,
                .mapping_mode = ICE_VSI_MAP_CONTIG
        };
-       enum ice_status status;
+       int status;
        struct device *dev;
        int i, v_idx;
 
 {
        struct ice_vsi *vsi = ice_get_main_vsi(pf);
        struct ice_vsi_ctx *ctxt;
-       enum ice_status status;
+       int status;
        struct ice_hw *hw;
 
        if (!vsi)
  *
  * Returns ICE_SUCCESS on success, else error code
  */
-static enum ice_status ice_send_version(struct ice_pf *pf)
+static int ice_send_version(struct ice_pf *pf)
 {
        struct ice_driver_ver dv;
 
 {
        struct device *dev = ice_pf_to_dev(pf);
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        u8 mac_addr[ETH_ALEN];
        struct ice_vsi *vsi;
        u8 flags;
        struct ice_pf *pf = vsi->back;
        struct ice_hw *hw = &pf->hw;
        struct sockaddr *addr = pi;
-       enum ice_status status;
+       int status;
        u8 old_mac[ETH_ALEN];
        u8 flags = 0;
        int err = 0;
 {
        struct ice_netdev_priv *np = netdev_priv(netdev);
        struct ice_vsi *vsi = np->vsi;
-       enum ice_status status;
+       int status;
        u16 q_handle;
        u8 tc;
 
 static int ice_vsi_rebuild_by_type(struct ice_pf *pf, enum ice_vsi_type type)
 {
        struct device *dev = ice_pf_to_dev(pf);
-       enum ice_status status;
+       int status;
        int i, err;
 
        ice_for_each_vsi(pf, i) {
 {
        struct device *dev = ice_pf_to_dev(pf);
        struct ice_hw *hw = &pf->hw;
-       enum ice_status ret;
+       int ret;
        int err;
 
        if (test_bit(ICE_DOWN, pf->state))
 {
        struct ice_aq_get_set_rss_lut_params params = {};
        struct ice_hw *hw = &vsi->back->hw;
-       enum ice_status status;
+       int status;
 
        if (!lut)
                return -EINVAL;
 int ice_set_rss_key(struct ice_vsi *vsi, u8 *seed)
 {
        struct ice_hw *hw = &vsi->back->hw;
-       enum ice_status status;
+       int status;
 
        if (!seed)
                return -EINVAL;
 {
        struct ice_aq_get_set_rss_lut_params params = {};
        struct ice_hw *hw = &vsi->back->hw;
-       enum ice_status status;
+       int status;
 
        if (!lut)
                return -EINVAL;
 int ice_get_rss_key(struct ice_vsi *vsi, u8 *seed)
 {
        struct ice_hw *hw = &vsi->back->hw;
-       enum ice_status status;
+       int status;
 
        if (!seed)
                return -EINVAL;
        struct ice_aqc_vsi_props *vsi_props;
        struct ice_hw *hw = &vsi->back->hw;
        struct ice_vsi_ctx *ctxt;
-       enum ice_status status;
+       int status;
        int ret = 0;
 
        vsi_props = &vsi->info;
        struct ice_pf *pf = np->vsi->back;
        struct nlattr *attr, *br_spec;
        struct ice_hw *hw = &pf->hw;
-       enum ice_status status;
+       int status;
        struct ice_sw *pf_sw;
        int rem, v, err = 0;
 
        struct ice_vsi *vsi = np->vsi;
        struct ice_pf *pf = vsi->back;
        struct ice_port_info *pi;
-       enum ice_status status;
+       int status;
        int err;
 
        if (test_bit(ICE_NEEDS_RESTART, pf->state)) {
 
  *
  * Read the NVM using the admin queue commands (0x0701)
  */
-static enum ice_status
+static int
 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length,
                void *data, bool last_command, bool read_shadow_ram,
                struct ice_sq_cd *cd)
  * Returns a status code on failure. Note that the data pointer may be
  * partially updated if some reads succeed before a failure.
  */
-enum ice_status
+int
 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data,
                  bool read_shadow_ram)
 {
-       enum ice_status status;
+       int status;
        u32 inlen = *length;
        u32 bytes_read = 0;
        bool last_cmd;
  *
  * Update the NVM using the admin queue commands (0x0703)
  */
-enum ice_status
+int
 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset,
                  u16 length, void *data, bool last_command, u8 command_flags,
                  struct ice_sq_cd *cd)
  *
  * Erase the NVM sector using the admin queue commands (0x0702)
  */
-enum ice_status
+int
 ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd)
 {
        struct ice_aq_desc desc;
  *
  * Reads one 16 bit word from the Shadow RAM using ice_read_flat_nvm.
  */
-static enum ice_status
+static int
 ice_read_sr_word_aq(struct ice_hw *hw, u16 offset, u16 *data)
 {
        u32 bytes = sizeof(u16);
-       enum ice_status status;
+       int status;
        __le16 data_local;
 
        /* Note that ice_read_flat_nvm takes into account the 4Kb AdminQ and
  *
  * This function will request NVM ownership.
  */
-enum ice_status
+int
 ice_acquire_nvm(struct ice_hw *hw, enum ice_aq_res_access_type access)
 {
        if (hw->flash.blank_nvm_mode)
  * hw->flash.banks data being setup by ice_determine_active_flash_banks()
  * during initialization.
  */
-static enum ice_status
+static int
 ice_read_flash_module(struct ice_hw *hw, enum ice_bank_select bank, u16 module,
                      u32 offset, u8 *data, u32 length)
 {
-       enum ice_status status;
+       int status;
        u32 start;
 
        start = ice_get_flash_bank_offset(hw, bank, module);
  * Read the specified word from the active NVM module. This includes the CSS
  * header at the start of the NVM module.
  */
-static enum ice_status
+static int
 ice_read_nvm_module(struct ice_hw *hw, enum ice_bank_select bank, u32 offset, u16 *data)
 {
-       enum ice_status status;
+       int status;
        __le16 data_local;
 
        status = ice_read_flash_module(hw, bank, ICE_SR_1ST_NVM_BANK_PTR, offset * sizeof(u16),
  * Read the specified word from the copy of the Shadow RAM found in the
  * specified NVM module.
  */
-static enum ice_status
+static int
 ice_read_nvm_sr_copy(struct ice_hw *hw, enum ice_bank_select bank, u32 offset, u16 *data)
 {
        return ice_read_nvm_module(hw, bank, ICE_NVM_SR_COPY_WORD_OFFSET + offset, data);
  *
  * Read a word from the specified netlist bank.
  */
-static enum ice_status
+static int
 ice_read_netlist_module(struct ice_hw *hw, enum ice_bank_select bank, u32 offset, u16 *data)
 {
-       enum ice_status status;
+       int status;
        __le16 data_local;
 
        status = ice_read_flash_module(hw, bank, ICE_SR_NETLIST_BANK_PTR, offset * sizeof(u16),
  *
  * Reads one 16 bit word from the Shadow RAM using the ice_read_sr_word_aq.
  */
-enum ice_status ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data)
+int ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data)
 {
-       enum ice_status status;
+       int status;
 
        status = ice_acquire_nvm(hw, ICE_RES_READ);
        if (!status) {
  * Area (PFA) and returns the TLV pointer and length. The caller can
  * use these to read the variable length TLV value.
  */
-enum ice_status
+int
 ice_get_pfa_module_tlv(struct ice_hw *hw, u16 *module_tlv, u16 *module_tlv_len,
                       u16 module_type)
 {
-       enum ice_status status;
+       int status;
        u16 pfa_len, pfa_ptr;
        u16 next_tlv;
 
  *
  * Reads the part number string from the NVM.
  */
-enum ice_status
+int
 ice_read_pba_string(struct ice_hw *hw, u8 *pba_num, u32 pba_num_size)
 {
        u16 pba_tlv, pba_tlv_len;
-       enum ice_status status;
+       int status;
        u16 pba_word, pba_size;
        u16 i;
 
  * Read the NVM EETRACK ID and map version of the main NVM image bank, filling
  * in the NVM info structure.
  */
-static enum ice_status
+static int
 ice_get_nvm_ver_info(struct ice_hw *hw, enum ice_bank_select bank, struct ice_nvm_info *nvm)
 {
        u16 eetrack_lo, eetrack_hi, ver;
-       enum ice_status status;
+       int status;
 
        status = ice_read_nvm_sr_copy(hw, bank, ICE_SR_NVM_DEV_STARTER_VER, &ver);
        if (status) {
  * inactive NVM bank. Used to access version data for a pending update that
  * has not yet been activated.
  */
-enum ice_status ice_get_inactive_nvm_ver(struct ice_hw *hw, struct ice_nvm_info *nvm)
+int ice_get_inactive_nvm_ver(struct ice_hw *hw, struct ice_nvm_info *nvm)
 {
        return ice_get_nvm_ver_info(hw, ICE_INACTIVE_FLASH_BANK, nvm);
 }
  * Searches through the Option ROM flash contents to locate the CIVD data for
  * the image.
  */
-static enum ice_status
+static int
 ice_get_orom_civd_data(struct ice_hw *hw, enum ice_bank_select bank,
                       struct ice_orom_civd_info *civd)
 {
        struct ice_orom_civd_info tmp;
-       enum ice_status status;
+       int status;
        u32 offset;
 
        /* The CIVD section is located in the Option ROM aligned to 512 bytes.
  * Read Option ROM version and security revision from the Option ROM flash
  * section.
  */
-static enum ice_status
+static int
 ice_get_orom_ver_info(struct ice_hw *hw, enum ice_bank_select bank, struct ice_orom_info *orom)
 {
        struct ice_orom_civd_info civd;
-       enum ice_status status;
+       int status;
        u32 combo_ver;
 
        status = ice_get_orom_civd_data(hw, bank, &civd);
  * section of flash. Used to access version data for a pending update that has
  * not yet been activated.
  */
-enum ice_status ice_get_inactive_orom_ver(struct ice_hw *hw, struct ice_orom_info *orom)
+int ice_get_inactive_orom_ver(struct ice_hw *hw, struct ice_orom_info *orom)
 {
        return ice_get_orom_ver_info(hw, ICE_INACTIVE_FLASH_BANK, orom);
 }
  * Topology section to find the Netlist ID block and extract the relevant
  * information into the netlist version structure.
  */
-static enum ice_status
+static int
 ice_get_netlist_info(struct ice_hw *hw, enum ice_bank_select bank,
                     struct ice_netlist_info *netlist)
 {
        u16 module_id, length, node_count, i;
-       enum ice_status status;
+       int status;
        u16 *id_blk;
 
        status = ice_read_netlist_module(hw, bank, ICE_NETLIST_TYPE_OFFSET, &module_id);
  * extract version data of a pending flash update in order to display the
  * version data.
  */
-enum ice_status ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist)
+int ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist)
 {
        return ice_get_netlist_info(hw, ICE_INACTIVE_FLASH_BANK, netlist);
 }
  * the actual size is smaller. Use bisection to determine the accessible size
  * of flash memory.
  */
-static enum ice_status ice_discover_flash_size(struct ice_hw *hw)
+static int ice_discover_flash_size(struct ice_hw *hw)
 {
        u32 min_size = 0, max_size = ICE_AQC_NVM_MAX_OFFSET + 1;
-       enum ice_status status;
+       int status;
 
        status = ice_acquire_nvm(hw, ICE_RES_READ);
        if (status)
  * sector size by using the highest bit. The reported pointer value will be in
  * bytes, intended for flat NVM reads.
  */
-static enum ice_status
+static int
 ice_read_sr_pointer(struct ice_hw *hw, u16 offset, u32 *pointer)
 {
-       enum ice_status status;
+       int status;
        u16 value;
 
        status = ice_read_sr_word(hw, offset, &value);
  * Each area size word is specified in 4KB sector units. This function reports
  * the size in bytes, intended for flat NVM reads.
  */
-static enum ice_status
+static int
 ice_read_sr_area_size(struct ice_hw *hw, u16 offset, u32 *size)
 {
-       enum ice_status status;
+       int status;
        u16 value;
 
        status = ice_read_sr_word(hw, offset, &value);
  * structure for later use in order to calculate the correct offset to read
  * from the active module.
  */
-static enum ice_status
+static int
 ice_determine_active_flash_banks(struct ice_hw *hw)
 {
        struct ice_bank_info *banks = &hw->flash.banks;
-       enum ice_status status;
+       int status;
        u16 ctrl_word;
 
        status = ice_read_sr_word(hw, ICE_SR_NVM_CTRL_WORD, &ctrl_word);
  * This function reads and populates NVM settings such as Shadow RAM size,
  * max_timeout, and blank_nvm_mode
  */
-enum ice_status ice_init_nvm(struct ice_hw *hw)
+int ice_init_nvm(struct ice_hw *hw)
 {
        struct ice_flash_info *flash = &hw->flash;
-       enum ice_status status;
+       int status;
        u32 fla, gens_stat;
        u8 sr_size;
 
  *
  * Verify NVM PFA checksum validity (0x0706)
  */
-enum ice_status ice_nvm_validate_checksum(struct ice_hw *hw)
+int ice_nvm_validate_checksum(struct ice_hw *hw)
 {
        struct ice_aqc_nvm_checksum *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        status = ice_acquire_nvm(hw, ICE_RES_READ);
        if (status)
  * Update the control word with the required banks' validity bits
  * and dumps the Shadow RAM to flash (0x0707)
  */
-enum ice_status ice_nvm_write_activate(struct ice_hw *hw, u8 cmd_flags)
+int ice_nvm_write_activate(struct ice_hw *hw, u8 cmd_flags)
 {
        struct ice_aqc_nvm *cmd;
        struct ice_aq_desc desc;
  * Update empr (0x0709). This command allows SW to
  * request an EMPR to activate new FW.
  */
-enum ice_status ice_aq_nvm_update_empr(struct ice_hw *hw)
+int ice_aq_nvm_update_empr(struct ice_hw *hw)
 {
        struct ice_aq_desc desc;
 
  * as part of the NVM update as the first cmd in the flow.
  */
 
-enum ice_status
+int
 ice_nvm_set_pkg_data(struct ice_hw *hw, bool del_pkg_data_flag, u8 *data,
                     u16 length, struct ice_sq_cd *cd)
 {
  * the TransferFlag is set to End or StartAndEnd.
  */
 
-enum ice_status
+int
 ice_nvm_pass_component_tbl(struct ice_hw *hw, u8 *data, u16 length,
                           u8 transfer_flag, u8 *comp_response,
                           u8 *comp_response_code, struct ice_sq_cd *cd)
 {
        struct ice_aqc_nvm_pass_comp_tbl *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        if (!data || !comp_response || !comp_response_code)
                return ICE_ERR_PARAM;
 
        __le16 combo_name[32];  /* Unicode string representing the Combo Image version */
 } __packed;
 
-enum ice_status
+int
 ice_acquire_nvm(struct ice_hw *hw, enum ice_aq_res_access_type access);
 void ice_release_nvm(struct ice_hw *hw);
-enum ice_status
+int
 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data,
                  bool read_shadow_ram);
-enum ice_status
+int
 ice_get_pfa_module_tlv(struct ice_hw *hw, u16 *module_tlv, u16 *module_tlv_len,
                       u16 module_type);
-enum ice_status
+int
 ice_get_inactive_orom_ver(struct ice_hw *hw, struct ice_orom_info *orom);
-enum ice_status
+int
 ice_get_inactive_nvm_ver(struct ice_hw *hw, struct ice_nvm_info *nvm);
-enum ice_status
+int
 ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist);
-enum ice_status
+int
 ice_read_pba_string(struct ice_hw *hw, u8 *pba_num, u32 pba_num_size);
-enum ice_status ice_init_nvm(struct ice_hw *hw);
-enum ice_status ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data);
-enum ice_status
+int ice_init_nvm(struct ice_hw *hw);
+int ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data);
+int
 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset,
                  u16 length, void *data, bool last_command, u8 command_flags,
                  struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd);
-enum ice_status ice_nvm_validate_checksum(struct ice_hw *hw);
-enum ice_status ice_nvm_write_activate(struct ice_hw *hw, u8 cmd_flags);
-enum ice_status ice_aq_nvm_update_empr(struct ice_hw *hw);
-enum ice_status
+int ice_nvm_validate_checksum(struct ice_hw *hw);
+int ice_nvm_write_activate(struct ice_hw *hw, u8 cmd_flags);
+int ice_aq_nvm_update_empr(struct ice_hw *hw);
+int
 ice_nvm_set_pkg_data(struct ice_hw *hw, bool del_pkg_data_flag, u8 *data,
                     u16 length, struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_nvm_pass_component_tbl(struct ice_hw *hw, u8 *data, u16 length,
                           u8 transfer_flag, u8 *comp_response,
                           u8 *comp_response_code, struct ice_sq_cd *cd);
 
  * This function inserts the root node of the scheduling tree topology
  * to the SW DB.
  */
-static enum ice_status
+static int
 ice_sched_add_root_node(struct ice_port_info *pi,
                        struct ice_aqc_txsched_elem_data *info)
 {
  *
  * This function sends a scheduling elements cmd (cmd_opc)
  */
-static enum ice_status
+static int
 ice_aqc_send_sched_elem_cmd(struct ice_hw *hw, enum ice_adminq_opc cmd_opc,
                            u16 elems_req, void *buf, u16 buf_size,
                            u16 *elems_resp, struct ice_sq_cd *cd)
 {
        struct ice_aqc_sched_elem_cmd *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        cmd = &desc.params.sched_elem_cmd;
        ice_fill_dflt_direct_cmd_desc(&desc, cmd_opc);
  *
  * Query scheduling elements (0x0404)
  */
-enum ice_status
+int
 ice_aq_query_sched_elems(struct ice_hw *hw, u16 elems_req,
                         struct ice_aqc_txsched_elem_data *buf, u16 buf_size,
                         u16 *elems_ret, struct ice_sq_cd *cd)
  *
  * This function inserts a scheduler node to the SW DB.
  */
-enum ice_status
+int
 ice_sched_add_node(struct ice_port_info *pi, u8 layer,
                   struct ice_aqc_txsched_elem_data *info)
 {
        struct ice_aqc_txsched_elem_data elem;
        struct ice_sched_node *parent;
        struct ice_sched_node *node;
-       enum ice_status status;
+       int status;
        struct ice_hw *hw;
 
        if (!pi)
  *
  * Delete scheduling elements (0x040F)
  */
-static enum ice_status
+static int
 ice_aq_delete_sched_elems(struct ice_hw *hw, u16 grps_req,
                          struct ice_aqc_delete_elem *buf, u16 buf_size,
                          u16 *grps_del, struct ice_sq_cd *cd)
  *
  * This function remove nodes from HW
  */
-static enum ice_status
+static int
 ice_sched_remove_elems(struct ice_hw *hw, struct ice_sched_node *parent,
                       u16 num_nodes, u32 *node_teids)
 {
        struct ice_aqc_delete_elem *buf;
        u16 i, num_groups_removed = 0;
-       enum ice_status status;
+       int status;
        u16 buf_size;
 
        buf_size = struct_size(buf, teid, num_nodes);
  *
  * Get default scheduler topology (0x400)
  */
-static enum ice_status
+static int
 ice_aq_get_dflt_topo(struct ice_hw *hw, u8 lport,
                     struct ice_aqc_get_topo_elem *buf, u16 buf_size,
                     u8 *num_branches, struct ice_sq_cd *cd)
 {
        struct ice_aqc_get_topo *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        cmd = &desc.params.get_topo;
        ice_fill_dflt_direct_cmd_desc(&desc, ice_aqc_opc_get_dflt_topo);
  *
  * Add scheduling elements (0x0401)
  */
-static enum ice_status
+static int
 ice_aq_add_sched_elems(struct ice_hw *hw, u16 grps_req,
                       struct ice_aqc_add_elem *buf, u16 buf_size,
                       u16 *grps_added, struct ice_sq_cd *cd)
  *
  * Configure scheduling elements (0x0403)
  */
-static enum ice_status
+static int
 ice_aq_cfg_sched_elems(struct ice_hw *hw, u16 elems_req,
                       struct ice_aqc_txsched_elem_data *buf, u16 buf_size,
                       u16 *elems_cfgd, struct ice_sq_cd *cd)
  *
  * Move scheduling elements (0x0408)
  */
-static enum ice_status
+static int
 ice_aq_move_sched_elems(struct ice_hw *hw, u16 grps_req,
                        struct ice_aqc_move_elem *buf, u16 buf_size,
                        u16 *grps_movd, struct ice_sq_cd *cd)
  *
  * Suspend scheduling elements (0x0409)
  */
-static enum ice_status
+static int
 ice_aq_suspend_sched_elems(struct ice_hw *hw, u16 elems_req, __le32 *buf,
                           u16 buf_size, u16 *elems_ret, struct ice_sq_cd *cd)
 {
  *
  * resume scheduling elements (0x040A)
  */
-static enum ice_status
+static int
 ice_aq_resume_sched_elems(struct ice_hw *hw, u16 elems_req, __le32 *buf,
                          u16 buf_size, u16 *elems_ret, struct ice_sq_cd *cd)
 {
  *
  * Query scheduler resource allocation (0x0412)
  */
-static enum ice_status
+static int
 ice_aq_query_sched_res(struct ice_hw *hw, u16 buf_size,
                       struct ice_aqc_query_txsched_res_resp *buf,
                       struct ice_sq_cd *cd)
  *
  * This function suspends or resumes HW nodes
  */
-static enum ice_status
+static int
 ice_sched_suspend_resume_elems(struct ice_hw *hw, u8 num_nodes, u32 *node_teids,
                               bool suspend)
 {
        u16 i, buf_size, num_elem_ret = 0;
-       enum ice_status status;
+       int status;
        __le32 *buf;
 
        buf_size = sizeof(*buf) * num_nodes;
  * @tc: TC number
  * @new_numqs: number of queues
  */
-static enum ice_status
+static int
 ice_alloc_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 new_numqs)
 {
        struct ice_vsi_ctx *vsi_ctx;
  * @tc: TC number
  * @new_numqs: number of queues
  */
-static enum ice_status
+static int
 ice_alloc_rdma_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 new_numqs)
 {
        struct ice_vsi_ctx *vsi_ctx;
  *
  * RL profile function to add, query, or remove profile(s)
  */
-static enum ice_status
+static int
 ice_aq_rl_profile(struct ice_hw *hw, enum ice_adminq_opc opcode,
                  u16 num_profiles, struct ice_aqc_rl_profile_elem *buf,
                  u16 buf_size, u16 *num_processed, struct ice_sq_cd *cd)
 {
        struct ice_aqc_rl_profile *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        cmd = &desc.params.rl_profile;
 
  *
  * Add RL profile (0x0410)
  */
-static enum ice_status
+static int
 ice_aq_add_rl_profile(struct ice_hw *hw, u16 num_profiles,
                      struct ice_aqc_rl_profile_elem *buf, u16 buf_size,
                      u16 *num_profiles_added, struct ice_sq_cd *cd)
  *
  * Remove RL profile (0x0415)
  */
-static enum ice_status
+static int
 ice_aq_remove_rl_profile(struct ice_hw *hw, u16 num_profiles,
                         struct ice_aqc_rl_profile_elem *buf, u16 buf_size,
                         u16 *num_profiles_removed, struct ice_sq_cd *cd)
  * its associated parameters from HW DB,and locally. The caller needs to
  * hold scheduler lock.
  */
-static enum ice_status
+static int
 ice_sched_del_rl_profile(struct ice_hw *hw,
                         struct ice_aqc_rl_profile_info *rl_info)
 {
        struct ice_aqc_rl_profile_elem *buf;
        u16 num_profiles_removed;
-       enum ice_status status;
+       int status;
        u16 num_profiles = 1;
 
        if (rl_info->prof_id_ref != 0)
                list_for_each_entry_safe(rl_prof_elem, rl_prof_tmp,
                                         &pi->rl_prof_list[ln], list_entry) {
                        struct ice_hw *hw = pi->hw;
-                       enum ice_status status;
+                       int status;
 
                        rl_prof_elem->prof_id_ref = 0;
                        status = ice_sched_del_rl_profile(hw, rl_prof_elem);
  *
  * This function add nodes to HW as well as to SW DB for a given layer
  */
-static enum ice_status
+static int
 ice_sched_add_elems(struct ice_port_info *pi, struct ice_sched_node *tc_node,
                    struct ice_sched_node *parent, u8 layer, u16 num_nodes,
                    u16 *num_nodes_added, u32 *first_node_teid)
        struct ice_sched_node *prev, *new_node;
        struct ice_aqc_add_elem *buf;
        u16 i, num_groups_added = 0;
-       enum ice_status status = 0;
+       int status = 0;
        struct ice_hw *hw = pi->hw;
        size_t buf_size;
        u32 teid;
  *
  * Add nodes into specific HW layer.
  */
-static enum ice_status
+static int
 ice_sched_add_nodes_to_hw_layer(struct ice_port_info *pi,
                                struct ice_sched_node *tc_node,
                                struct ice_sched_node *parent, u8 layer,
  *
  * This function add nodes to a given layer.
  */
-static enum ice_status
+static int
 ice_sched_add_nodes_to_layer(struct ice_port_info *pi,
                             struct ice_sched_node *tc_node,
                             struct ice_sched_node *parent, u8 layer,
 {
        u32 *first_teid_ptr = first_node_teid;
        u16 new_num_nodes = num_nodes;
-       enum ice_status status = 0;
+       int status = 0;
 
        *num_nodes_added = 0;
        while (*num_nodes_added < num_nodes) {
        }
        if (node && node->info.data.elem_type == ICE_AQC_ELEM_TYPE_LEAF) {
                u32 teid = le32_to_cpu(node->info.node_teid);
-               enum ice_status status;
+               int status;
 
                /* remove the default leaf node */
                status = ice_sched_remove_elems(pi->hw, node->parent, 1, &teid);
  * resources, default topology created by firmware and storing the information
  * in SW DB.
  */
-enum ice_status ice_sched_init_port(struct ice_port_info *pi)
+int ice_sched_init_port(struct ice_port_info *pi)
 {
        struct ice_aqc_get_topo_elem *buf;
-       enum ice_status status;
+       int status;
        struct ice_hw *hw;
        u8 num_branches;
        u16 num_elems;
  *
  * query FW for allocated scheduler resources and store in HW struct
  */
-enum ice_status ice_sched_query_res_alloc(struct ice_hw *hw)
+int ice_sched_query_res_alloc(struct ice_hw *hw)
 {
        struct ice_aqc_query_txsched_res_resp *buf;
-       enum ice_status status = 0;
+       int status = 0;
        __le16 max_sibl;
        u16 i;
 
  * This function adds the VSI child nodes to tree. It gets called for
  * LAN and RDMA separately.
  */
-static enum ice_status
+static int
 ice_sched_add_vsi_child_nodes(struct ice_port_info *pi, u16 vsi_handle,
                              struct ice_sched_node *tc_node, u16 *num_nodes,
                              u8 owner)
 {
        struct ice_sched_node *parent, *node;
        struct ice_hw *hw = pi->hw;
-       enum ice_status status;
+       int status;
        u32 first_node_teid;
        u16 num_added = 0;
        u8 i, qgl, vsil;
  * This function adds the VSI supported nodes into Tx tree including the
  * VSI, its parent and intermediate nodes in below layers
  */
-static enum ice_status
+static int
 ice_sched_add_vsi_support_nodes(struct ice_port_info *pi, u16 vsi_handle,
                                struct ice_sched_node *tc_node, u16 *num_nodes)
 {
        struct ice_sched_node *parent = tc_node;
-       enum ice_status status;
+       int status;
        u32 first_node_teid;
        u16 num_added = 0;
        u8 i, vsil;
  *
  * This function adds a new VSI into scheduler tree
  */
-static enum ice_status
+static int
 ice_sched_add_vsi_to_topo(struct ice_port_info *pi, u16 vsi_handle, u8 tc)
 {
        u16 num_nodes[ICE_AQC_TOPO_MAX_LEVEL_NUM] = { 0 };
  *
  * This function updates the VSI child nodes based on the number of queues
  */
-static enum ice_status
+static int
 ice_sched_update_vsi_child_nodes(struct ice_port_info *pi, u16 vsi_handle,
                                 u8 tc, u16 new_numqs, u8 owner)
 {
        struct ice_sched_node *vsi_node;
        struct ice_sched_node *tc_node;
        struct ice_vsi_ctx *vsi_ctx;
-       enum ice_status status = 0;
+       int status = 0;
        struct ice_hw *hw = pi->hw;
        u16 prev_numqs;
 
  * enabled and VSI is in suspended state then resume the VSI back. If TC is
  * disabled then suspend the VSI if it is not already.
  */
-enum ice_status
+int
 ice_sched_cfg_vsi(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 maxqs,
                  u8 owner, bool enable)
 {
        struct ice_sched_node *vsi_node, *tc_node;
        struct ice_vsi_ctx *vsi_ctx;
-       enum ice_status status = 0;
+       int status = 0;
        struct ice_hw *hw = pi->hw;
 
        ice_debug(pi->hw, ICE_DBG_SCHED, "add/config VSI %d\n", vsi_handle);
  * This function removes the VSI and its LAN or RDMA children nodes from the
  * scheduler tree.
  */
-static enum ice_status
+static int
 ice_sched_rm_vsi_cfg(struct ice_port_info *pi, u16 vsi_handle, u8 owner)
 {
-       enum ice_status status = ICE_ERR_PARAM;
+       int status = ICE_ERR_PARAM;
        struct ice_vsi_ctx *vsi_ctx;
        u8 i;
 
  * This function clears the VSI and its LAN children nodes from scheduler tree
  * for all TCs.
  */
-enum ice_status ice_rm_vsi_lan_cfg(struct ice_port_info *pi, u16 vsi_handle)
+int ice_rm_vsi_lan_cfg(struct ice_port_info *pi, u16 vsi_handle)
 {
        return ice_sched_rm_vsi_cfg(pi, vsi_handle, ICE_SCHED_NODE_OWNER_LAN);
 }
  * This function clears the VSI and its RDMA children nodes from scheduler tree
  * for all TCs.
  */
-enum ice_status ice_rm_vsi_rdma_cfg(struct ice_port_info *pi, u16 vsi_handle)
+int ice_rm_vsi_rdma_cfg(struct ice_port_info *pi, u16 vsi_handle)
 {
        return ice_sched_rm_vsi_cfg(pi, vsi_handle, ICE_SCHED_NODE_OWNER_RDMA);
 }
  *
  * This function move the child nodes to a given parent.
  */
-static enum ice_status
+static int
 ice_sched_move_nodes(struct ice_port_info *pi, struct ice_sched_node *parent,
                     u16 num_items, u32 *list)
 {
        struct ice_aqc_move_elem *buf;
        struct ice_sched_node *node;
-       enum ice_status status = 0;
+       int status = 0;
        u16 i, grps_movd = 0;
        struct ice_hw *hw;
        u16 buf_len;
  * This function moves a VSI to an aggregator node or its subtree.
  * Intermediate nodes may be created if required.
  */
-static enum ice_status
+static int
 ice_sched_move_vsi_to_agg(struct ice_port_info *pi, u16 vsi_handle, u32 agg_id,
                          u8 tc)
 {
        struct ice_sched_node *vsi_node, *agg_node, *tc_node, *parent;
        u16 num_nodes[ICE_AQC_TOPO_MAX_LEVEL_NUM] = { 0 };
        u32 first_node_teid, vsi_teid;
-       enum ice_status status;
+       int status;
        u16 num_nodes_added;
        u8 aggl, vsil, i;
 
  * aggregator VSI info based on passed in boolean parameter rm_vsi_info. The
  * caller holds the scheduler lock.
  */
-static enum ice_status
+static int
 ice_move_all_vsi_to_dflt_agg(struct ice_port_info *pi,
                             struct ice_sched_agg_info *agg_info, u8 tc,
                             bool rm_vsi_info)
 {
        struct ice_sched_agg_vsi_info *agg_vsi_info;
        struct ice_sched_agg_vsi_info *tmp;
-       enum ice_status status = 0;
+       int status = 0;
 
        list_for_each_entry_safe(agg_vsi_info, tmp, &agg_info->agg_vsi_list,
                                 list_entry) {
  * This function removes the aggregator node and intermediate nodes if any
  * from the given TC
  */
-static enum ice_status
+static int
 ice_sched_rm_agg_cfg(struct ice_port_info *pi, u32 agg_id, u8 tc)
 {
        struct ice_sched_node *tc_node, *agg_node;
  * the aggregator configuration completely for requested TC. The caller needs
  * to hold the scheduler lock.
  */
-static enum ice_status
+static int
 ice_rm_agg_cfg_tc(struct ice_port_info *pi, struct ice_sched_agg_info *agg_info,
                  u8 tc, bool rm_vsi_info)
 {
-       enum ice_status status = 0;
+       int status = 0;
 
        /* If nothing to remove - return success */
        if (!ice_is_tc_ena(agg_info->tc_bitmap[0], tc))
  * Save aggregator TC bitmap. This function needs to be called with scheduler
  * lock held.
  */
-static enum ice_status
+static int
 ice_save_agg_tc_bitmap(struct ice_port_info *pi, u32 agg_id,
                       unsigned long *tc_bitmap)
 {
  * This function creates an aggregator node and intermediate nodes if required
  * for the given TC
  */
-static enum ice_status
+static int
 ice_sched_add_agg_cfg(struct ice_port_info *pi, u32 agg_id, u8 tc)
 {
        struct ice_sched_node *parent, *agg_node, *tc_node;
        u16 num_nodes[ICE_AQC_TOPO_MAX_LEVEL_NUM] = { 0 };
-       enum ice_status status = 0;
+       int status = 0;
        struct ice_hw *hw = pi->hw;
        u32 first_node_teid;
        u16 num_nodes_added;
  * resources and remove aggregator ID.
  * This function needs to be called with scheduler lock held.
  */
-static enum ice_status
+static int
 ice_sched_cfg_agg(struct ice_port_info *pi, u32 agg_id,
                  enum ice_agg_type agg_type, unsigned long *tc_bitmap)
 {
        struct ice_sched_agg_info *agg_info;
-       enum ice_status status = 0;
+       int status = 0;
        struct ice_hw *hw = pi->hw;
        u8 tc;
 
  *
  * This function configures aggregator node(s).
  */
-enum ice_status
+int
 ice_cfg_agg(struct ice_port_info *pi, u32 agg_id, enum ice_agg_type agg_type,
            u8 tc_bitmap)
 {
        unsigned long bitmap = tc_bitmap;
-       enum ice_status status;
+       int status;
 
        mutex_lock(&pi->sched_lock);
        status = ice_sched_cfg_agg(pi, agg_id, agg_type,
  * Save VSI to aggregator TC bitmap. This function needs to call with scheduler
  * lock held.
  */
-static enum ice_status
+static int
 ice_save_agg_vsi_tc_bitmap(struct ice_port_info *pi, u32 agg_id, u16 vsi_handle,
                           unsigned long *tc_bitmap)
 {
  * already associated to the aggregator node then no operation is performed on
  * the tree. This function needs to be called with scheduler lock held.
  */
-static enum ice_status
+static int
 ice_sched_assoc_vsi_to_agg(struct ice_port_info *pi, u32 agg_id,
                           u16 vsi_handle, unsigned long *tc_bitmap)
 {
        struct ice_sched_agg_vsi_info *agg_vsi_info, *old_agg_vsi_info = NULL;
        struct ice_sched_agg_info *agg_info, *old_agg_info;
-       enum ice_status status = 0;
+       int status = 0;
        struct ice_hw *hw = pi->hw;
        u8 tc;
 
  * returns success or error on config sched element failure. The caller
  * needs to hold scheduler lock.
  */
-static enum ice_status
+static int
 ice_sched_update_elem(struct ice_hw *hw, struct ice_sched_node *node,
                      struct ice_aqc_txsched_elem_data *info)
 {
        struct ice_aqc_txsched_elem_data buf;
-       enum ice_status status;
+       int status;
        u16 elem_cfgd = 0;
        u16 num_elems = 1;
 
  *
  * This function configures node element's BW allocation.
  */
-static enum ice_status
+static int
 ice_sched_cfg_node_bw_alloc(struct ice_hw *hw, struct ice_sched_node *node,
                            enum ice_rl_type rl_type, u16 bw_alloc)
 {
  *
  * Move or associate VSI to a new or default aggregator node.
  */
-enum ice_status
+int
 ice_move_vsi_to_agg(struct ice_port_info *pi, u32 agg_id, u16 vsi_handle,
                    u8 tc_bitmap)
 {
        unsigned long bitmap = tc_bitmap;
-       enum ice_status status;
+       int status;
 
        mutex_lock(&pi->sched_lock);
        status = ice_sched_assoc_vsi_to_agg(pi, agg_id, vsi_handle,
  *
  * This function converts the BW to profile structure format.
  */
-static enum ice_status
+static int
 ice_sched_bw_to_rl_profile(struct ice_hw *hw, u32 bw,
                           struct ice_aqc_rl_profile_elem *profile)
 {
-       enum ice_status status = ICE_ERR_PARAM;
+       int status = ICE_ERR_PARAM;
        s64 bytes_per_sec, ts_rate, mv_tmp;
        bool found = false;
        s32 encode = 0;
        struct ice_aqc_rl_profile_info *rl_prof_elem;
        u16 profiles_added = 0, num_profiles = 1;
        struct ice_aqc_rl_profile_elem *buf;
-       enum ice_status status;
+       int status;
        struct ice_hw *hw;
        u8 profile_type;
 
  *
  * This function configures node element's BW limit.
  */
-static enum ice_status
+static int
 ice_sched_cfg_node_bw_lmt(struct ice_hw *hw, struct ice_sched_node *node,
                          enum ice_rl_type rl_type, u16 rl_prof_id)
 {
  * 'profile_type' and profile ID as 'profile_id'. The caller needs to hold
  * scheduler lock.
  */
-static enum ice_status
+static int
 ice_sched_rm_rl_profile(struct ice_port_info *pi, u8 layer_num, u8 profile_type,
                        u16 profile_id)
 {
        struct ice_aqc_rl_profile_info *rl_prof_elem;
-       enum ice_status status = 0;
+       int status = 0;
 
        if (layer_num >= ICE_AQC_TOPO_MAX_LEVEL_NUM)
                return ICE_ERR_PARAM;
  * type CIR, EIR, or SRL to default. This function needs to be called
  * with the scheduler lock held.
  */
-static enum ice_status
+static int
 ice_sched_set_node_bw_dflt(struct ice_port_info *pi,
                           struct ice_sched_node *node,
                           enum ice_rl_type rl_type, u8 layer_num)
 {
-       enum ice_status status;
+       int status;
        struct ice_hw *hw;
        u8 profile_type;
        u16 rl_prof_id;
  * them may be set for any given element. This function needs to be called
  * with the scheduler lock held.
  */
-static enum ice_status
+static int
 ice_sched_set_eir_srl_excl(struct ice_port_info *pi,
                           struct ice_sched_node *node,
                           u8 layer_num, enum ice_rl_type rl_type, u32 bw)
  * node's RL profile ID of type CIR, EIR, or SRL, and removes old profile
  * ID from local database. The caller needs to hold scheduler lock.
  */
-static enum ice_status
+static int
 ice_sched_set_node_bw(struct ice_port_info *pi, struct ice_sched_node *node,
                      enum ice_rl_type rl_type, u32 bw, u8 layer_num)
 {
        struct ice_aqc_rl_profile_info *rl_prof_info;
-       enum ice_status status = ICE_ERR_PARAM;
+       int status = ICE_ERR_PARAM;
        struct ice_hw *hw = pi->hw;
        u16 old_id, rl_prof_id;
 
  * It updates node's BW limit parameters like BW RL profile ID of type CIR,
  * EIR, or SRL. The caller needs to hold scheduler lock.
  */
-static enum ice_status
+static int
 ice_sched_set_node_bw_lmt(struct ice_port_info *pi, struct ice_sched_node *node,
                          enum ice_rl_type rl_type, u32 bw)
 {
        struct ice_sched_node *cfg_node = node;
-       enum ice_status status;
+       int status;
 
        struct ice_hw *hw;
        u8 layer_num;
  * type CIR, EIR, or SRL to default. This function needs to be called
  * with the scheduler lock held.
  */
-static enum ice_status
+static int
 ice_sched_set_node_bw_dflt_lmt(struct ice_port_info *pi,
                               struct ice_sched_node *node,
                               enum ice_rl_type rl_type)
  * behalf of the requested node (first argument). This function needs to be
  * called with scheduler lock held.
  */
-static enum ice_status
+static int
 ice_sched_validate_srl_node(struct ice_sched_node *node, u8 sel_layer)
 {
        /* SRL profiles are not available on all layers. Check if the
  *
  * Save BW information of queue type node for post replay use.
  */
-static enum ice_status
+static int
 ice_sched_save_q_bw(struct ice_q_ctx *q_ctx, enum ice_rl_type rl_type, u32 bw)
 {
        switch (rl_type) {
  *
  * This function sets BW limit of queue scheduling node.
  */
-static enum ice_status
+static int
 ice_sched_set_q_bw_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
                       u16 q_handle, enum ice_rl_type rl_type, u32 bw)
 {
-       enum ice_status status = ICE_ERR_PARAM;
+       int status = ICE_ERR_PARAM;
        struct ice_sched_node *node;
        struct ice_q_ctx *q_ctx;
 
  *
  * This function configures BW limit of queue scheduling node.
  */
-enum ice_status
+int
 ice_cfg_q_bw_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
                 u16 q_handle, enum ice_rl_type rl_type, u32 bw)
 {
  *
  * This function configures BW default limit of queue scheduling node.
  */
-enum ice_status
+int
 ice_cfg_q_bw_dflt_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
                      u16 q_handle, enum ice_rl_type rl_type)
 {
  * This function sets BW limit of VSI or Aggregator scheduling node
  * based on TC information from passed in argument BW.
  */
-static enum ice_status
+int
 ice_sched_set_node_bw_lmt_per_tc(struct ice_port_info *pi, u32 id,
                                 enum ice_agg_type agg_type, u8 tc,
                                 enum ice_rl_type rl_type, u32 bw)
 {
-       enum ice_status status = ICE_ERR_PARAM;
+       int status = ICE_ERR_PARAM;
        struct ice_sched_node *node;
 
        if (!pi)
  * This function configures BW limit of VSI scheduling node based on TC
  * information.
  */
-enum ice_status
+int
 ice_cfg_vsi_bw_lmt_per_tc(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
                          enum ice_rl_type rl_type, u32 bw)
 {
  * This function configures default BW limit of VSI scheduling node based on TC
  * information.
  */
-enum ice_status
+int
 ice_cfg_vsi_bw_dflt_lmt_per_tc(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
                               enum ice_rl_type rl_type)
 {
  * burst size value is used for future rate limit calls. It doesn't change the
  * existing or previously created RL profiles.
  */
-enum ice_status ice_cfg_rl_burst_size(struct ice_hw *hw, u32 bytes)
+int ice_cfg_rl_burst_size(struct ice_hw *hw, u32 bytes)
 {
        u16 burst_size_to_prog;
 
  * This function configures node element's priority value. It
  * needs to be called with scheduler lock held.
  */
-static enum ice_status
+static int
 ice_sched_replay_node_prio(struct ice_hw *hw, struct ice_sched_node *node,
                           u8 priority)
 {
        struct ice_aqc_txsched_elem_data buf;
        struct ice_aqc_txsched_elem *data;
-       enum ice_status status;
+       int status;
 
        buf = node->info;
        data = &buf.data;
  * This function restores node's BW from bw_t_info. The caller needs
  * to hold the scheduler lock.
  */
-static enum ice_status
+static int
 ice_sched_replay_node_bw(struct ice_hw *hw, struct ice_sched_node *node,
                         struct ice_bw_type_info *bw_t_info)
 {
        struct ice_port_info *pi = hw->port_info;
-       enum ice_status status = ICE_ERR_PARAM;
+       int status = ICE_ERR_PARAM;
        u16 bw_alloc;
 
        if (!node)
                if (!bitmap_equal(agg_info->tc_bitmap, agg_info->replay_tc_bitmap,
                                  ICE_MAX_TRAFFIC_CLASS)) {
                        DECLARE_BITMAP(replay_bitmap, ICE_MAX_TRAFFIC_CLASS);
-                       enum ice_status status;
+                       int status;
 
                        bitmap_zero(replay_bitmap, ICE_MAX_TRAFFIC_CLASS);
                        ice_sched_get_ena_tc_bitmap(pi,
  * their node bandwidth information. This function needs to be called with
  * scheduler lock held.
  */
-static enum ice_status
+static int
 ice_sched_replay_vsi_agg(struct ice_hw *hw, u16 vsi_handle)
 {
        DECLARE_BITMAP(replay_bitmap, ICE_MAX_TRAFFIC_CLASS);
        struct ice_sched_agg_vsi_info *agg_vsi_info;
        struct ice_port_info *pi = hw->port_info;
        struct ice_sched_agg_info *agg_info;
-       enum ice_status status;
+       int status;
 
        bitmap_zero(replay_bitmap, ICE_MAX_TRAFFIC_CLASS);
        if (!ice_is_vsi_valid(hw, vsi_handle))
  * This function replays association of VSI to aggregator type nodes, and
  * node bandwidth information.
  */
-enum ice_status ice_replay_vsi_agg(struct ice_hw *hw, u16 vsi_handle)
+int ice_replay_vsi_agg(struct ice_hw *hw, u16 vsi_handle)
 {
        struct ice_port_info *pi = hw->port_info;
-       enum ice_status status;
+       int status;
 
        mutex_lock(&pi->sched_lock);
        status = ice_sched_replay_vsi_agg(hw, vsi_handle);
  * This function replays queue type node bandwidth. This function needs to be
  * called with scheduler lock held.
  */
-enum ice_status
+int
 ice_sched_replay_q_bw(struct ice_port_info *pi, struct ice_q_ctx *q_ctx)
 {
        struct ice_sched_node *q_node;
 
 };
 
 /* FW AQ command calls */
-enum ice_status
+int
 ice_aq_query_sched_elems(struct ice_hw *hw, u16 elems_req,
                         struct ice_aqc_txsched_elem_data *buf, u16 buf_size,
                         u16 *elems_ret, struct ice_sq_cd *cd);
-enum ice_status ice_sched_init_port(struct ice_port_info *pi);
-enum ice_status ice_sched_query_res_alloc(struct ice_hw *hw);
+int ice_sched_init_port(struct ice_port_info *pi);
+int ice_sched_query_res_alloc(struct ice_hw *hw);
 void ice_sched_get_psm_clk_freq(struct ice_hw *hw);
 
 void ice_sched_clear_port(struct ice_port_info *pi);
 
 struct ice_sched_node *
 ice_sched_find_node_by_teid(struct ice_sched_node *start_node, u32 teid);
-enum ice_status
+int
 ice_sched_add_node(struct ice_port_info *pi, u8 layer,
                   struct ice_aqc_txsched_elem_data *info);
 void ice_free_sched_node(struct ice_port_info *pi, struct ice_sched_node *node);
 struct ice_sched_node *
 ice_sched_get_free_qparent(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
                           u8 owner);
-enum ice_status
+int
 ice_sched_cfg_vsi(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 maxqs,
                  u8 owner, bool enable);
-enum ice_status ice_rm_vsi_lan_cfg(struct ice_port_info *pi, u16 vsi_handle);
-enum ice_status ice_rm_vsi_rdma_cfg(struct ice_port_info *pi, u16 vsi_handle);
+int ice_rm_vsi_lan_cfg(struct ice_port_info *pi, u16 vsi_handle);
+int ice_rm_vsi_rdma_cfg(struct ice_port_info *pi, u16 vsi_handle);
 
 /* Tx scheduler rate limiter functions */
-enum ice_status
+int
 ice_cfg_agg(struct ice_port_info *pi, u32 agg_id,
            enum ice_agg_type agg_type, u8 tc_bitmap);
-enum ice_status
+int
 ice_move_vsi_to_agg(struct ice_port_info *pi, u32 agg_id, u16 vsi_handle,
                    u8 tc_bitmap);
-enum ice_status
+int
 ice_cfg_q_bw_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
                 u16 q_handle, enum ice_rl_type rl_type, u32 bw);
-enum ice_status
+int
 ice_cfg_q_bw_dflt_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
                      u16 q_handle, enum ice_rl_type rl_type);
-enum ice_status
+int
 ice_cfg_vsi_bw_lmt_per_tc(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
                          enum ice_rl_type rl_type, u32 bw);
-enum ice_status
+int
 ice_cfg_vsi_bw_dflt_lmt_per_tc(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
                               enum ice_rl_type rl_type);
-enum ice_status ice_cfg_rl_burst_size(struct ice_hw *hw, u32 bytes);
+int
+ice_sched_set_node_bw_lmt_per_tc(struct ice_port_info *pi, u32 id,
+                                enum ice_agg_type agg_type, u8 tc,
+                                enum ice_rl_type rl_type, u32 bw);
+int ice_cfg_rl_burst_size(struct ice_hw *hw, u32 bytes);
 void ice_sched_replay_agg_vsi_preinit(struct ice_hw *hw);
 void ice_sched_replay_agg(struct ice_hw *hw);
-enum ice_status ice_replay_vsi_agg(struct ice_hw *hw, u16 vsi_handle);
-enum ice_status
+int ice_replay_vsi_agg(struct ice_hw *hw, u16 vsi_handle);
+int
 ice_sched_replay_q_bw(struct ice_port_info *pi, struct ice_q_ctx *q_ctx);
 #endif /* _ICE_SCHED_H_ */
 
  * queue and asynchronously sending message via
  * ice_sq_send_cmd() function
  */
-enum ice_status
+int
 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval,
                      u8 *msg, u16 msglen, struct ice_sq_cd *cd)
 {
  * sent per VF and marks the VF as malicious if it exceeds
  * the permissible number of messages to send.
  */
-static enum ice_status
+static int
 ice_mbx_detect_malvf(struct ice_hw *hw, u16 vf_id,
                     enum ice_mbx_snapshot_state *new_state,
                     bool *is_malvf)
  * Detect: If pending message count exceeds watermark traverse
  * the static snapshot and look for a malicious VF.
  */
-enum ice_status
+int
 ice_mbx_vf_state_handler(struct ice_hw *hw,
                         struct ice_mbx_data *mbx_data, u16 vf_id,
                         bool *is_malvf)
        struct ice_mbx_snap_buffer_data *snap_buf;
        struct ice_ctl_q_info *cq = &hw->mailboxq;
        enum ice_mbx_snapshot_state new_state;
-       enum ice_status status = 0;
+       int status = 0;
 
        if (!is_malvf || !mbx_data)
                return ICE_ERR_BAD_PTR;
  * the input vf_id against the bitmap to verify if the VF has been
  * detected in any previous mailbox iterations.
  */
-enum ice_status
+int
 ice_mbx_report_malvf(struct ice_hw *hw, unsigned long *all_malvfs,
                     u16 bitmap_len, u16 vf_id, bool *report_malvf)
 {
  * that the new VF loaded is not considered malicious before going
  * through the overflow detection algorithm.
  */
-enum ice_status
+int
 ice_mbx_clear_malvf(struct ice_mbx_snapshot *snap, unsigned long *all_malvfs,
                    u16 bitmap_len, u16 vf_id)
 {
  * called to ensure that the vf_count can be compared against the number
  * of VFs supported as defined in the functional capabilities of the device.
  */
-enum ice_status ice_mbx_init_snapshot(struct ice_hw *hw, u16 vf_count)
+int ice_mbx_init_snapshot(struct ice_hw *hw, u16 vf_count)
 {
        struct ice_mbx_snapshot *snap = &hw->mbx_snapshot;
 
 
 #define ICE_ASYNC_VF_MSG_THRESHOLD     63
 
 #ifdef CONFIG_PCI_IOV
-enum ice_status
+int
 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval,
                      u8 *msg, u16 msglen, struct ice_sq_cd *cd);
 
 u32 ice_conv_link_speed_to_virtchnl(bool adv_link_support, u16 link_speed);
-enum ice_status
+int
 ice_mbx_vf_state_handler(struct ice_hw *hw, struct ice_mbx_data *mbx_data,
                         u16 vf_id, bool *is_mal_vf);
-enum ice_status
+int
 ice_mbx_clear_malvf(struct ice_mbx_snapshot *snap, unsigned long *all_malvfs,
                    u16 bitmap_len, u16 vf_id);
-enum ice_status ice_mbx_init_snapshot(struct ice_hw *hw, u16 vf_count);
+int ice_mbx_init_snapshot(struct ice_hw *hw, u16 vf_count);
 void ice_mbx_deinit_snapshot(struct ice_hw *hw);
-enum ice_status
+int
 ice_mbx_report_malvf(struct ice_hw *hw, unsigned long *all_malvfs,
                     u16 bitmap_len, u16 vf_id, bool *report_malvf);
 #else /* CONFIG_PCI_IOV */
-static inline enum ice_status
+static inline int
 ice_aq_send_msg_to_vf(struct ice_hw __always_unused *hw,
                      u16 __always_unused vfid, u32 __always_unused v_opcode,
                      u32 __always_unused v_retval, u8 __always_unused *msg,
 
  * Allocate memory for the entire recipe table and initialize the structures/
  * entries corresponding to basic recipes.
  */
-enum ice_status ice_init_def_sw_recp(struct ice_hw *hw)
+int ice_init_def_sw_recp(struct ice_hw *hw)
 {
        struct ice_sw_recipe *recps;
        u8 i;
  * in response buffer. The caller of this function to use *num_elems while
  * parsing the response buffer.
  */
-static enum ice_status
+static int
 ice_aq_get_sw_cfg(struct ice_hw *hw, struct ice_aqc_get_sw_cfg_resp_elem *buf,
                  u16 buf_size, u16 *req_desc, u16 *num_elems,
                  struct ice_sq_cd *cd)
 {
        struct ice_aqc_get_sw_cfg *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        ice_fill_dflt_direct_cmd_desc(&desc, ice_aqc_opc_get_sw_cfg);
        cmd = &desc.params.get_sw_conf;
  *
  * Add a VSI context to the hardware (0x0210)
  */
-static enum ice_status
+static int
 ice_aq_add_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx,
               struct ice_sq_cd *cd)
 {
        struct ice_aqc_add_update_free_vsi_resp *res;
        struct ice_aqc_add_get_update_free_vsi *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        cmd = &desc.params.vsi_cmd;
        res = &desc.params.add_update_free_vsi_res;
  *
  * Free VSI context info from hardware (0x0213)
  */
-static enum ice_status
+static int
 ice_aq_free_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx,
                bool keep_vsi_alloc, struct ice_sq_cd *cd)
 {
        struct ice_aqc_add_update_free_vsi_resp *resp;
        struct ice_aqc_add_get_update_free_vsi *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        cmd = &desc.params.vsi_cmd;
        resp = &desc.params.add_update_free_vsi_res;
  *
  * Update VSI context in the hardware (0x0211)
  */
-static enum ice_status
+static int
 ice_aq_update_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx,
                  struct ice_sq_cd *cd)
 {
        struct ice_aqc_add_update_free_vsi_resp *resp;
        struct ice_aqc_add_get_update_free_vsi *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        cmd = &desc.params.vsi_cmd;
        resp = &desc.params.add_update_free_vsi_res;
  * If this function gets called after reset for existing VSIs then update
  * with the new HW VSI number in the corresponding VSI handle list entry.
  */
-enum ice_status
+int
 ice_add_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
            struct ice_sq_cd *cd)
 {
        struct ice_vsi_ctx *tmp_vsi_ctx;
-       enum ice_status status;
+       int status;
 
        if (vsi_handle >= ICE_MAX_VSI)
                return ICE_ERR_PARAM;
  *
  * Free VSI context info from hardware as well as from VSI handle list
  */
-enum ice_status
+int
 ice_free_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
             bool keep_vsi_alloc, struct ice_sq_cd *cd)
 {
-       enum ice_status status;
+       int status;
 
        if (!ice_is_vsi_valid(hw, vsi_handle))
                return ICE_ERR_PARAM;
  *
  * Update VSI context in the hardware
  */
-enum ice_status
+int
 ice_update_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
               struct ice_sq_cd *cd)
 {
  *
  * allocates or free a VSI list resource
  */
-static enum ice_status
+static int
 ice_aq_alloc_free_vsi_list(struct ice_hw *hw, u16 *vsi_list_id,
                           enum ice_sw_lkup_type lkup_type,
                           enum ice_adminq_opc opc)
 {
        struct ice_aqc_alloc_free_res_elem *sw_buf;
        struct ice_aqc_res_elem *vsi_ele;
-       enum ice_status status;
+       int status;
        u16 buf_len;
 
        buf_len = struct_size(sw_buf, elem, 1);
  *
  * Add(0x02a0)/Update(0x02a1)/Remove(0x02a2) switch rules commands to firmware
  */
-enum ice_status
+int
 ice_aq_sw_rules(struct ice_hw *hw, void *rule_list, u16 rule_list_sz,
                u8 num_rules, enum ice_adminq_opc opc, struct ice_sq_cd *cd)
 {
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        if (opc != ice_aqc_opc_add_sw_rules &&
            opc != ice_aqc_opc_update_sw_rules &&
  *
  * Add(0x0290)
  */
-static enum ice_status
+static int
 ice_aq_add_recipe(struct ice_hw *hw,
                  struct ice_aqc_recipe_data_elem *s_recipe_list,
                  u16 num_recipes, struct ice_sq_cd *cd)
  * The caller must supply enough space in s_recipe_list to hold all possible
  * recipes and *num_recipes must equal ICE_MAX_NUM_RECIPES.
  */
-static enum ice_status
+static int
 ice_aq_get_recipe(struct ice_hw *hw,
                  struct ice_aqc_recipe_data_elem *s_recipe_list,
                  u16 *num_recipes, u16 recipe_root, struct ice_sq_cd *cd)
 {
        struct ice_aqc_add_get_recipe *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
        u16 buf_size;
 
        if (*num_recipes != ICE_MAX_NUM_RECIPES)
  * @cd: pointer to command details structure or NULL
  * Recipe to profile association (0x0291)
  */
-static enum ice_status
+static int
 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u8 *r_bitmap,
                             struct ice_sq_cd *cd)
 {
  * @cd: pointer to command details structure or NULL
  * Associate profile ID with given recipe (0x0293)
  */
-static enum ice_status
+static int
 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u8 *r_bitmap,
                             struct ice_sq_cd *cd)
 {
        struct ice_aqc_recipe_to_profile *cmd;
        struct ice_aq_desc desc;
-       enum ice_status status;
+       int status;
 
        cmd = &desc.params.recipe_to_profile;
        ice_fill_dflt_direct_cmd_desc(&desc, ice_aqc_opc_get_recipe_to_profile);
  * @hw: pointer to the hardware structure
  * @rid: recipe ID returned as response to AQ call
  */
-static enum ice_status ice_alloc_recipe(struct ice_hw *hw, u16 *rid)
+static int ice_alloc_recipe(struct ice_hw *hw, u16 *rid)
 {
        struct ice_aqc_alloc_free_res_elem *sw_buf;
-       enum ice_status status;
+       int status;
        u16 buf_len;
 
        buf_len = struct_size(sw_buf, elem, 1);
  * bookkeeping so that we have a current list of all the recipes that are
  * programmed in the firmware.
  */
-static enum ice_status
+static int
 ice_get_recp_frm_fw(struct ice_hw *hw, struct ice_sw_recipe *recps, u8 rid,
                    bool *refresh_required)
 {
        struct ice_aqc_recipe_data_elem *tmp;
        u16 num_recps = ICE_MAX_NUM_RECIPES;
        struct ice_prot_lkup_ext *lkup_exts;
-       enum ice_status status;
+       int status;
        u8 fv_word_idx = 0;
        u16 sub_recps;
 
 /* ice_get_initial_sw_cfg - Get initial port and default VSI data
  * @hw: pointer to the hardware structure
  */
-enum ice_status ice_get_initial_sw_cfg(struct ice_hw *hw)
+int ice_get_initial_sw_cfg(struct ice_hw *hw)
 {
        struct ice_aqc_get_sw_cfg_resp_elem *rbuf;
-       enum ice_status status;
+       int status;
        u16 req_desc = 0;
        u16 num_elems;
        u16 i;
  * Create a large action to hold software marker and update the switch rule
  * entry pointed by m_ent with newly created large action
  */
-static enum ice_status
+static int
 ice_add_marker_act(struct ice_hw *hw, struct ice_fltr_mgmt_list_entry *m_ent,
                   u16 sw_marker, u16 l_id)
 {
         * 3. GENERIC VALUE action to hold the software marker ID
         */
        const u16 num_lg_acts = 3;
-       enum ice_status status;
+       int status;
        u16 lg_act_size;
        u16 rules_size;
        u32 act;
  * Call AQ command to add a new switch rule or update existing switch rule
  * using the given VSI list ID
  */
-static enum ice_status
+static int
 ice_update_vsi_list_rule(struct ice_hw *hw, u16 *vsi_handle_arr, u16 num_vsi,
                         u16 vsi_list_id, bool remove, enum ice_adminq_opc opc,
                         enum ice_sw_lkup_type lkup_type)
 {
        struct ice_aqc_sw_rules_elem *s_rule;
-       enum ice_status status;
+       int status;
        u16 s_rule_size;
        u16 rule_type;
        int i;
  * @vsi_list_id: stores the ID of the VSI list to be created
  * @lkup_type: switch rule filter's lookup type
  */
-static enum ice_status
+static int
 ice_create_vsi_list_rule(struct ice_hw *hw, u16 *vsi_handle_arr, u16 num_vsi,
                         u16 *vsi_list_id, enum ice_sw_lkup_type lkup_type)
 {
-       enum ice_status status;
+       int status;
 
        status = ice_aq_alloc_free_vsi_list(hw, vsi_list_id, lkup_type,
                                            ice_aqc_opc_alloc_res);
  * to the corresponding filter management list to track this switch rule
  * and VSI mapping
  */
-static enum ice_status
+static int
 ice_create_pkt_fwd_rule(struct ice_hw *hw,
                        struct ice_fltr_list_entry *f_entry)
 {
        struct ice_aqc_sw_rules_elem *s_rule;
        enum ice_sw_lkup_type l_type;
        struct ice_sw_recipe *recp;
-       enum ice_status status;
+       int status;
 
        s_rule = devm_kzalloc(ice_hw_to_dev(hw),
                              ICE_SW_RULE_RX_TX_ETH_HDR_SIZE, GFP_KERNEL);
  * Call AQ command to update a previously created switch rule with a
  * VSI list ID
  */
-static enum ice_status
+static int
 ice_update_pkt_fwd_rule(struct ice_hw *hw, struct ice_fltr_info *f_info)
 {
        struct ice_aqc_sw_rules_elem *s_rule;
-       enum ice_status status;
+       int status;
 
        s_rule = devm_kzalloc(ice_hw_to_dev(hw),
                              ICE_SW_RULE_RX_TX_ETH_HDR_SIZE, GFP_KERNEL);
  *
  * Updates unicast switch filter rules based on VEB/VEPA mode
  */
-enum ice_status ice_update_sw_rule_bridge_mode(struct ice_hw *hw)
+int ice_update_sw_rule_bridge_mode(struct ice_hw *hw)
 {
        struct ice_switch_info *sw = hw->switch_info;
        struct ice_fltr_mgmt_list_entry *fm_entry;
-       enum ice_status status = 0;
+       int status = 0;
        struct list_head *rule_head;
        struct mutex *rule_lock; /* Lock to protect filter rule list */
 
  *             Add the new VSI to the previously created VSI list set
  *             using the update switch rule command
  */
-static enum ice_status
+static int
 ice_add_update_vsi_list(struct ice_hw *hw,
                        struct ice_fltr_mgmt_list_entry *m_entry,
                        struct ice_fltr_info *cur_fltr,
                        struct ice_fltr_info *new_fltr)
 {
-       enum ice_status status = 0;
+       int status = 0;
        u16 vsi_list_id = 0;
 
        if ((cur_fltr->fltr_act == ICE_FWD_TO_Q ||
  *
  * Adds or updates the rule lists for a given recipe
  */
-static enum ice_status
+static int
 ice_add_rule_internal(struct ice_hw *hw, u8 recp_id,
                      struct ice_fltr_list_entry *f_entry)
 {
        struct ice_fltr_info *new_fltr, *cur_fltr;
        struct ice_fltr_mgmt_list_entry *m_entry;
        struct mutex *rule_lock; /* Lock to protect filter rule list */
-       enum ice_status status = 0;
+       int status = 0;
 
        if (!ice_is_vsi_valid(hw, f_entry->fltr_info.vsi_handle))
                return ICE_ERR_PARAM;
  * The VSI list should be emptied before this function is called to remove the
  * VSI list.
  */
-static enum ice_status
+static int
 ice_remove_vsi_list_rule(struct ice_hw *hw, u16 vsi_list_id,
                         enum ice_sw_lkup_type lkup_type)
 {
        struct ice_aqc_sw_rules_elem *s_rule;
-       enum ice_status status;
+       int status;
        u16 s_rule_size;
 
        s_rule_size = (u16)ICE_SW_RULE_VSI_LIST_SIZE(0);
  * @fm_list: filter management entry for which the VSI list management needs to
  *           be done
  */
-static enum ice_status
+static int
 ice_rem_update_vsi_list(struct ice_hw *hw, u16 vsi_handle,
                        struct ice_fltr_mgmt_list_entry *fm_list)
 {
        enum ice_sw_lkup_type lkup_type;
-       enum ice_status status = 0;
+       int status = 0;
        u16 vsi_list_id;
 
        if (fm_list->fltr_info.fltr_act != ICE_FWD_TO_VSI_LIST ||
  * @recp_id: recipe ID for which the rule needs to removed
  * @f_entry: rule entry containing filter information
  */
-static enum ice_status
+static int
 ice_remove_rule_internal(struct ice_hw *hw, u8 recp_id,
                         struct ice_fltr_list_entry *f_entry)
 {
        struct ice_switch_info *sw = hw->switch_info;
        struct ice_fltr_mgmt_list_entry *list_elem;
        struct mutex *rule_lock; /* Lock to protect filter rule list */
-       enum ice_status status = 0;
+       int status = 0;
        bool remove_rule = false;
        u16 vsi_handle;
 
  * check for duplicates in this case, removing duplicates from a given
  * list should be taken care of in the caller of this function.
  */
-enum ice_status ice_add_mac(struct ice_hw *hw, struct list_head *m_list)
+int ice_add_mac(struct ice_hw *hw, struct list_head *m_list)
 {
        struct ice_aqc_sw_rules_elem *s_rule, *r_iter;
        struct ice_fltr_list_entry *m_list_itr;
        u16 total_elem_left, s_rule_size;
        struct ice_switch_info *sw;
        struct mutex *rule_lock; /* Lock to protect filter rule list */
-       enum ice_status status = 0;
+       int status = 0;
        u16 num_unicast = 0;
        u8 elem_sent;
 
  * @hw: pointer to the hardware structure
  * @f_entry: filter entry containing one VLAN information
  */
-static enum ice_status
+static int
 ice_add_vlan_internal(struct ice_hw *hw, struct ice_fltr_list_entry *f_entry)
 {
        struct ice_switch_info *sw = hw->switch_info;
        enum ice_sw_lkup_type lkup_type;
        u16 vsi_list_id = 0, vsi_handle;
        struct mutex *rule_lock; /* Lock to protect filter rule list */
-       enum ice_status status = 0;
+       int status = 0;
 
        if (!ice_is_vsi_valid(hw, f_entry->fltr_info.vsi_handle))
                return ICE_ERR_PARAM;
  * @hw: pointer to the hardware structure
  * @v_list: list of VLAN entries and forwarding information
  */
-enum ice_status ice_add_vlan(struct ice_hw *hw, struct list_head *v_list)
+int ice_add_vlan(struct ice_hw *hw, struct list_head *v_list)
 {
        struct ice_fltr_list_entry *v_list_itr;
 
  * the filter list with the necessary fields (including flags to
  * indicate Tx or Rx rules).
  */
-enum ice_status
+int
 ice_add_eth_mac(struct ice_hw *hw, struct list_head *em_list)
 {
        struct ice_fltr_list_entry *em_list_itr;
  * @hw: pointer to the hardware structure
  * @em_list: list of ethertype or ethertype MAC entries
  */
-enum ice_status
+int
 ice_remove_eth_mac(struct ice_hw *hw, struct list_head *em_list)
 {
        struct ice_fltr_list_entry *em_list_itr, *tmp;
  * add filter rule to set/unset given VSI as default VSI for the switch
  * (represented by swid)
  */
-enum ice_status
+int
 ice_cfg_dflt_vsi(struct ice_hw *hw, u16 vsi_handle, bool set, u8 direction)
 {
        struct ice_aqc_sw_rules_elem *s_rule;
        struct ice_fltr_info f_info;
        enum ice_adminq_opc opcode;
-       enum ice_status status;
+       int status;
        u16 s_rule_size;
        u16 hw_vsi_id;
 
  * the entries passed into m_list were added previously. It will not attempt to
  * do a partial remove of entries that were found.
  */
-enum ice_status ice_remove_mac(struct ice_hw *hw, struct list_head *m_list)
+int ice_remove_mac(struct ice_hw *hw, struct list_head *m_list)
 {
        struct ice_fltr_list_entry *list_itr, *tmp;
        struct mutex *rule_lock; /* Lock to protect filter rule list */
  * @hw: pointer to the hardware structure
  * @v_list: list of VLAN entries and forwarding information
  */
-enum ice_status
+int
 ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list)
 {
        struct ice_fltr_list_entry *v_list_itr, *tmp;
  * fltr_info.fwd_id fields. These are set such that later logic can
  * extract which VSI to remove the fltr from, and pass on that information.
  */
-static enum ice_status
+static int
 ice_add_entry_to_vsi_fltr_list(struct ice_hw *hw, u16 vsi_handle,
                               struct list_head *vsi_list_head,
                               struct ice_fltr_info *fi)
  * Note that this means all entries in vsi_list_head must be explicitly
  * deallocated by the caller when done with list.
  */
-static enum ice_status
+static int
 ice_add_to_vsi_fltr_list(struct ice_hw *hw, u16 vsi_handle,
                         struct list_head *lkup_list_head,
                         struct list_head *vsi_list_head)
 {
        struct ice_fltr_mgmt_list_entry *fm_entry;
-       enum ice_status status = 0;
+       int status = 0;
 
        /* check to make sure VSI ID is valid and within boundary */
        if (!ice_is_vsi_valid(hw, vsi_handle))
  * @recp_id: recipe ID for which the rule needs to removed
  * @v_list: list of promisc entries
  */
-static enum ice_status
+static int
 ice_remove_promisc(struct ice_hw *hw, u8 recp_id,
                   struct list_head *v_list)
 {
  * @promisc_mask: mask of promiscuous config bits to clear
  * @vid: VLAN ID to clear VLAN promiscuous
  */
-enum ice_status
+int
 ice_clear_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
                      u16 vid)
 {
        struct ice_fltr_mgmt_list_entry *itr;
        struct list_head *rule_head;
        struct mutex *rule_lock;        /* Lock to protect filter rule list */
-       enum ice_status status = 0;
+       int status = 0;
        u8 recipe_id;
 
        if (!ice_is_vsi_valid(hw, vsi_handle))
  * @promisc_mask: mask of promiscuous config bits
  * @vid: VLAN ID to set VLAN promiscuous
  */
-enum ice_status
+int
 ice_set_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask, u16 vid)
 {
        enum { UCAST_FLTR = 1, MCAST_FLTR, BCAST_FLTR };
        struct ice_fltr_list_entry f_list_entry;
        struct ice_fltr_info new_fltr;
-       enum ice_status status = 0;
+       int status = 0;
        bool is_tx_fltr;
        u16 hw_vsi_id;
        int pkt_type;
  *
  * Configure VSI with all associated VLANs to given promiscuous mode(s)
  */
-enum ice_status
+int
 ice_set_vlan_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
                         bool rm_vlan_promisc)
 {
        struct list_head vsi_list_head;
        struct list_head *vlan_head;
        struct mutex *vlan_lock; /* Lock to protect filter rule list */
-       enum ice_status status;
+       int status;
        u16 vlan_id;
 
        INIT_LIST_HEAD(&vsi_list_head);
        struct list_head *rule_head;
        struct ice_fltr_list_entry *tmp;
        struct mutex *rule_lock;        /* Lock to protect filter rule list */
-       enum ice_status status;
+       int status;
 
        INIT_LIST_HEAD(&remove_list_head);
        rule_lock = &sw->recp_list[lkup].filt_rule_lock;
  * @num_items: number of entries requested for FD resource type
  * @counter_id: counter index returned by AQ call
  */
-enum ice_status
+int
 ice_alloc_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
                   u16 *counter_id)
 {
        struct ice_aqc_alloc_free_res_elem *buf;
-       enum ice_status status;
+       int status;
        u16 buf_len;
 
        /* Allocate resource */
  * @num_items: number of entries to be freed for FD resource type
  * @counter_id: counter ID resource which needs to be freed
  */
-enum ice_status
+int
 ice_free_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
                  u16 counter_id)
 {
        struct ice_aqc_alloc_free_res_elem *buf;
-       enum ice_status status;
+       int status;
        u16 buf_len;
 
        /* Free resource */
  * and start grouping them in 4-word groups. Each group makes up one
  * recipe.
  */
-static enum ice_status
+static int
 ice_create_first_fit_recp_def(struct ice_hw *hw,
                              struct ice_prot_lkup_ext *lkup_exts,
                              struct list_head *rg_list,
  * Helper function to fill in the field vector indices for protocol-offset
  * pairs. These indexes are then ultimately programmed into a recipe.
  */
-static enum ice_status
+static int
 ice_fill_fv_word_index(struct ice_hw *hw, struct list_head *fv_list,
                       struct list_head *rg_list)
 {
  * @rm: recipe management list entry
  * @profiles: bitmap of profiles that will be associated.
  */
-static enum ice_status
+static int
 ice_add_sw_recipe(struct ice_hw *hw, struct ice_sw_recipe *rm,
                  unsigned long *profiles)
 {
        struct ice_aqc_recipe_data_elem *tmp;
        struct ice_aqc_recipe_data_elem *buf;
        struct ice_recp_grp_entry *entry;
-       enum ice_status status;
+       int status;
        u16 free_res_idx;
        u16 recipe_count;
        u8 chain_idx;
  * @rm: recipe management list entry
  * @lkup_exts: lookup elements
  */
-static enum ice_status
+static int
 ice_create_recipe_group(struct ice_hw *hw, struct ice_sw_recipe *rm,
                        struct ice_prot_lkup_ext *lkup_exts)
 {
-       enum ice_status status;
+       int status;
        u8 recp_count = 0;
 
        rm->n_grp_count = 0;
  * @bm: bitmap of field vectors to consider
  * @fv_list: pointer to a list that holds the returned field vectors
  */
-static enum ice_status
+static int
 ice_get_fv(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups, u16 lkups_cnt,
           unsigned long *bm, struct list_head *fv_list)
 {
-       enum ice_status status;
+       int status;
        u8 *prot_ids;
        u16 i;
 
  * @rinfo: other information regarding the rule e.g. priority and action info
  * @rid: return the recipe ID of the recipe created
  */
-static enum ice_status
+static int
 ice_add_adv_recipe(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups,
                   u16 lkups_cnt, struct ice_adv_rule_info *rinfo, u16 *rid)
 {
        struct ice_sw_fv_list_entry *fvit;
        struct ice_recp_grp_entry *r_tmp;
        struct ice_sw_fv_list_entry *tmp;
-       enum ice_status status = 0;
+       int status = 0;
        struct ice_sw_recipe *rm;
        u8 i;
 
  * @pkt_len: packet length of dummy packet
  * @offsets: offset info for the dummy packet
  */
-static enum ice_status
+static int
 ice_fill_adv_dummy_packet(struct ice_adv_lkup_elem *lkups, u16 lkups_cnt,
                          struct ice_aqc_sw_rules_elem *s_rule,
                          const u8 *dummy_pkt, u16 pkt_len,
  *             Add the new VSI to the previously created VSI list set
  *             using the update switch rule command
  */
-static enum ice_status
+static int
 ice_adv_add_update_vsi_list(struct ice_hw *hw,
                            struct ice_adv_fltr_mgmt_list_entry *m_entry,
                            struct ice_adv_rule_info *cur_fltr,
                            struct ice_adv_rule_info *new_fltr)
 {
-       enum ice_status status;
+       int status;
        u16 vsi_list_id = 0;
 
        if (cur_fltr->sw_act.fltr_act == ICE_FWD_TO_Q ||
  * rinfo describes other information related to this rule such as forwarding
  * IDs, priority of this rule, etc.
  */
-enum ice_status
+int
 ice_add_adv_rule(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups,
                 u16 lkups_cnt, struct ice_adv_rule_info *rinfo,
                 struct ice_rule_query_data *added_entry)
        struct ice_aqc_sw_rules_elem *s_rule = NULL;
        struct list_head *rule_head;
        struct ice_switch_info *sw;
-       enum ice_status status;
+       int status;
        const u8 *pkt = NULL;
        u16 word_cnt;
        u32 act = 0;
  * Replays the filter of recipe recp_id for a VSI represented via vsi_handle.
  * It is required to pass valid VSI handle.
  */
-static enum ice_status
+static int
 ice_replay_vsi_fltr(struct ice_hw *hw, u16 vsi_handle, u8 recp_id,
                    struct list_head *list_head)
 {
        struct ice_fltr_mgmt_list_entry *itr;
-       enum ice_status status = 0;
+       int status = 0;
        u16 hw_vsi_id;
 
        if (list_empty(list_head))
  * @fm_list: filter management entry for which the VSI list management needs to
  *          be done
  */
-static enum ice_status
+static int
 ice_adv_rem_update_vsi_list(struct ice_hw *hw, u16 vsi_handle,
                            struct ice_adv_fltr_mgmt_list_entry *fm_list)
 {
        struct ice_vsi_list_map_info *vsi_list_info;
        enum ice_sw_lkup_type lkup_type;
-       enum ice_status status;
+       int status;
        u16 vsi_list_id;
 
        if (fm_list->rule_info.sw_act.fltr_act != ICE_FWD_TO_VSI_LIST ||
  * header. rinfo describes other information related to this rule such as
  * forwarding IDs, priority of this rule, etc.
  */
-static enum ice_status
+static int
 ice_rem_adv_rule(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups,
                 u16 lkups_cnt, struct ice_adv_rule_info *rinfo)
 {
        struct ice_adv_fltr_mgmt_list_entry *list_elem;
        struct ice_prot_lkup_ext lkup_exts;
-       enum ice_status status = 0;
+       int status = 0;
        bool remove_rule = false;
        struct mutex *rule_lock; /* Lock to protect filter rule list */
        u16 i, rid, vsi_handle;
  * the remove_entry parameter. This function will remove rule for a given
  * vsi_handle with a given rule_id which is passed as parameter in remove_entry
  */
-enum ice_status
+int
 ice_rem_adv_rule_by_id(struct ice_hw *hw,
                       struct ice_rule_query_data *remove_entry)
 {
  *
  * Replays filters for requested VSI via vsi_handle.
  */
-enum ice_status ice_replay_vsi_all_fltr(struct ice_hw *hw, u16 vsi_handle)
+int ice_replay_vsi_all_fltr(struct ice_hw *hw, u16 vsi_handle)
 {
        struct ice_switch_info *sw = hw->switch_info;
-       enum ice_status status = 0;
+       int status = 0;
        u8 i;
 
        for (i = 0; i < ICE_SW_LKUP_LAST; i++) {
 
 
 struct ice_fltr_list_entry {
        struct list_head list_entry;
-       enum ice_status status;
+       int status;
        struct ice_fltr_info fltr_info;
 };
 
 };
 
 /* VSI related commands */
-enum ice_status
+int
 ice_add_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
            struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_free_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
             bool keep_vsi_alloc, struct ice_sq_cd *cd);
-enum ice_status
+int
 ice_update_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
               struct ice_sq_cd *cd);
 bool ice_is_vsi_valid(struct ice_hw *hw, u16 vsi_handle);
 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle);
 void ice_clear_all_vsi_ctx(struct ice_hw *hw);
 /* Switch config */
-enum ice_status ice_get_initial_sw_cfg(struct ice_hw *hw);
+int ice_get_initial_sw_cfg(struct ice_hw *hw);
 
-enum ice_status
+int
 ice_alloc_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
                   u16 *counter_id);
-enum ice_status
+int
 ice_free_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
                  u16 counter_id);
 
 /* Switch/bridge related commands */
-enum ice_status
+int
 ice_add_adv_rule(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups,
                 u16 lkups_cnt, struct ice_adv_rule_info *rinfo,
                 struct ice_rule_query_data *added_entry);
-enum ice_status ice_update_sw_rule_bridge_mode(struct ice_hw *hw);
-enum ice_status ice_add_mac(struct ice_hw *hw, struct list_head *m_lst);
-enum ice_status ice_remove_mac(struct ice_hw *hw, struct list_head *m_lst);
-enum ice_status
+int ice_update_sw_rule_bridge_mode(struct ice_hw *hw);
+int ice_add_mac(struct ice_hw *hw, struct list_head *m_lst);
+int ice_remove_mac(struct ice_hw *hw, struct list_head *m_lst);
+int
 ice_add_eth_mac(struct ice_hw *hw, struct list_head *em_list);
-enum ice_status
+int
 ice_remove_eth_mac(struct ice_hw *hw, struct list_head *em_list);
 int
 ice_cfg_rdma_fltr(struct ice_hw *hw, u16 vsi_handle, bool enable);
 bool ice_mac_fltr_exist(struct ice_hw *hw, u8 *mac, u16 vsi_handle);
 bool ice_vlan_fltr_exist(struct ice_hw *hw, u16 vlan_id, u16 vsi_handle);
 void ice_remove_vsi_fltr(struct ice_hw *hw, u16 vsi_handle);
-enum ice_status
+int
 ice_add_vlan(struct ice_hw *hw, struct list_head *m_list);
-enum ice_status ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list);
+int ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list);
 
 /* Promisc/defport setup for VSIs */
-enum ice_status
+int
 ice_cfg_dflt_vsi(struct ice_hw *hw, u16 vsi_handle, bool set, u8 direction);
-enum ice_status
+int
 ice_set_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
                    u16 vid);
-enum ice_status
+int
 ice_clear_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
                      u16 vid);
-enum ice_status
+int
 ice_set_vlan_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
                         bool rm_vlan_promisc);
 
-enum ice_status
+int
 ice_rem_adv_rule_for_vsi(struct ice_hw *hw, u16 vsi_handle);
-enum ice_status
+int
 ice_rem_adv_rule_by_id(struct ice_hw *hw,
                       struct ice_rule_query_data *remove_entry);
 
-enum ice_status ice_init_def_sw_recp(struct ice_hw *hw);
+int ice_init_def_sw_recp(struct ice_hw *hw);
 u16 ice_get_hw_vsi_num(struct ice_hw *hw, u16 vsi_handle);
 
-enum ice_status ice_replay_vsi_all_fltr(struct ice_hw *hw, u16 vsi_handle);
+int ice_replay_vsi_all_fltr(struct ice_hw *hw, u16 vsi_handle);
 void ice_rm_all_sw_replay_rule_info(struct ice_hw *hw);
 
-enum ice_status
+int
 ice_aq_sw_rules(struct ice_hw *hw, void *rule_list, u16 rule_list_sz,
                u8 num_rules, enum ice_adminq_opc opc, struct ice_sq_cd *cd);
 #endif /* _ICE_SWITCH_H_ */
 
        struct ice_hw *hw = &vsi->back->hw;
        struct ice_adv_lkup_elem *list;
        u32 flags = fltr->flags;
-       enum ice_status status;
+       int status;
        int lkups_cnt;
        int ret = 0;
        int i;
 
        struct ice_flow_seg_info *old_seg;
        struct ice_flow_prof *prof = NULL;
        struct ice_fd_hw_prof *vf_prof;
-       enum ice_status status;
+       int status;
        struct device *dev;
        struct ice_pf *pf;
        struct ice_hw *hw;
        struct ice_fdir_fltr *input = &conf->input;
        struct ice_vsi *vsi, *ctrl_vsi;
        struct ice_fltr_desc desc;
-       enum ice_status status;
+       int status;
        struct device *dev;
        struct ice_pf *pf;
        struct ice_hw *hw;
 
        struct ice_hw *hw = &vsi->back->hw;
        struct ice_aqc_vsi_props *info;
        struct ice_vsi_ctx *ctxt;
-       enum ice_status status;
+       int status;
        int ret = 0;
 
        ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL);
 {
        struct device *dev = ice_pf_to_dev(vf->pf);
        struct ice_vsi *vsi = ice_get_vf_vsi(vf);
-       enum ice_status status;
+       int status;
        u8 broadcast[ETH_ALEN];
 
        if (ice_is_eswitch_mode_switchdev(vf->pf))
 ice_vf_set_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m)
 {
        struct ice_hw *hw = &vsi->back->hw;
-       enum ice_status status;
+       int status;
 
        if (vf->port_vlan_info)
                status = ice_fltr_set_vsi_promisc(hw, vsi->idx, promisc_m,
 ice_vf_clear_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m)
 {
        struct ice_hw *hw = &vsi->back->hw;
-       enum ice_status status;
+       int status;
 
        if (vf->port_vlan_info)
                status = ice_fltr_clear_vsi_promisc(hw, vsi->idx, promisc_m,
 static void ice_vf_rebuild_aggregator_node_cfg(struct ice_vsi *vsi)
 {
        struct ice_pf *pf = vsi->back;
-       enum ice_status status;
+       int status;
        struct device *dev;
 
        if (!vsi->agg_node)
 {
        struct ice_pf *pf = vf->pf;
        u8 broadcast[ETH_ALEN];
-       enum ice_status status;
+       int status;
        struct ice_vsi *vsi;
        struct device *dev;
        int err;
 {
        struct ice_pf *pf = pci_get_drvdata(pdev);
        struct device *dev = ice_pf_to_dev(pf);
-       enum ice_status status;
+       int status;
        int err;
 
        err = ice_check_sriov_allowed(pf);
 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode,
                      enum virtchnl_status_code v_retval, u8 *msg, u16 msglen)
 {
-       enum ice_status aq_ret;
+       int aq_ret;
        struct device *dev;
        struct ice_pf *pf;
 
 
        if (rss_cfg->rss_algorithm == VIRTCHNL_RSS_ALG_R_ASYMMETRIC) {
                struct ice_vsi_ctx *ctx;
-               enum ice_status status;
+               int status;
                u8 lut_type, hash_type;
 
                lut_type = ICE_AQ_VSI_Q_OPT_RSS_LUT_VSI;
                                        vsi->vsi_num, v_ret);
                        }
                } else {
-                       enum ice_status status;
+                       int status;
 
                        status = ice_rem_rss_cfg(hw, vsi->idx, hash_flds,
                                                 addl_hdrs);
        struct ice_pf *pf = np->vsi->back;
        struct ice_vsi_ctx *ctx;
        struct ice_vsi *vf_vsi;
-       enum ice_status status;
+       int status;
        struct device *dev;
        struct ice_vf *vf;
        int ret;
 {
        struct device *dev = ice_pf_to_dev(vf->pf);
        u8 *mac_addr = vc_ether_addr->addr;
-       enum ice_status status;
+       int status;
        int ret = 0;
 
        /* device MAC already added */
 {
        struct device *dev = ice_pf_to_dev(vf->pf);
        u8 *mac_addr = vc_ether_addr->addr;
-       enum ice_status status;
+       int status;
 
        if (!ice_can_vf_change_mac(vf) &&
            ether_addr_equal(vf->dev_lan_addr.addr, mac_addr))
        s16 vf_id = le16_to_cpu(event->desc.retval);
        struct device *dev = ice_pf_to_dev(pf);
        struct ice_mbx_data mbxdata;
-       enum ice_status status;
+       int status;
        bool malvf = false;
        struct ice_vf *vf;