Lines Matching refs:boxnum
154 static bool _rtl92ee_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl92ee_check_fw_read_last_h2c() argument
161 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl92ee_check_fw_read_last_h2c()
172 u8 boxnum; in _rtl92ee_fill_h2c_command() local
227 boxnum = rtlhal->last_hmeboxnum; in _rtl92ee_fill_h2c_command()
228 switch (boxnum) { in _rtl92ee_fill_h2c_command()
247 "switch case %#x not processed\n", boxnum); in _rtl92ee_fill_h2c_command()
265 isfw_read = _rtl92ee_check_fw_read_last_h2c(hw, boxnum); in _rtl92ee_fill_h2c_command()
271 boxnum); in _rtl92ee_fill_h2c_command()
276 _rtl92ee_check_fw_read_last_h2c(hw, boxnum); in _rtl92ee_fill_h2c_command()
280 boxnum, u1b_tmp); in _rtl92ee_fill_h2c_command()
290 boxnum); in _rtl92ee_fill_h2c_command()
342 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl92ee_fill_h2c_command()