Searched refs:ret_status (Results 1 – 9 of 9) sorted by relevance
1731 enum halmac_ret_status ret_status = HALMAC_RET_SUCCESS; in halmac_send_h2c_update_packet_88xx() local1741 ret_status = in halmac_send_h2c_update_packet_88xx()1744 if (ret_status != HALMAC_RET_SUCCESS) { in halmac_send_h2c_update_packet_88xx()1746 ret_status); in halmac_send_h2c_update_packet_88xx()1751 return ret_status; in halmac_send_h2c_update_packet_88xx()1774 ret_status = halmac_send_h2c_pkt_88xx(halmac_adapter, h2c_buff, in halmac_send_h2c_update_packet_88xx()1777 if (ret_status != HALMAC_RET_SUCCESS) { in halmac_send_h2c_update_packet_88xx()1778 pr_err("%s Fail = %x!!\n", __func__, ret_status); in halmac_send_h2c_update_packet_88xx()1779 return ret_status; in halmac_send_h2c_update_packet_88xx()1782 return ret_status; in halmac_send_h2c_update_packet_88xx()[all …]
2713 enum halmac_ret_status ret_status = HALMAC_RET_SUCCESS; in halmac_cfg_parameter_88xx() local2755 ret_status = halmac_send_h2c_phy_parameter_88xx(halmac_adapter, in halmac_cfg_parameter_88xx()2758 if (ret_status != HALMAC_RET_SUCCESS) { in halmac_cfg_parameter_88xx()2760 ret_status); in halmac_cfg_parameter_88xx()2761 return ret_status; in halmac_cfg_parameter_88xx()2764 return ret_status; in halmac_cfg_parameter_88xx()2909 enum halmac_ret_status ret_status = HALMAC_RET_SUCCESS; in halmac_run_datapack_88xx() local2930 ret_status = halmac_send_h2c_run_datapack_88xx(halmac_adapter, in halmac_run_datapack_88xx()2933 if (ret_status != HALMAC_RET_SUCCESS) { in halmac_run_datapack_88xx()2935 halmac_data_type, ret_status); in halmac_run_datapack_88xx()[all …]
446 u8 ret_status; in mxl111sf_i2c_hw_xfer_msg() local669 ret_status = in mxl111sf_i2c_hw_xfer_msg()673 if (ret_status == 1) { in mxl111sf_i2c_hw_xfer_msg()
456 if (hic.rsp.hdr.cmd_or_resp.ret_status == in ixgbe_fw_phy_activity()750 if (token_cmd.hdr.cmd_or_resp.ret_status == FW_PHY_TOKEN_OK) in ixgbe_get_phy_token()752 if (token_cmd.hdr.cmd_or_resp.ret_status != FW_PHY_TOKEN_RETRY) in ixgbe_get_phy_token()779 if (token_cmd.hdr.cmd_or_resp.ret_status == FW_PHY_TOKEN_OK) in ixgbe_put_phy_token()2785 if (fw_cmd.hdr.cmd_or_resp.ret_status != in ixgbe_set_fw_drv_ver_x550()
2722 u8 ret_status; member
3785 if (fw_cmd.hdr.cmd_or_resp.ret_status == in ixgbe_set_fw_drv_ver_generic()
1581 u32 ret_status; in bfa_flash_status_read() local1603 ret_status = readl(pci_bar + FLI_RDDATA_REG); in bfa_flash_status_read()1604 ret_status >>= 24; in bfa_flash_status_read()1610 return ret_status; in bfa_flash_status_read()
6838 u32 ret_status; in bfa_flash_status_read() local6860 ret_status = readl(pci_bar + FLI_RDDATA_REG); in bfa_flash_status_read()6861 ret_status >>= 24; in bfa_flash_status_read()6867 return ret_status; in bfa_flash_status_read()
2606 int ret_status = u132_read_pcimem(u132, roothub.status, &rh_status); in u132_roothub_status() local2608 return ret_status; in u132_roothub_status()