Lines Matching refs:boxnum
151 static bool _rtl92ee_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl92ee_check_fw_read_last_h2c() argument
158 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl92ee_check_fw_read_last_h2c()
169 u8 boxnum; in _rtl92ee_fill_h2c_command() local
224 boxnum = rtlhal->last_hmeboxnum; in _rtl92ee_fill_h2c_command()
225 switch (boxnum) { in _rtl92ee_fill_h2c_command()
244 "switch case %#x not processed\n", boxnum); in _rtl92ee_fill_h2c_command()
262 isfw_read = _rtl92ee_check_fw_read_last_h2c(hw, boxnum); in _rtl92ee_fill_h2c_command()
268 boxnum); in _rtl92ee_fill_h2c_command()
273 _rtl92ee_check_fw_read_last_h2c(hw, boxnum); in _rtl92ee_fill_h2c_command()
277 boxnum, u1b_tmp); in _rtl92ee_fill_h2c_command()
287 boxnum); in _rtl92ee_fill_h2c_command()
339 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl92ee_fill_h2c_command()