Lines Matching refs:rtlhal

111 	struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));  in rtl88e_download_fw()  local
116 enum version_8188e version = rtlhal->version; in rtl88e_download_fw()
118 if (!rtlhal->pfirmware) in rtl88e_download_fw()
121 pfwheader = (struct rtlwifi_firmware_header *)rtlhal->pfirmware; in rtl88e_download_fw()
122 rtlhal->fw_version = le16_to_cpu(pfwheader->version); in rtl88e_download_fw()
123 rtlhal->fw_subversion = pfwheader->subversion; in rtl88e_download_fw()
124 pfwdata = rtlhal->pfirmware; in rtl88e_download_fw()
125 fwsize = rtlhal->fwsize; in rtl88e_download_fw()
170 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw)); in _rtl88e_fill_h2c_command() local
188 if (rtlhal->h2c_setinprogress) { in _rtl88e_fill_h2c_command()
193 while (rtlhal->h2c_setinprogress) { in _rtl88e_fill_h2c_command()
209 rtlhal->h2c_setinprogress = true; in _rtl88e_fill_h2c_command()
222 boxnum = rtlhal->last_hmeboxnum; in _rtl88e_fill_h2c_command()
319 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl88e_fill_h2c_command()
320 if (rtlhal->last_hmeboxnum == 4) in _rtl88e_fill_h2c_command()
321 rtlhal->last_hmeboxnum = 0; in _rtl88e_fill_h2c_command()
325 rtlhal->last_hmeboxnum); in _rtl88e_fill_h2c_command()
329 rtlhal->h2c_setinprogress = false; in _rtl88e_fill_h2c_command()
338 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw)); in rtl88e_fill_h2c_cmd() local
341 if (!rtlhal->fw_ready) { in rtl88e_fill_h2c_cmd()
637 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw)); in rtl88e_set_p2p_ps_offload_cmd() local
639 struct p2p_ps_offload_t *p2p_ps_offload = &rtlhal->p2p_ps_offload; in rtl88e_set_p2p_ps_offload_cmd()