Lines Matching refs:rtlhal
52 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw)); in _rtl8723be_fill_h2c_command() local
70 if (rtlhal->h2c_setinprogress) { in _rtl8723be_fill_h2c_command()
75 while (rtlhal->h2c_setinprogress) { in _rtl8723be_fill_h2c_command()
91 rtlhal->h2c_setinprogress = true; in _rtl8723be_fill_h2c_command()
105 boxnum = rtlhal->last_hmeboxnum; in _rtl8723be_fill_h2c_command()
204 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl8723be_fill_h2c_command()
205 if (rtlhal->last_hmeboxnum == 4) in _rtl8723be_fill_h2c_command()
206 rtlhal->last_hmeboxnum = 0; in _rtl8723be_fill_h2c_command()
210 rtlhal->last_hmeboxnum); in _rtl8723be_fill_h2c_command()
214 rtlhal->h2c_setinprogress = false; in _rtl8723be_fill_h2c_command()
223 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw)); in rtl8723be_fill_h2c_cmd() local
226 if (!rtlhal->fw_ready) { in rtl8723be_fill_h2c_cmd()
503 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw)); in rtl8723be_set_p2p_ps_offload_cmd() local
505 struct p2p_ps_offload_t *p2p_ps_offload = &rtlhal->p2p_ps_offload; in rtl8723be_set_p2p_ps_offload_cmd()