Home
last modified time | relevance | path

Searched refs:ret_status (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c1731 enum halmac_ret_status ret_status = HALMAC_RET_SUCCESS; in halmac_send_h2c_update_packet_88xx() local
1741 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 …]
Dhalmac_api_88xx.c2713 enum halmac_ret_status ret_status = HALMAC_RET_SUCCESS; in halmac_cfg_parameter_88xx() local
2755 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() local
2930 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 …]
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-i2c.c446 u8 ret_status; in mxl111sf_i2c_hw_xfer_msg() local
669 ret_status = in mxl111sf_i2c_hw_xfer_msg()
673 if (ret_status == 1) { in mxl111sf_i2c_hw_xfer_msg()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c456 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()
Dixgbe_type.h2722 u8 ret_status; member
Dixgbe_common.c3785 if (fw_cmd.hdr.cmd_or_resp.ret_status == in ixgbe_set_fw_drv_ver_generic()
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.c1581 u32 ret_status; in bfa_flash_status_read() local
1603 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()
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_ioc.c6838 u32 ret_status; in bfa_flash_status_read() local
6860 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()
/Linux-v4.19/drivers/usb/host/
Du132-hcd.c2606 int ret_status = u132_read_pcimem(u132, roothub.status, &rh_status); in u132_roothub_status() local
2608 return ret_status; in u132_roothub_status()