Lines Matching refs:boxnum
248 static bool _rtl88e_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl88e_check_fw_read_last_h2c() argument
254 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl88e_check_fw_read_last_h2c()
265 u8 boxnum; in _rtl88e_fill_h2c_command() local
317 boxnum = rtlhal->last_hmeboxnum; in _rtl88e_fill_h2c_command()
318 switch (boxnum) { in _rtl88e_fill_h2c_command()
340 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); in _rtl88e_fill_h2c_command()
346 boxnum); in _rtl88e_fill_h2c_command()
352 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); in _rtl88e_fill_h2c_command()
356 boxnum, u1b_tmp); in _rtl88e_fill_h2c_command()
362 boxnum); in _rtl88e_fill_h2c_command()
414 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl88e_fill_h2c_command()