Searched refs:reinvoke (Results 1 – 1 of 1) sorted by relevance
4038 bool *sched_txq, bool *reinvoke) in rtw89_core_txq_agg_wait() argument4062 *reinvoke = true; in rtw89_core_txq_agg_wait()4068 *reinvoke = true; in rtw89_core_txq_agg_wait()4077 static void rtw89_core_txq_schedule(struct rtw89_dev *rtwdev, u8 ac, bool *reinvoke) in rtw89_core_txq_schedule() argument4101 if (rtw89_core_txq_agg_wait(rtwdev, txq, &frame_cnt, &sched_txq, reinvoke)) { in rtw89_core_txq_schedule()4113 *reinvoke = true; in rtw89_core_txq_schedule()4131 bool reinvoke = false; in rtw89_core_txq_work() local4135 rtw89_core_txq_schedule(rtwdev, ac, &reinvoke); in rtw89_core_txq_work()4137 if (reinvoke) { in rtw89_core_txq_work()