Lines Matching refs:boxnum
176 static bool _rtl92ee_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl92ee_check_fw_read_last_h2c() argument
183 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl92ee_check_fw_read_last_h2c()
194 u8 boxnum; in _rtl92ee_fill_h2c_command() local
249 boxnum = rtlhal->last_hmeboxnum; in _rtl92ee_fill_h2c_command()
250 switch (boxnum) { in _rtl92ee_fill_h2c_command()
269 "switch case %#x not processed\n", boxnum); in _rtl92ee_fill_h2c_command()
287 isfw_read = _rtl92ee_check_fw_read_last_h2c(hw, boxnum); in _rtl92ee_fill_h2c_command()
293 boxnum); in _rtl92ee_fill_h2c_command()
298 _rtl92ee_check_fw_read_last_h2c(hw, boxnum); in _rtl92ee_fill_h2c_command()
302 boxnum, u1b_tmp); in _rtl92ee_fill_h2c_command()
312 boxnum); in _rtl92ee_fill_h2c_command()
364 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl92ee_fill_h2c_command()