Lines Matching refs:boxnum
257 static bool _rtl92d_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl92d_check_fw_read_last_h2c() argument
264 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl92d_check_fw_read_last_h2c()
275 u8 boxnum; in _rtl92d_fill_h2c_command() local
329 boxnum = rtlhal->last_hmeboxnum; in _rtl92d_fill_h2c_command()
330 switch (boxnum) { in _rtl92d_fill_h2c_command()
349 boxnum); in _rtl92d_fill_h2c_command()
352 isfw_read = _rtl92d_check_fw_read_last_h2c(hw, boxnum); in _rtl92d_fill_h2c_command()
358 boxnum); in _rtl92d_fill_h2c_command()
362 isfw_read = _rtl92d_check_fw_read_last_h2c(hw, boxnum); in _rtl92d_fill_h2c_command()
366 boxnum, u1b_tmp); in _rtl92d_fill_h2c_command()
371 boxnum); in _rtl92d_fill_h2c_command()
430 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl92d_fill_h2c_command()