Lines Matching refs:boxnum
154 static bool _rtl88e_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl88e_check_fw_read_last_h2c() argument
160 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl88e_check_fw_read_last_h2c()
171 u8 boxnum; in _rtl88e_fill_h2c_command() local
222 boxnum = rtlhal->last_hmeboxnum; in _rtl88e_fill_h2c_command()
223 switch (boxnum) { in _rtl88e_fill_h2c_command()
242 "switch case %#x not processed\n", boxnum); in _rtl88e_fill_h2c_command()
245 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); in _rtl88e_fill_h2c_command()
251 boxnum); in _rtl88e_fill_h2c_command()
257 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); in _rtl88e_fill_h2c_command()
261 boxnum, u1b_tmp); in _rtl88e_fill_h2c_command()
267 boxnum); in _rtl88e_fill_h2c_command()
319 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl88e_fill_h2c_command()