Lines Matching defs:reinvoke
2766 bool *sched_txq, bool *reinvoke)
2781 *reinvoke = true;
2787 *reinvoke = true;
2796 static void rtw89_core_txq_schedule(struct rtw89_dev *rtwdev, u8 ac, bool *reinvoke)
2820 if (rtw89_core_txq_agg_wait(rtwdev, txq, &frame_cnt, &sched_txq, reinvoke)) {
2832 *reinvoke = true;
2849 bool reinvoke = false;
2853 rtw89_core_txq_schedule(rtwdev, ac, &reinvoke);
2855 if (reinvoke) {
2856 /* reinvoke to process the last frame */